Forums

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

How to remove a sprint from filter but keep items that have an EMPTY sprint field?

akovinchick
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
December 5, 2019

Hi-

I'm trying to create a filter of "Open bugs" and I want to remove any of the open bugs that we've scheduled for "Phase 2" (which is the name of a sprint). When I attempt to use a filter such as sprint != "Phase 2" it also removes open bugs that are not associated to a sprint and where the sprint field is EMPTY. This does not give me an accurate picture of open bugs we need to complete in Phase 1. How can I create this filter to make sure bugs that do not have a sprint are shown and anything in Phase 2 is removed?

Thanks in advance for any help!

1 answer

1 vote
Alex Christensen
Community Champion
December 5, 2019

You should be able to write some JQL that looks like this (using some example since I don't know what your full filter is):

project = ABC and issuetype = Bug and resolution = Unresolved and (Sprint != "Phase 2" or Sprint is EMPTY)

JQL typically automatically excludes empty/null values when searching, and this is usually my workaround for that.

akovinchick
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
December 5, 2019

Thanks for the quick reply @Alex Christensen :) That worked, appreciate your help. Happy Holidays!

Like Alex Christensen likes this
Alex Christensen
Community Champion
December 5, 2019

Of course, happy to help!

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events