I have some source that contains tokens and I would like to be able to do token replacement with Bamboo variables.
My current example is I have SQL with tokens in the format of #{TokenName} and would like to use the Plan variable to replace these values. I could write this as a Powershell task, but before I head down this route I would like to see what Bamboo has build it for this.