Making schema changes and trying to migrate existing tickets in a multi select asset custom field from object type A to Object type B. Label for Object type B is in an attribute of Object Type A called Name. Have the query to get the impacted issues but getting stuck on the syntax to pull the attribute in Object A to use for a lookup to find the Label in Object B.
Tried {{Cf_123.name}} and other variations with no luck
Any help would be appreciated
Thank you
Hi,
In automation you can use smartvalue as follows:
{{issue.customfield-exact-name.attribute}}
So for
Field: Affected Assets
Attribute: Name
It would be:
{{issue.Affected Assets.Name}}
Hope this helps!
not sure what I was missing but retyped it out in the same format and it worked.
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.