Skip to content

Create epic work item in group work items list

Coung Ngo requested to merge 392992-create-epic-in-work-items-list into master

What does this MR do and why?

This MR adds the ability to create an epic work item in the group work items list

No changelog as it is behind the feature flag namespace_level_work_items

Issue: #392992 (closed)

Screenshots or screen recordings

Screen_Recording_2023-08-30_at_11.44.43_am

How to set up and validate locally

  1. In rails console
    Feature.enable(:namespace_level_work_items)
  2. Visit any work items list page for a paid subscription group such as http://127.0.0.1:3000/groups/flightjs/-/work_items
  3. Create an epic

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

Edited by Coung Ngo

Merge request reports