Forums

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

JQL Query to find all issues not updated within x days from create date

Nikhil
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 28, 2020

Hi, I am trying to find all the issues which did not have a change in their status within x days from the create date of that jira.

TIA

1 answer

0 votes
Avinash Bhagawati _Appfire_
Community Champion
April 28, 2020

Hi @Nikhil ,

Welcome to Community !

With help of script runner app and dateCompare function you will get JQL to get not updated issue for x days.

https://jamieechlin.atlassian.net/wiki/pages/viewpage.action?pageId=57999378#ScriptedJQLFunctions-dateCompare(Subquery,datecomparisonexpression)

issueFunction not in dateCompare("", "created +2d > updated ") 

Thanks,

Avinash

Suggest an answer

Log in or Sign up to answer