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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.