Hello all, I am trying to create a filter for a dashboard to show stories in the backlog using this filter- Project=Vogue and “team name”=famous AND status in (Undefined, Defined) AND Sprint not in (closedSprints()) Order by Rank ASC but the search brings up nothing. However, when I use this Project=Vogue and “team name”=famous AND status in (Undefined, Defined) Order by Rank ASC output includes stories in closed sprints. How can I tweak the filter to only show backlog items?
Thanks
Hi @Mister Femi ,
you can simply add (and Sprint is EMPTY) to your query. Something like :
Project=Vogue and “team name”=famous AND status in (Undefined, Defined) and Sprint is EMPTY Order by Rank ASC
Hope this helps,
Fabio
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.