Skip to content

Add work item child to issue

Florie Guibert requested to merge 362860-hierarchy-widget-add-child into master

What does this MR do and why?

Allow users to add an existing task as an issue child.

Screenshots or screen recordings

Screenshot_from_2022-07-12_14-29-01

Screencast_from_08-07-22_16_51_03

How to set up and validate locally

1.Enable the following feature flags

Feature.enable(:work_items)
Feature.enable(:work_items_hierarchy)
  1. Visit an issue page
  2. Click right chevron on child items block
  3. Click Add a child button
  4. When typing in the input field, available work items should be listed
  5. Select one of them
  6. Confirm by clicking Add

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #362860 (closed)

Edited by Florie Guibert

Merge request reports