I am trying to create an automation. One ticket will trigger the creation of another ticket. I want to transfer the Asset Field to the new ticket. The asset field is called "Customer Object" or (customfield_10820).
I have tried {[triggerIssue.Customer Object}} but this does not work. Since the field only takes AQL, what would be the AQL syntax to work?
Since the field holds the object key (what you see is the display name) then this AQL should do the trick for you:
Key LIKE {{triggerIssue.Customer Object}}
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.