Due <= "-1" gives todays issues

Martin Vali
Contributor
October 7, 2024

Hi

 

Due date -1 includes also todays date. Any ideas why?

image.png

1 answer

1 accepted

2 votes
Answer accepted
Manoj Gangwar
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
October 7, 2024

Hi @Martin Vali 

In Jira, the JQL query Due <= "-1" is likely being interpreted in a way that is matching issues due on or before the current date. The reason why it's giving today's issues could be because of how Jira calculates relative dates in JQL. You can use below jql. 

due < startOfDay()

 

Martin Vali
Contributor
October 7, 2024

Ok, Thanks

I managed to overcome the problem by adding Due != "0"

Like Manoj Gangwar likes this

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
FREE
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events