Skip to content

Click on work item child opens modal

What does this MR do and why?

In work item hierarchy widget, clicking on a child title opens its modal.

This MR also consolidates the use of the cache so that creating and adding tasks in one go makes more sense.

Screenshots or screen recordings

Screencast_from_27-07-22_14_21_48

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 containing tasks
  2. Click on task in the list of child items
  3. A modal with the task's information should open

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 #368469 (closed)

Edited by Florie Guibert

Merge request reports