Skip to content

Draft: Add Work item milestone in create flow

Deepika Guliani requested to merge dg-473327-milestone into master

What does this MR do and why?

Add Work item milestone in create flow

Changelog: added

Resolves #473327

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.

Screen Recording 2024-10-25 at 14.37.34.mov

How to set up and validate locally

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

  1. Enable the following FF's
Feature.enable(:issues_list_drawer)
Feature.enable(:epics_list_drawer) ( Not required for issues though )
Feature.enable(:work_items_epics_list) (Again , not required for issues )
  1. Create a new issue via /new path is group/project scope
  2. See that you are able to set the milestone and clear it as well
Edited by Deepika Guliani

Merge request reports

Loading