There is a bamboo variable bamboo.planRepository.branchName that I am trying to use and extract some partial value and not as whole value.
I am using this variable as deployment release generation so i was trying this
${bamboo.planRepository.branchName}.Remove(1,5)-${bamboo.inject.shortCommitHash}-${bamboo.buildNumber}
but Remove does not work , basically I am trying to find if I do string manipulation.
or is there any way we can have custom variable which is basically string manipulation of this bamboo variables.