How to Edit the Footer on Bamboo Dashboard

Still need help?

The Atlassian Community is here for you.

Ask the community

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

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.