Hi Atlassian Community,
I'm investigating how Bamboo calculates the commits and Jira issues displayed for a deployment release, as we're seeing behavior that we don't fully understand.
When we deploy a release, both the deployment details in Bamboo and the deployment notification email show commits/issues that appear to come from branches unrelated to the deployed release. Since the email mirrors the deployment report, it seems the underlying deployment report itself is including these commits/issues.
Our expectation was that a deployment release would display only the commits and Jira issues associated with the deployed release. Instead, Bamboo appears to be performing a comparison between deployment versions, which can include commits from other branches and makes it difficult to determine exactly what was deployed.
This behavior started appearing this year.
Could someone help clarify the following?
Any documentation explaining how Bamboo builds the deployment release report would be greatly appreciated, as we're trying to determine whether this is expected behavior, a configuration issue, or a recent product change.
Thank you!
Can you verify if your deployment project is linked to the correct build plan (not a plan branch). Go to Deployment project > Edit > Build plan and confirm it points where you expect.
If you're using plan branches with "all branches" detection, narrow the repository configuration to track only the branch you actually deploy from.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.