-
Suggestion
-
Resolution: Unresolved
-
None
-
None
-
7
-
10
-
NOTE: This suggestion is for JIRA Server. Using JIRA Cloud? See the corresponding suggestion.
When the license is about to expired, there will be a message/warning/announcement appear on the top part of JIRA,it would be better if we have an option to disable the message permanently.
Workaround
Please note: This workaround will disable ALL global warnings for every user.
- Click on ⚙ > System > Announcement Banner and paste this code snippet into the box.
<style type="text/css"> div.aui-message.aui-message-warning.warning { display: none; } </style>
- Choose the visibility level, then click on Set Banner.
- This should completely hide the license warning message along with any other warnings that may arise, therefore it is extremely important that you regularly perform health checks to see if there are any issues that you are not aware of if you choose to make use of this workaround.
- relates to
-
JRACLOUD-35764 Option to disable the license renewal message/warning/announcement
- Closed
- mentioned in
-
Page Loading...
PLEASE NOTE in our case, we utilized the Announcement Banner page to customize Jira behavior on several different incident screens, and by replacing the XML with the snippet above, it reverts all other customizations. Would HIGHLY recommend changing the section title from Announcement Banner to something a little less misleading, as the code within the box controls the content of the entire page, and not just the header section.