Make Epics List work item based
What does this MR do and why?
Make Epics List work item based
Updates the epics list page so that it uses the work items graphQL API instead of the Epics one.
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
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
Before | After |
---|---|
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
- Ensure Epic work items are fully enabled by enabling the following feature flags:
work_item_epics
namespace_level_work_items
work_item_epics_rollout
- The with the above flags enabled, the epics list page should work like normal
- Enable the new
work_item_epics_list
feature flag. - With the new flag above enabled, the page should use the Work Items graphQL query instead.
Relates to #471578 (closed)
Edited by Jack Chapman