Skip to content

Add edit to work item milestone widget

Deepika Guliani requested to merge 429136-add-edit-to-milestone-widget into master

What does this MR do and why?

Do not merge before Add edit to work item iteration (!140313 - merged)

Add edit to work item milestone widget

  • 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

Screen_Recording_2023-12-27_at_4.21.40_PM

How to set up and validate locally

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

  1. In rails console enable the FF
    Feature.enable(:work_items_mvc_2)
  2. Visit any work item which has the milestone widget enabled, for example tasks
  3. See that all the acceptance criteria is fulfilled as mentioned in the steps in the issue #429136 (closed)
  4. Switch off the FF and see that inline editing is enabled

Related to Work items: Add edit button to milestone widget (#429136 - closed)

Edited by Deepika Guliani

Merge request reports