How to find which custom fields have unused or empty contexts?

プラットフォームについて: 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 this article, we will delve into the topic of custom fields that contain stale contexts—those that are no longer associated with any active projects. As projects are deleted or archived over time, it can lead to the accumulation of these orphaned contexts. Regularly reviewing and cleaning up these contexts is essential to maintain relevance and optimize the system.

環境

9.x

ソリューション

  • To retrieve a list of custom fields that have stale contexts, please use the following query.

    SELECT fcs.fieldid FROM fieldconfigscheme fcs LEFT JOIN configurationcontext cc ON fcs.id = cc.fieldconfigscheme WHERE fcs.fieldid like '%customfield%' AND cc.fieldconfigscheme IS NULL;
  • Jira 9.12.x introduces notable enhancements to the Custom Field User Interface, which will only be visible when the corresponding dark feature is enabled. These UI modifications, when activated, may facilitate quicker filtering. However, it is advisable to test this feature in a staging environment before full implementation. For further details, please refer to the Jira Release Notes.

    jira.customfields.configure.modern.ui.enabled

更新日時: September 25, 2025

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

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