The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How do I add a "Product Release Notes" Section

David_Hacking
May 29, 2020

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

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Zach
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
May 29, 2020

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>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;<a href="https://www.something.com/support/support-consumer-release-notes" target="_blank">Home &amp; Something else</a></p><br><br>');
</script>

Hopefully this helps! 

David_Hacking
May 29, 2020

That is what I needed.  Thank you!!

Denae Fernandez
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 7, 2022

where exactly would we place this code?

Zach
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
December 20, 2022

@Denae Fernandez you'd need to place it in the custom header/footer section 

2022-12-20_13-42-07.png

TAGS
AUG Leaders

Atlassian Community Events