[BE] Using `or` in issue/mr/epic list views and boards
Problem To Solve
When filtering issues, I want to filter by ~"group::portfolio management" OR
~"group::certify", so that I can see issues that have one OR
(
When filtering issues, I want to filter by assignee is @gweaver OR
@hollyreynolds OR
@kokeefe, so that I see issues that have...
Proposal
- Add support for an
OR
attribute in Issuable URL params. - See this comment for more details
Constraints
-
OR
is limited to individual types of parametersassignee = me OR you AND label = foo OR bar
, notassignee = me OR label = foo
Tier
Implementation Parts
-
IssuableFinder -
API endpoints -
Issue Boards Side
Feature flag
or_issuable_queries
This page may contain information related to upcoming products, features and functionality. It is important to note that the information presented is for informational purposes only, so please do not rely on the information for purchasing or planning purposes. Just like with all projects, the items mentioned on the page are subject to change or delay, and the development, release, and timing of any products, features, or functionality remain at the sole discretion of GitLab Inc.