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.
please use following query
project= "umbrellaprojectname" or sprint in openSprints()
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello,
You can use a query like this:
sprint in openSprints()
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.