I'm trying to have a trigger run that will automatically create a new ticket based on events on a separate ticket. I've got as far as the ticket generating but it always creates the ticket with the agent (me) as the requester. I need the ticket to be created with the same requester as the ticket that the ticket originally ran on.
I've a http target set up as
Url - https://**OURDOMAIN**.zendesk.com/api/v2/tickets
Method: Post
Content Type: JSON
BasicAuthentication: Enabled
and the code so far is
{ "ticket": { "subject": "About your order ", "public": true, "description": "this is my content.", "priority": "high", "status": "new", } }
But everything i try to get the requester of the new ticket to match the requester of the trigger ticket won;t play ball.
Any thoughts?
Creating new tickets automatically using triggers
This topic has been closed for replies.
Login to the community
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.