Skip to content

Add OR filtering for label on group/project issues list

Coung Ngo requested to merge 23532-add-label-or-filtering into master

What does this MR do and why?

This MR adds OR filtering for labels on the group/project issues list.

No changelog required as it's behind the feature flag or_issuable_queries, default disabled.

Issue: #23532 (closed)

Previous MRs !103204 (merged) and !103757 (merged) added OR filtering for assignees and authors.

Screenshots or screen recordings

Screen_Recording_2023-01-13_at_10.19.11_am

How to set up and validate locally

  1. In rails console enable the feature flag

    Feature.enable(:or_issuable_queries)
  2. Visit any group or project issues list pages such as http://127.0.0.1:3000/h5bp/html5-boilerplate/-/issues/

  3. Test 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 #23532 (closed)

Merge request reports