The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

jql search for empty custom date field

Nicole Downes
Contributor
December 18, 2019

I have created a custom date field.

I would like to do a jql search on issue where the date field doesn't have a date set.

 

Where a date is set I can use jql:  "customfield" is not empty and issues are returned

but jql: "customfield" is empty   OR "customfield" = empty doesn't work, and no issues are listed.

Is there a way to successfully query an empty custom date field?

If yes, please provide jql

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Answer accepted
Jack Brickey
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 Champions.
December 18, 2019

I wonder if this is a limitation in server? I can successfully search ‘custom date is empty” in Cloud.

Nicole Downes
Contributor
December 18, 2019

Thanks for checking Jack.

I just tried again and now it is working.  Maybe because there was also a name change for the field.

Anyway, all good.