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 :
- Navigate to the Announcement banner page
- 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.