Skip to content

Make Epics List work item based

Jack Chapman requested to merge jc/work-item-epic-list-1 into master

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.

  1. Ensure Epic work items are fully enabled by enabling the following feature flags:
  • work_item_epics
  • namespace_level_work_items
  • work_item_epics_rollout
  1. The with the above flags enabled, the epics list page should work like normal
  2. Enable the new work_item_epics_list feature flag.
  3. With the new flag above enabled, the page should use the Work Items graphQL query instead.

Relates to #471578 (closed)

Edited by Jack Chapman

Merge request reports

Loading