JQL to fetching issues that have been in a specific status for longer than 3 days.
プラットフォームの注記: Cloud のみ - This article only applies to Atlassian apps on the クラウド プラットフォーム上のアトラシアン製品にのみ適用されます。
要約
Write a query to fetch issues that have been in "In Progress" status for longer than 3 days.
環境
Jira Cloud
JQL
ソリューション
The following query will fetch issues that have been in "In Progress" status for longer than 3 days.
project = "PROJECT NAME" AND status = "In Progress" AND NOT status CHANGED AFTER -3d更新日時: September 26, 2025
この内容はお役に立ちましたか?
さらにヘルプが必要ですか?
アトラシアン コミュニティをご利用ください。