How to hide JIRA Credits

お困りですか?

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

コミュニティに質問

目的

Some organizations don't like their employees playing games which comes with the JIRA Credits page. For example, in JIRA 6.4.X , the Space Invader like game was available : 

ソリューション

Hide the JIRA Credits button using JavaScript :

  1. Navigate to the Announcement banner page
  2. Enter this snippet on the field
<style>
a#view_credits {display:none} /* Removes View Credits button */
</style>

The JIRA Credits button is now no longer visible.

 

最終更新日 2016 年 4 月 15 日

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

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