Convert checklist item to child item in work items
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
- In rails console
Feature.enable(:work_item_epics) Feature.enable(:work_item_epics_rollout) Feature.enable(:namespace_level_work_items)
- Visit any work items list page for a group such as
http://127.0.0.1:3000/groups/flightjs/-/work_items
- Create an epic
- Open epic in new tab
- Update description to contain checklist items
- Convert a checklist item to a child item with the ellipsis dropdown
Related to #461845 (closed)
Edited by Coung Ngo