project = CGM and Sprint NOT IN (27, 28, 29, 30) ORDER BY Rank ASC
I have this so far. I want to show only my teams sprints but still show the backlog. Using this I exclude the other teams sprints but it also excludes the backlog which are not part of any sprints.
I would appreciate any advice.
Edit: Both Sprint Boards are on the same Project.
@Caleb Whiskin you may try something like this:
project = CGM and (Sprint NOT IN (27, 28, 29, 30) or sprint is EMPTY) ORDER BY Rank ASC
Thank you so much!
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.