Hi,
I’d like to get an overview of Jira tickets, but exclude with one specific sprint.
However, when I filter out that sprint, it also excludes tickets that don’t have any sprint assigned ( sprint is empty).
How can I exclude just one sprint while still including tickets from other sprints and those with no sprint assigned?
Dieter
Try this jql:
(sprint != 1234 OR sprint is EMPTY)
Where:
Hope this helps!
Regards
Rajat
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.