advanced search with status timestamp

Paul Rodoreda
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!
October 17, 2018

Hi!

We need to perform a filter/search of all issues with a specific status that have been sitting on that status for more than "X" days. 

I haven't find the way yet, is it even possible to get it with  advanced search or JQL ?

1 answer

0 votes
Deleted user October 18, 2018

Hi @Paul Rodoreda,

You can try the below JQL for fetching the issues 

status = Open AND  not status changed after 5d

OR

status = open and status changed to open before -7d

 

Regards,

Gangavath Kishore Kumar.

Suggest an answer

Log in or Sign up to answer