Forums

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

Jira filter for empty checkbox field

Andreas Stoffel
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!
January 15, 2025

Dear community,

 

I need a filter query which should return all issues where the checkbox field "Acceptance Criteria" is empty. There are no pre-defined checkbox values but the teams can add their Acceptance Criteria by themselves.

 

Empty in this case means that no checkbox options have been added to the field. It should NOT return issues that have one or multiple Acceptance Criterias (checkboxes) which are simply not checked.

I hope my ask is understandable.

1 answer

0 votes
Michael Wohlgemuth
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.
January 15, 2025

Hello. This JQL should do the trick:

"Your Fieldname" is empty

If you currently use the "Basic" searching of issues, switch that to "JQL" by using the button on the right side next to the search.

Suggest an answer

Log in or Sign up to answer