We have a branch per version of our code base. i.e. master, 1.0, 2.0, 2.1, ..
Each branch could support diff. environments, 1.x may support Python 2.x, 2.0 could support Python > 2.7, 2.1 Python > 3.5, etc. So using a plan branch is not an option.
We would like to create a new Plan Plan (master), Plan (1.0), .. where each branch would have bamboo-specs dir for plan specifications.
So far I have only been able to see Plan branches, which use the tasks defined in the master branch for all plan branches.
Bamboo: 8.0.4
Using Bamboo YAML Spec.