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 のみ - この記事は、サーバーおよびデータセンター プラットフォームのアトラシアン製品にのみ適用されます。
このページの情報は、Jira のカスタマイズに関連しています。アトラシアン サポートの提供内容にカスタマイズは含まれていないため、アトラシアン サポートでは、このページで記載されている手順に対するサポートを保証できません。この資料は情報提供のみを目的としており、記載内容は自己責任の下で行っていただく必要があります。
また、ファイルの直接変更によって行われるカスタマイズは、アップグレード プロセスには含まれない点にご注意ください。このような変更は、アップグレード後のインスタンスで手動で再適用する必要があります。
問題
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