Query to identify the name of the statuses associated with the status id's.

プラットフォームについて: Data Center のみ。 - This article only applies to Atlassian apps on the Data Center プラットフォーム

この KB は Data Center バージョンの製品用に作成されています。Data Center 固有ではない機能の Data Center KB は、製品のサーバー バージョンでも動作する可能性はありますが、テストは行われていません。 Server* 製品のサポートは 2024 年 2 月 15 日に終了しました。Server 製品を実行している場合は、 アトラシアン Server サポート終了 のお知らせにアクセスして、移行オプションを確認してください。

*Fisheye および Crucible は除く

要約

In few scenarios, the Jira admins / Board admins may configure board filters based on the status IDs. In this case, it's not easy to track the name of the issue statuses for instances with a huge number of issue statuses defined in the workflow. The query mentioned on this page will be helpful to find the status names associated with the issue IDs.

ソリューション

Run the below SQL query in your Jira database to fetch the status names.

select id,pname from issuestatus where id in ('status id 1', 'status id 2')

Another way to find the status ID associated with each status is to hover the mouse over the Edit option available on the Issues >> Status page of the Jira application.

The status ID will be displayed at the bottom left corner of the page. Please see the attached screenshot for more details.

(自動移行された画像: 説明は一時的に利用できません)

更新日時: September 26, 2025

さらにヘルプが必要ですか?

アトラシアン コミュニティをご利用ください。