How to hide JIRA Credits
Purpose
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 :
Solution
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.
Last modified on Apr 15, 2016
Powered by Confluence and Scroll Viewport.