Forums

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

Search with due date is blank and less than current date

Ramesh Krishnan
Contributor
September 22, 2025

when i searched using below jql, shows empty

Search with due date is blank and less than current date

due IS EMPTY AND due < now()

When i run due date and blank separately its shows record, when i combine doesn't show.

due IS EMPTY - Getting records

due < now() - Getting records

 

when i join those 2, no records displayed: due IS EMPTY AND due < now()

is wrong with syntax or jql?

 

3 answers

0 votes
Bill Sheboy
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.
September 22, 2025

Hi @Ramesh Krishnan 

The suggestions provided to use the OR rather than the AND keyword should work, unless...there is something else incorrect in your query, such as missing parentheses around the Due Date conditions. 

If so, please post the entire query you are using to provide more context.  Thank you.

 

Kind regards,
Bill

0 votes
PgM Support
Contributor
September 22, 2025

Hi @Ramesh Krishnan,

Use the query below instead:

due IS EMPTY OR due < now() 

AND means both conditions should be met.

Regard,

PgM Innovations

0 votes
Marc - Devoteam
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.
September 22, 2025

Hi @Ramesh Krishnan 

due IS EMPTY OR due < now()

Ramesh Krishnan
Contributor
September 22, 2025

already  i tried this also, not working

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
ENTERPRISE
TAGS
AUG Leaders

Atlassian Community Events