Is it possible to create a board filter that consolidates multiple projects & specific issue types?

Jordin September 19, 2022

Here is an example query:

(project = PSAT AND issuetype = "Architecture & Design") AND (project = AD AND issuetype in (Epic, Story, Task, Sub-task))

I want the board to show all standard issue types in the project "AD" (there are no custom issue types used in this project) and only show the custom issue type "Architecture & Design" for the "PSAT" project.

The query shows green and can be saved. However, no issues populate even after I created a new issue for testing.

2 answers

2 accepted

3 votes
Answer accepted
Manish Ranjan September 19, 2022

Hi Jordin,

 

You should use 'OR' instead of 'AND'.

(project = AD) AND (project = PSAT AND issuetype in ("Documentation"))

1 vote
Answer accepted
Trudy Claspill
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
September 19, 2022

And here is the filter with the OR actually replacing the AND

(project = PSAT AND issuetype = "Architecture & Design") OR (project = AD AND issuetype in (Epic, Story, Task, Sub-task))

Jordin September 21, 2022

Thank you!

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events