Bamboo Screenshot tour
Features – Interoperability
Bamboo integrates with your favourite development tools.
Out-of-the-box integration
More than just a CI 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 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.
Learn more about the integration between JIRA and Bamboo
Crowd integration
Crowd provides single sign-on and consolidated user management across multiple applications, including Bamboo.
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 it fails
- a history of code quality over time periods (e.g. a day, a week, a month)
- and more