Hi,
I have created automation rule for removal of Clone from Summary when issue is being created. But I am unable to edit field to add this value: {{issue.summary.replace("CLONE-", "")}}
How can I add this condition.
Regards,
Suma
Hi @ibm_kustagi_mercedes-benz_com ,
Please find the attached screenshot of the automation rule. try updating your automation accordingly and check if it works as expected.
Condition:
First value:
{{issue.summary.contains("CLONE - ")}}
Condition: equals
Second value: true
Action:
summary :
{{issue.summary.replace("CLONE - ", "")}}
Let me know if you need any further assistance.
Thanks,
Geethanjali
Thank you , it works for me ..
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@ibm_kustagi_mercedes-benz_com I think the below article should helo in this case.
please take a look.
https://confluence.atlassian.com/automation/jira-smart-values-text-fields-993924863.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.