Features – Interoperability
Bamboo integrates with your favourite development tools.
Out-of-the-box integration
More than just a Continuous Integration server, Bamboo integrates into your development environment to provide truly useful linking between build results and your coding and project management tools.
Bamboo has built-in support for:
- Atlassian JIRA
- Atlassian Confluence
- Atlassian Crowd
- Atlassian FishEye
- Atlassian Clover
JIRA integration
Bi-directional integration between Bamboo and JIRA:
Bamboo to JIRA
By simply adding JIRA issue-keys to your commit messages, Bamboo can provide greater visibility of the issue tracking cycle by automatically linking JIRA issues to Bamboo builds:
Bamboo even allows you to compare across all builds for build results relating to specific JIRA issues.
JIRA to Bamboo
Just as Bamboo can show the JIRA issues related to a particular build, JIRA has a plugin to show the related Bamboo builds for a particular JIRA issue.
Confluence integration
Display build charts and trends inside of Confluence so non-Bamboo users can see the action.
- Show a chart showing build result for your project in Confluence
- Show a list of all your builds in Confluence - users can jump to any build, plan or project for full Bamboo information
- The Bamboo Plugin for Confluence (now available in beta) lets you view build information from within a Confluence page
Confluence integration
Display build charts and trends inside of Confluence so non-Bamboo users can see the action.
- Show a chart showing build result for your project in Confluence
- Show a list of all your builds in Confluence - users can jump to any build, plan or project for full Bamboo information
- The Bamboo Plugin for Confluence (now available in beta) lets you view build information from within a Confluence page
Crowd integration
Crowd provides single sign-on and consolidated user management across multiple applications, including Bamboo. Crowd also connects your Subversion (svn) source control system to LDAP.
FishEye integration
Bamboo's FishEye integration allows you to click through from Bamboo's build results to see:
- the source code of the changed file that triggered the build.
- the 'Diff' comparison from the previous version of the file to the current version.
- the version history of the file.
Clover integration
Bamboo also works out of the box with Clover, the code coverage tool. Bamboo analyses the results produced by Clover, including:
- coverage quality statistics per build, even when the build fails
- a history of code quality over time periods (e.g. a day, a week, a month)
- and more