Skip to content

Introduce work_items_hierarchy feature flag

Florie Guibert requested to merge 362852-hierarchy-widget-ff into master

What does this MR do and why?

Hides component introduced in !88097 (merged) behind :work_items_hierarchy feature flag.

Slack conversation for context: https://gitlab.slack.com/archives/C02403NRD40/p1653436766819919?thread_ts=1653436384.678409&cid=C02403NRD40

Screenshots or screen recordings

FF off FF on
Screenshot_from_2022-05-25_14-50-01 Screenshot_from_2022-05-25_14-47-32

How to set up and validate locally

  1. Enable work_items feature flag

    Feature.enable(:work_items)
  2. Visit an issue page, and add a checklist item to description

  3. Hover over checklist item, then click 'Convert to task' button on the left

  4. Save the work item

  5. Click on the newly created work item

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

Edited by Florie Guibert

Merge request reports