If a build was triggered by a code change, the commit comment (or check-in comment) will be shown in the build result.
To view the code commit comments for a particular build result:
- Navigate to the desired build result, as described on Viewing a build result.
- The build's commit comment will be shown to the right of the screen, under the heading 'Code Changes'.
You can see more details on the Changes tab of the Build Result Summary page.
Note that you can include links to JIRA issues in a change comment simply by typing the key. Bamboo automatically converts the key to a link, as long as the key is of the default JIRA issue key format (that is, two or more uppercase letters ([A-Z][A-Z]+), followed by a hyphen and the issue number, for example BAM-123).
Related pages:

3 Comments
Genki Mine
Jan 14, 2014Is there a way to grab these code commits during the build process? I want to be able to send email saying what the code commits were for the last successful build.
Thanks.
James Dumay
Jan 15, 2014You can get them via the results resource in REST API when the expand=changes parameter is provided.
Is there any reason why you cannot use the standard build notifications that Bamboo provides? They contain a list of changes but we truncate them if its too long.
Genki Mine
Jan 15, 2014Thank you for the reply.
Currently, I'm using Bamboo along with TestFlight, and I want to extract that info and put it in TestFlight build release notes. I will look into the REST API. I'm using Bamboo's notification for developers only (build fails and successes).