How to Edit the Footer on Bamboo Dashboard

Platform Notice: Data Center Only - This article only applies to Atlassian products on the Data Center platform.

Note that this KB was created for the Data Center version of the product. Data Center KBs for non-Data-Center-specific features may also work for Server versions of the product, however they have not been tested. Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.

*Except Fisheye and Crucible

Symptoms

**this is for Bamboo 5.5 & 5.5.1 though may cover other versions of the product.

Current Bamboo footer looks like: Continuous integration powered by Atlassian Bamboo version 5.5.0 build 4304 - 24 Apr 14

Resolution

Navigate to and open

1 <Bamboo Installation Directory>/atlassian-bamboo/fragments/decorator/footer.ftl

Here is the footer sections we're concerned with:

1 2 3 4 5 6 <div class="footer-body"> <p><a href="http://www.atlassian.com/software/bamboo/">Continuous integration</a> powered by <a href="http://www.atlassian.com/software/bamboo/">Atlassian Bamboo</a> version ${ver.getCurrentVersion()} build ${ver.getCurrentBuildNumber()} - [@ui.time datetime=ver.getCurrentBuildDate()]${ver.getCurrentBuildDate()?date?string("dd MMM yy")}[/@ui.time] [#if ver.isDevMode()] (DevMode Enabled) [/#if] </p>

Removing the following portion will remove the version information:

1 version ${ver.getCurrentVersion()} build ${ver.getCurrentBuildNumber()
Updated on April 8, 2025

Still need help?

The Atlassian Community is here for you.