Skip to content

Fix real time update for milestone and iteration

Deepika Guliani requested to merge dg-fix-realtime-milestone-assignee-wi into master

What does this MR do and why?

Fix real time update for milestone and iteration

:Behind work_items_mvc_2 FF

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After
Screen_Recording_2024-01-15_at_2.49.20_PM Screen_Recording_2024-01-15_at_2.48.11_PM

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

  1. Enable the FF
    Feature.enable(:work_items_mvc_2)
  2. Visit any work item like task and open it in 2 tabs/windows
  3. Change the iteration/milestone in 1 tab and see that those changes are available in the other open window/tab

Merge request reports