Hello,
I've followed the instructions over here and have created a new ticket automatically using the http target + JSON method:
JSON body:
{"ticket": { "subject": "DealDash FedEx Claim Request: {{ticket.ticket_field_27729152}}", "public": true, "comment" : {"body": "Test Test Test \n Testing testing testing"}, "priority": "high", "status": "new", "requester":
{"name": "{{ticket.requester.name}}", "email": "{{ticket.requester.email}}"}}}
However I have Custom Ticket Field data that I want to copy over from the existing ticket to the new ticket into the same Custom Ticket Field when using the assigned trigger - I'm quite noob with coding so I've no idea if this is possible or not - any information would be hugely appreciated.
Thank you in advance :)