Most of our Issues for a particular have a specific set of characters that precedes the Summary detail (for example, ISNT: Web-Dev prelaunch activities). I want to replace ISNT with TKC for all Issues created for a specific Component (client). Can this be done through an automation? Seems like it could.
Thanks,
Cash
Yes, this can be done with automation and smart values. The smart value for replacing ISNT with TKC would look like this:
{{issue.summary.replace("ISNT", "TKC")}}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.