Hi,
I have an integration for when a new ticket is created in Zendesk that it creates a new item in Jira. And when that item in Jira is updated, it updates the Zendesk ticket. Now I’m looking to create a zap where when a ticket is updated in Zendesk (probably via a comment), it will update the Jira item (probably also as a comment).
Starting this zap, the only action that looks like it’d work would be “New Action on Ticket,” but its description is “Triggers when there is activity (an audit) on a specific ticket. Can only watch one ticket per Zap.” I’m not seeing a way to have this be dynamic. Is there a generalized way to have this work for all tickets in the view so that any time one gets updated it triggers a zap? Am I missing something?
Thanks!
Updating a ticket in Zendesk triggers an update in Jira
Best answer by Bryan01
Hey
I’ve got this working which I’ll list for posterity.
This was an existing ticket in Zendesk that was associated with an existing ticket in Jira. Updating the ticket in Zendesk didn’t have an option for a zap unless it was tied to a single specific ticket.
The solution was:
In Zapier, creating a webhook.
In Zendesk, creating an HTTP target to that webhook (Admin > Extensions > Add Target)
In Zendesk, adding a Trigger that notifies that target, sending:
{
"ticket":{
"latest-comment":"{{ticket.latest_comment}}",
"author":"{{ticket.latest_comment.author.name}}",
"jira-ticket-id":"{{ticket.ticket_field_##########}}"
}
}
*Note, in a different zap that originally set up the Jira Ticket when the Zendesk ticket was created, I added another step to add the Jira Ticket ID as a Zendesk custom field to the form (that only agents can edit).
Back in Zapier, the second step after the webhook was to pull the Jira ticket ID, and add the new comment.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.