Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to filter in different projects to present in one board?

Hans
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 17, 2018

I have multiple projects in Jira. I want to combine the tasks from the different projects in one Kanban or Scrum board. However, I need to apply different filters to the different projects since they use for example the fix version differently. Is this even possible in Jira?

The JQL filer starts with: project in (pr1, pr2, pr3) AND Status in (....

I would like to write like this: project in (pr1) AND Status in(....) AND project in (pr2) And Status in (...) And project in (pr3) AND Status in (...)

but I don't get it to work.

Please help!

 

1 answer

0 votes
Warren
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 17, 2018

Hi Hans

I think that what you have would work if you put brackets around each set of "project" and "status" and change some of the ANDs to ORs, like

(project in (pr1) AND Status in(....)) OR (project in (pr2) And Status in (...)) OR (project in (pr3) AND Status in (...))
Hans
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 17, 2018

Yes, it works. Thanks.

I had an "Order by Rank" in there as well. That's why it didn't work. I now put that in the end....still learning :)

 

Thanks so much for the help.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events