JQL to fetching issues that have been in a specific status for longer than 3 days.
Platform Notice: Cloud Only - This article only applies to Atlassian products on the cloud platform.
Summary
Write a query to fetch issues that have been in "In Progress" status for longer than 3 days.
Environment
Jira Cloud
JQL
Solution
The following query will fetch issues that have been in "In Progress" status for longer than 3 days.
1
project = "PROJECT NAME" AND status = "In Progress" AND NOT status CHANGED AFTER -3d
Updated on March 11, 2025
Was this helpful?
Still need help?
The Atlassian Community is here for you.