Forums

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

JQL - Board to show all issues from all projects

James Matthews
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!
June 2, 2019

Hi All,

 

I'm looking to create a filter for my board that will show all issues from all projects within the company. So that form our "company board" we can see all issues that are being worked on by all project teams.

 

Does anyone have a way to do this or has the JQL query to do so? 

 

Cheers

2 answers

1 vote
Jack Brickey
Community Champion
June 2, 2019

That is going to be or become one big board.

use one of these...

status != done

resolution is Empty

order by project asc

 

Adjust to to meet your needs. If you don’t exclude Done then you may want a board sub-filter to age them off the board after 7-10 days

James Matthews
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!
June 2, 2019

Thanks! How do you implement a sub filter like that? 

Like Aleh Charnetski likes this
Jack Brickey
Community Champion
June 2, 2019

Something like this

resolved >= -1w OR resolved IS EMPTY
0 votes
Perry Tancredi
Contributor
May 3, 2022

This will actually capture everything:

ORDER BY created DESC

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events