How to remove the "Start typing to get a list of possible matches or press down to select" label from all fields
プラットフォームについて: Server および Data Center のみ。この記事は、Server および Data Center プラットフォームのアトラシアン製品にのみ適用されます。
サーバー*製品のサポートは 2024 年 2 月 15 日に終了しました。サーバー製品を利用している場合は、アトラシアンのサーバー製品のサポート終了のお知らせページにて移行オプションをご確認ください。
*Fisheye および Crucible は除く
The information in this page relates to customizations in Jira. Consequently, Atlassian Support cannot guarantee to provide any support for the steps described on this page as customizations are not covered under Atlassian Support Offerings. Please be aware that this material is provided for your information only and that you use it at your own risk.
また、ファイルの直接変更によって行われるカスタマイズは、アップグレード プロセスには含まれない点にご注意ください。このような変更は、アップグレード後のインスタンスで手動で再適用する必要があります。
問題
For many fields in JIRA there is a default description as a help text with the phrase "Start typing to get a list of possible matches or press down to select". This message will always be above the description added by the user
診断
This message is hard-coded in JIRA and cannot be removed by the user in the UI
回避策
As a workaround, you can modify some files in the JIRA install directory to have this message removed for all fields. Notice that this specific message will not appear anymore for any field in JIRA.
Proceed as follow:
These changes do not persist through an upgrade. If an upgrade on JIRA is performed, these changes will need to be re-applied.
- Locate the file:
<JIRA-INSTALL>/atlassian-jira/WEB-INF/classes/com/atlassian/jira/web/action/JiraWebActionSupport.properties
Open the file on a text editor and locate the lines
# Generic
generic.picker.static.desc = Start typing to get a list of possible matches or press down to select.Modify the lines to the follow
# Generic
generic.picker.static.desc =- Restart your JIRA instance for the changes to take effect