Skip to content

Move epic type filter behind feature flag

Nick Leonard requested to merge epic-filter-token-nl into master

What does this MR do and why?

Move the issue list epic type filter behind the namespace_level_work_items feature flag, which controls when epics can appear in the 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

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After
image image

How to set up and validate locally

  1. Open a group issues page with :work_items_mvc_2 disabled
  2. In the filtered search, use the Type filter and observe the options available do not include "Epic"
  3. Enable :work_items_mvc_2 and verify the Epic filter appears
Edited by Nick Leonard

Merge request reports