We are using Bamboo 5.2 for continuous integration.
Source plan has several additional branches. Each branch is triggered by commits in git repo.
Deployment project is configured with separate environment for each branch, deployment happens automatically on successful build of source plan.
When default branch is deployed automatically - new release is created correctly with naming schema defined in "Release versioning" (we use source plan variables to create release version).
The problem appears when any other branch is deployed automatically - we get new release with default version. As bamboo states: "Releases from branches will default to using the branch name suffixed with the build number of the build result."
Is there any possibility to override this approach? Target is to set release version from plan's variables (no matter default plan variables or branch plan variables), reason is that we have single plan with several stable branches configured.