Forums

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

How to search for issues whose security level is NOT set?

Paul Anderson
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!
April 19, 2022

I recently turned on security levels for a project; new issues now get a default. Now I need to find all old issues for which a security level has not been set. There does not seem to be a way to construct a query that yields this set. If I have security levels named A and B, I can do 'level not in (A, B)', but that returns the empty set.

Is there a way to do this?

Thanks!

3 answers

3 votes
Mark Segall
Community Champion
April 19, 2022

Hi @Paul Anderson - This should be possible with the following JQL:

level IS EMPTY
1 vote
Paul Anderson
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!
April 19, 2022

I just found an answer to my own question. If you do 'level = null', it yields the items for which a security level has not been set. Now that I know this, I can see that the documentation for keywords does mention this.

0 votes
DWedekind
Contributor
June 23, 2023

I was just faced with the same question. Great that this forum exists.

Suggest an answer

Log in or Sign up to answer