Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

When excluding one sprint, also empty sprints are exclude

Dieter Lauwers August 4, 2025

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

1 answer

1 accepted

2 votes
Answer accepted
Rajat Pratap Singh
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 4, 2025

Hi @Dieter Lauwers 

Try this jql:

(sprint != 1234 OR sprint is EMPTY)

Where:

  • 1234 is the sprint ID that you want to exclude.
  • sprint != 1234 includes issues not in that sprint.
  • sprint is EMPTY ensures that unassigned issues are included.

Hope this helps!

Regards
Rajat

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events