You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.