Forums

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

How to display ONLY issues from active sprints from multiple projects on one board?

Nihad Ahmic July 25, 2019

I have created multiple projects for Android, IOS, UX/UI and Cloud. I also have one UMBRELLA PROJECT so to say where I put in all the things not related to those projects. Now, I want to create/edit board on this umbrella project that will include only issues from active sprints from these projects. I know that filtering QUERY in board settings can help me to include multiple projects in one board but I wonder if there is some advanced filter QUERY that can only select issues from active sprints within these projects? I hope someone had a similar experience and can hand me in with this.

Thanks anyways.

2 answers

1 accepted

0 votes
Answer accepted
Muhammad Ramzan(Atlassian Certified Master)
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.
July 25, 2019

please use following query

 

project= "umbrellaprojectname" or  sprint in openSprints()
Nihad Ahmic July 25, 2019

Thanks a lot, Muhammad, it is exactly what I wanted to achieve.

Like Stanislava.Damaskinova likes this
0 votes
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.
July 25, 2019

Hello,

You can use a query like this:


sprint in openSprints()

Nihad Ahmic July 25, 2019

Thanks for the answer Alexey. It indeed filtered the board to display only issues from active sprints. However, if I choose backlog I cannot see other issues within my umbrella project nor other sprints that are not active (within the umbrella project). Is it possible to edit this query so it includes these as well?

Suggest an answer

Log in or Sign up to answer