-
Bug
-
Resolution: Fixed
-
Low
-
5.9.7, 5.12.3.1
-
1
-
Severity 3 - Minor
-
2
-
Summary
According to https://confluence.atlassian.com/bamboo/bamboo-variables-289277087.html bamboo.shortPlanName should contain the name of the plan, however for plan branches it contains the branch name (instead of the plan name).
Environment
- Bamboo 5.12.3.1
Steps to Reproduce
- Create a script task that only contains echo ${bamboo.shortPlanName}
- Run the plan and look at the log - you will see the plan name being output
- Create a plan branch
Expected Results
The name of the plan is output.
Actual Results
The name of the branch is output
Workaround
There is no known workaround
We are also affected by this after upgrading to 6.10.4. Any updates on a fix for this?