Hi, basically we want to copy the value of a custom field to a comment using Jira automation - which works in general!
{{Issue.Custom Field Name}}
However our "Custom Field Name" is something like "(IS) External Partner Email"
{{Issue.(IS) External Partner Email}}
Error rendering smart-values when executing this rule:Failed to get value for Issue.fields.(IS) External Partner
how to bypass / quote the (IS) ?
solved by myself - easy quotes fixed the issue !
{{triggerIssue."(IS) External Partner Email"}}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.