How to hide the Priority icon in Agile Plan and Work modes

お困りですか?

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

コミュニティに質問

背景

Currently there is a feature request for this:  GHS-9695 - Getting issue details... STATUS  

However, administrators who want a workaround until the feature is implemented can follow this article. 

ソリューション

  • We can use CSS to forcefully hide the priority icons.
    (info)This is considered a customization to JIRA, hence Atlassian will not be able to provide technical assistance if the code causes incompatibility issues.
  • Open the JIRA Announcement Banner via Administration >> System >> User Interface >> Announcement Banner

  • Add the following code to the announcement banner:

    <style type="text/css">
    .ghx-priority { display: none; }
    </style>

    変更を保存します。

  • Refresh your Agile board, and you should be able to see the priority icons being hidden:
    Plan Mode:
  • Work mode:
最終更新日 2016 年 4 月 7 日

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

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