Hi,
I am looking to create an issue search for a dashboard widget that i am creating. I am trying to find all cards that are in sprint across all project boards. This would be excluding all cards still in the backlog.
This is the JQL that i have at the moment but it doesnt seem to be spitting out the right answers. I originally took it from another asked question for searching for items in the backlog and jerry rigged it to try and show items in sprint.
status != Done AND (Sprint in (openSprints(), futureSprints()) OR Sprint is EMPTY) ORDER BY createdDate ASC
Thanks :)
Remove the "or sprint is empty" clause - that's pulling in everything that is not in a sprint
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.