I have created a custom text field called "Escalated By" and want to populate it via Automation to be equal to the "Assignee" field when the ticket is transitioned to "Escalated".
What is the syntax to set the "Escalated By" field to the "Assignee" field?
Hi @Robert Levine ,
You could do what @Eugenio Onofre suggests when you create a custom field 'Escalated by' of the type 'User picker'.
But with your current set-up with the Text field, you will have to use the Edit Issue Action and then use a Smart Value to set this text field to:
{{issue.assignee.displayName}}
This value is the type 'text' so that it can be used for your field type.
Have a nice day!
Hello @Robert Levine
You can use the action "edit issue" and on the Field to Set, put the "Escalated By" and select the "Copy From", selecting Assignee field.
Something similar to the image below.
Regards,
Eugenio
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.