jql query to return due date or extension date overdue tickets

Omprakash Thamsetty
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 20, 2024

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. 

1 answer

0 votes
Trudy Claspill
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
March 20, 2024

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?

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
SERVER
VERSION
9.12.1
TAGS
AUG Leaders

Atlassian Community Events