Is there a way to automatically remove the word "Clone" from the summary of issues when cloning in Jira, possibly using a smart value like {{issue.summary.replace(" Clone", "")}} in an automation rule?
Hi @Robert Kornel and welcome to the Community!
You could try below smart value:
{{issue.summary.remove("Clone")}}
Hope this helps!
Or even easier way, if you are Product Administrator, just Change Global Prefix for Clone
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.