I'm using concat(String str) to add a string of text in an Automation rule but would like to see it at the start rather then then end.
What I'm using:
{{issue.summary.concat(" Add My Text - ")}}
Current Result = Issue Summary Add My Text -
What I'd like:
Result = Add My Text - Issue Summary