Forums

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

How do I get a board to point to multiple projects in JIRA 7.x

Heather Anne
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!
May 21, 2018

We want to run all projects the team is working through a single kanban board. I know this was possible in agile boards in previous releases. Is this also possible in 7.x releases?

2 answers

2 accepted

1 vote
Answer accepted
Alexey Matveev
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.
May 21, 2018

You can do it. You need to create a filter, which would query all the data and assign this filter to the board.

0 votes
Answer accepted
Ollie Guan
Community Champion
May 21, 2018

1.Create a Filter By JQL like:project is not null

2.Use the above JQL to create a Board

Nic Brough -Adaptavist-
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.
May 22, 2018

Project can't be null, so you can just filter for "" to get all projects. 

Project in (xxx, yyy, zzz) is probably more useful, as most of us have projects and don't want to include all of them.

Suggest an answer

Log in or Sign up to answer