Hi Community,
I am trying to find a JQL filter to display all overdue issues at any given time. I have tried using the "resolutiondate" field (because it shows you when a user has moved the issue in the Kanban Board to the "Done" status) and comparing it with the "Due Date" field in order to do so, but so far unsuccessful.
Can anybody help me, please?
Thanks in advance!
Welcome to the Atlassian Community!
What is "unsuccessful"? And why are you comparing the due date when trying to display overdue issues? All you need to find overdue issues is look for "resolution is empty and due-date < now"
Hi Nic,
What I meant by "unsuccessful" is that I have not been able to find the correct JQL filter using the combination of "resolutiondate" and "Due Date" fields.
I am using the "due date" field because it is the date when a certain issue is supposed to finish.
I am looking at your proposed JQL. When you say "resolution is EMPTY", does that mean that the issue is currently sitting at any status except "Done"?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What do you mean by combination of dates? Why are you looking at the resolution date?
The definition of "overdue" means "gone past the due date", which you can do with "due-date < now".
The reason I added "resolution is empty" to it is that I suspect you have no interest in issues that have been dealt with. There are going to be a lot of closed issues that are now past their due-date, even if they were closed before them. Done issues should have a resolution, open ones have an empty resolution.
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.