Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Advance JQL search in JIRA to search for issues not updated for 2 weeks AFTER the due date.

Eric Sebian
Contributor
May 27, 2019

I tried using the following: project in (cms) AND status not in (Closed, Cancelled, "Backed Out") and updated <='-2w'

but if the ticket was created with a due date 3 weeks out but never updated, the ticket would be flagged after 2 weeks because there was no update. Therefore I figure I need to based the flagging on the due date.  Please advise.

1 answer

1 accepted

0 votes
Answer accepted
Milan Chheda [INFOSYSTA]
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.
May 27, 2019

From what I understand, you need to duedate in your JQL. So it should be:

 

project in (cms) AND status not in (Closed, Cancelled, "Backed Out") and duedate < now() AND updated <='-2w'

 

Above will search all open issues in project cms whose duedate is expired and are not updated since more than 2 weeks.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events