How to identify which user disabled the custom field options
プラットフォームについて: 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 は除く
要約
Option bbb in the custom field list was disabled. As an admin, I would like to find out which user disabled the option and what time the option was disabled.

ソリューション
Search for the following message in Jira's access log under the $JIRA_INSTALL/logs directory.
0:0:0:0:0:0:0:1 556x481x1 jirauser [24/Jul/2020:13:16:43 -0700] "GET /secure/admin/EditCustomFieldOptions!disable.jspa?fieldConfigId=10900&atl_token=BC4D-LHJW-WWUF-BUTN_5a6109e0002a0d19bd7eae134e7_lin&selectedValue=10102 HTTP/1.1" 302 - 17 "http://localhost:8119/secure/admin/EditCustomFieldOptions!default.jspa?fieldConfigId=10900" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36" "1ohfb7"In the above example, user jirauser accessed the EditCustomFieldOptions page and disabled the value for custom field 10900 at 13:16:43 on July 24th.
この内容はお役に立ちましたか?