Skip to content

Draft: Allow OR filters for labels on epic boards

Florie Guibert requested to merge 382969-allow-or-filtering-on-epic-lists-2 into master

What does this MR do and why?

This MR adds OR filtering for label on epic boards

  • When the or_issuable_queries feature flag is enabled:
    • User can perform OR filtering for labels
  • When the or_issuable_queries feature flag is disabled:
    • User cannot perform OR filtering for labels

No changelog required as it is behind the feature flag or_issuable_queries, defaulted off

Screenshots or screen recordings

Development__3_

How to set up and validate locally

  1. In rails console enable the feature flag

    Feature.enable(:or_issuable_queries)
  2. Visit any group epics board pages such as http://127.0.0.1:3000/groups/gitlab-org/-/epic_boards

  3. Test labels OR filtering in the filtered search bar

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

Edited by Florie Guibert

Merge request reports