When users navigate to their Classic Boards, they see the Atlassian notice regarding deprecation of Classic Boards in March 2015. This is causing confusion and creation of internal support tickets as our users think that we are the ones deprecating Classic Boards.
Atlassian was unable to give us a solution, so I'm posing to the community - Have you been able to safely and consistently modify/disable the Atlassian-created footer that appears in the Classic Boards?
If it does affect any other important notifications, I believe it would only be in JIRA Agile based on the div id being "gh-persistent-notifications" - "gh" is likely short for GreenHopper (Agile).
If you are able to locate any other notifications in your instance of JIRA that you'd like to test against, you can use a browser's web development tools to check the ID of the notification:
gh-persistent-notifications Firebug.pngI hope that helps!
Hi Shayne,
So, that definitely worked in our test environment, but I'm wondering if based on the parameters will it suppress all Atlassian notifications, or all notifications marked as 'important'? Is there a difference between the two?
Thanks,
Sarah
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Try navigating to Administration >> System >> Announcement Banner, then enter the following:
<style type="text/css"> #gh-persistent-notification { display:none !important; } </style>
Set the banner and reload a Classic board to see if the warning still shows up.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.