You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.