Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 21:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×Hi,
I would like to know if it is possible to filter (JQL) for issues exceeding a defined number of days/months in a specific status?
"- For example: Project=XYZ AND Status=InProgress AND time-in-status>1mnd
We have the enhancer plugin (JEP fields) and the "Time in Status" add-on available in our environment but I can't find a way to achieve this. Any help is appreciated.
Hi @Ron Becker
Have you tried CHANGED AFTER advanced JQL? Maybe something like:
project = myProject
AND statusCategory = "In Progress"
AND NOT status CHANGED AFTER -30d
ORDER BY Key
Best regards,
Bill
Hi @Ron Becker
Have you checked JEP Time in Status documentation here?
You can use the custom field in your JQL searches.
"Time in Review"
>= 4d
"Time in Waiting for support"
>= timeSpentBy(
"5d"
,
"agrant"
,
"jevans"
,
"hjennings"
)
"Time in In progress" >= timeSpentInStatus("6h", "In Progress")
Hope it helps,
If you have further questions please let me know or just raise a ticket here.
Cheers
Tuncay
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.