How to Edit the Footer in Bitbucket Server
Each page of the Bitbucket Server's web interface includes a footer that is similar to the one below:
There are two elements of this footer that can be customized:
- The Contact Support link
- The line that is highlighted in the screenshot above
- Starting with Bitbucket Server version 6.2, you can customize the Contact Support link, by adding to your
bitbucket.properties
file a line similar to the following:footer.links.contact.support=https://mylink.example.com
and restarting your Bitbucket Server (or Data Center nodes), in order to apply the change.
For more information please refer to: Bitbucket Server config properties - Footer. - You can also customize the highlighted line of the footer, as needed, using the method described below.
'Powered by Atlassian'
Atlassian requires that the text 'Powered by Atlassian' be displayed in the footer on every page, as specified in section 3.6 of the Software License Agreement. Other than that, you can customize the footer text.
Editing Information in the footer
- Open the
bitbucket-webapp.properties
file- For Bitbucket Server versions prior to 5.0, this file is located in:
<BITBUCKET_INSTALL>/atlassian-bitbucket/WEB-INF/classes/i18n
- For Bitbucket Server version 5.0 or higher, this file is located in:
<BITBUCKET_INSTALL>/app/WEB-INF/classes/i18n
- For Bitbucket Server versions prior to 5.0, this file is located in:
Find the following line:
bitbucket.web.global.footer.licence.message=Git repository management for enterprise teams powered by {0}
You can edit the value of this variable to display your custom footer, then save the file.
Stop and start your Bitbucket Server.
- Open your browser, log into Bitbucket Server and verify if the footer indeed reflects your change.
If you make a backup copy of the {noformat}bitbucket-webapp.properties{noformat} file prior to modifying this file, make sure you move the backup file to a different folder.