Forums

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

JQL to find empty custom number fields

Richard Cross
Contributor
November 22, 2018

We have projects using a custom (number) field to store Story Points.

Is there a JQL that will list only the issues that have no value for that field?

I've tried the following, but they simply return all issues:

 

"Story Points" = null

"Story Points" IS EMPTY

 

1 answer

0 votes
Alexey Matveev
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.
November 22, 2018

Hello,

"Story Points" is EMPTY should work.

Suggest an answer

Log in or Sign up to answer