I am trying to replace word "CLONE" in issue.Summary with value of a custom field issue.Customer.
I have tried several forms of following expression as value of Summary:
{{issue.Summary.replace("CLONE", {{issue.Customer}} )}}
It does not work and gives error as follows:
Unable to render smart values when executing this rule:
Failed to get value for issue.Summary.replace("CLONE",{{issue.Customer: {{issue.Summary.replace("CLONE",{{issue.Customer}})}}
It works only if I change {{issue.Customer}} to a hardcoded value "Acme". I am unable to use any field of issue or user input taken at trigger of rule {{userInputs.selectCustomer}}
How can I achieve the result I want. I have attached snapshot from rule builder as well.
Found the answer in following Q&A
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.