Skip to content

Show work item detail from issues task

Coung Ngo requested to merge 346158-show-work-item-details-in-drawer into master

What does this MR do and why?

This MR shows work item details in a modal on an issue page, as part of #346158 (closed)

It also tracks opening the work item detail. Behind feature flag work_items defaulted off.

Screenshots or screen recordings

Screen_Recording_2022-02-23_at_10.19.17_am

How to set up and validate locally

  1. In rails console enable the feature flag
    Feature.enable(:work_items)
  2. Visit any issue page such as http://127.0.0.1:3000/h5bp/html5-boilerplate/-/issues/1
  3. Create tasks in description, convert to work item, then click on task to open in modal

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

Edited by Coung Ngo

Merge request reports