The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I know that it is possible to add a Product Release Notes section similar to this page - https://status.webroot.com/ - but I can't find where to add it to the page. Any suggestions?
Thanks,
-David
Hey David,
While this isn't something in the scope of support, I was able to find that that page is using some custom JS to create the section you're looking for.
The code for it would look something like the below, you will just need a page on a plan that supports the use of custom Javascript
<script>
$('.incidents-list').prepend('<p><a class="font-largest no-link" style="display:block;">PRODUCT RELEASE NOTES</a><br>Click one of these links for detailed release notes<br><a href="https://www.something.com/support/release-notes" target="_blank">Something</a> | <a href="https://www.something.com/support/support-consumer-release-notes" target="_blank">Home & Something else</a></p><br><br>');
</script>
Hopefully this helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We're excited to announce the release of a long-requested feature on Statuspage. Now visitors to your status page can subscribe to get notified in Slack when you report an incident or maintenance. Th...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.