Hi! I need to query tickets as well as all closed tickets where the due date were expired
so I need to collect all tickets (no matter the resolution) where the due date was breached
@Sushant Verma
I am afraid in this way it will show me al the resolved task that was closed on time but time ago so the due date is in the past
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.
I need to found out if the due date was ever breached even if the task is already closed
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Daria Pavlova I think, Jira does not support this functionality out of the box. There is an issue open for this that you can watch or vote for : JRACLOUD-20727
If you have scriptrunner in your instance, you can compare dates with a JQL query like this:
issueFunction in dateCompare("", "resolutionDate > dueDate")
Regards,
Sushant Verma
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.