-
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
[BAM-17810] shortPlanName contains branch name for plan branches
Fix Version/s | New: 6.10.2 [ 89592 ] | |
Fix Version/s | Original: 6.10.0 [ 86205 ] |
Workflow | Original: Bamboo Workflow 2016 v1 - Restricted [ 1588454 ] | New: JAC Bug Workflow v3 [ 3384526 ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Fix Version/s | New: 6.10.0 [ 86205 ] | |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Assignee | New: Alexey Chystoprudov [ achystoprudov ] |
Rank | New: Ranked higher |
We are also affected by this after upgrading to 6.10.4. Any updates on a fix for this?