Hi,
I want to use a JQL query to retrieve the tickets that are past due according to the due date or the extension date. The extension date or due date should be taken into consideration if it has any significance.
The jql query below looks for overdue tickets while displaying the due date and extension for the following two days.
(project = YourProject AND
((DueDate >= startOfDay() AND DueDate <= endOfDay("+2d")) OR
(ExtendedDueDate >= startOfDay() AND ExtendedDueDate <= endOfDay("+2d"))))
Any help is much appreciated.
Hello @Omprakash Thamsetty
Is this query not giving you the expected results?
If it is not can you provide more detail about an issue that you think should be included in the results but is not being included in the results?
Show up and give back by attending an Atlassian Community Event: we’ll donate $10 for every event attendee in March!
Join an Atlassian Community Event!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.