How to Edit the Footer on Bamboo Dashboard
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
<Bamboo Installation Directory>/atlassian-bamboo/fragments/decorator/footer.ftl
Here is the footer sections we're concerned with:
<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:
version ${ver.getCurrentVersion()} build ${ver.getCurrentBuildNumber()
Last modified on Jun 2, 2014
Powered by Confluence and Scroll Viewport.