Skip to content

Add work item iteration to create flow

Deepika Guliani requested to merge dg-473328-iteration into master

What does this MR do and why?

Add work item iteration to create flow

Changelog: added

Resolves #473328 (closed)

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.

Expected behavior
Screen Recording 2024-10-15 at 13.54.17.mov

How to set up and validate locally

Enable the following FFs

work_items_alpha
work_items_epic
namespace_level_work_items
create_group_level_work_items

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

  1. Go the new work item full view in project scope (http://127.0.0.1:3000/flightjs/Flight/-/work_items/new)
  2. You can create group level issue by enabling create_group_level_work_items FF, iterations are fetched as expected in group level work items (http://127.0.0.1:3000/groups/gitlab-org/-/work_items/new)
  3. Select issue and see that you are able to set iterations in create view
  4. Create an issuable work item with iteration set
  5. Also confirm that the iterations work as expected in edit work item view
Edited by Deepika Guliani

Merge request reports

Loading