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 プラットフォームのアトラシアン製品にのみ適用されます。

Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.

*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.

  1. Locate the file:  <JIRA-INSTALL>/atlassian-jira/WEB-INF/classes/com/atlassian/jira/web/action/JiraWebActionSupport.properties
  2. 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.
  3. Modify the lines to the follow

    # Generic
    generic.picker.static.desc =
  4. Restart your JIRA instance for the changes to take effect

 

最終更新日 2018 年 11 月 2 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.