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()
Ok, Thanks
I managed to overcome the problem by adding Due != "0"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.