-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Affects Version/s: 5.9.7, 5.12.3.1
-
Component/s: Variables
-
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