JQL Search returns two same custom field options whereas there is only one in the database and on custom fields page

プラットフォームについて: 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 は除く

要約

問題

While performing a JQL search for a specific custom field, it returns more than one option whereas there is only one record in the database. There is no error in the logs.

診断

  • Run the query below and ensure that there is only one record for the custom field or for each context of the custom field:

    select * from customfieldoption where customfield=(select id from customfield where cfname='YOUR CUSTOM FIELD NAME');
  • We can accept the data in the database as consistent if the query above returns only a single option for each field/context.

原因

In a specific scenario, there is another record in the cache and the root cause of how this record stayed/appeared in the cache is still not known.

ソリューション

回避策

Update the related field option on UI and rename it twice (from original to another name and then from another name to its original name) to update the cached data.

更新日時: September 26, 2025

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

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