Skip to content

Add ability to change state on work item epics list

What does this MR do and why?

Add ability to change state on work item epics list

Add changing between Open/Closed/All tabs

Behind feature flag namespace_level_work_items, which renders a new in-progress epics list to replace the old epics list

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screen_Recording_2024-04-16_at_4.09.12_PM

How to set up and validate locally

  1. In rails console
    Feature.enable(:namespace_level_work_items)
  2. Visit any epics list page for a paid subscription group such as http://127.0.0.1:3000/groups/flightjs/-/epics/
  3. Create epics
  4. Close some of the epics
  5. Confirm that you can switch between the Open/Closed/All tabs

Related to #393128 (closed)

Edited by Coung Ngo

Merge request reports