Skip to content

Removed milestone widget out of FF

Deepika Guliani requested to merge dg-remove-milestone-ff into master

What does this MR do and why?

Moves milestone widget associated to a work item out of FF. Closes Associate a work item to a milestone (#367463 - closed)

Screenshots or screen recordings

You can see the milestone widget even with work_items_mvc FF off

Before After
Screenshot_2022-12-08_at_12.49.37_PM Screenshot_2022-12-08_at_12.49.53_PM

How to set up and validate locally

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

  1. Disable the work_items_mvc flag
    Feature.disable(:work_items_mvc)
  2. Visit any task
  3. See that you can see the milestone widget on the task

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports