Skip to content

Convert checklist item to child item in work items

Coung Ngo requested to merge 461845-convert-to-child-item into master

What does this MR do and why?

Convert checklist item to child item in work items (#461845 (closed))

Add "Convert to child item" option in ellipsis dropdown for checklist items in work items, to allow user to convert a checklist item into a child work item.

Changelog: added

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_2024-07-24_at_5.28.31_PM

How to set up and validate locally

  1. In rails console
    Feature.enable(:work_item_epics)
    Feature.enable(:work_item_epics_rollout)
    Feature.enable(:namespace_level_work_items)
  2. Visit any work items list page for a group such as http://127.0.0.1:3000/groups/flightjs/-/work_items
  3. Create an epic
  4. Open epic in new tab
  5. Update description to contain checklist items
  6. Convert a checklist item to a child item with the ellipsis dropdown

Related to #461845 (closed)

Edited by Coung Ngo

Merge request reports

Loading