Recent searches
No recent searches
Extract Jira ticket number from Zendesk platform in webhook
Answered
Posted Feb 24, 2022
Hi,
I am working with Jira Software project linked with Zendesk.
My goal is to change status in Jira when a customer replies in the zendesk email.
I am trying to do this with a automation webhook endpoint in Jira.
I am having trouble extracting the Jira ticket number from the zendesk platform in a webhook.
Does anyone know the JSON key and value I can use that will provide my webhook with the linked Jira ticket number?
0
1
1 comment
Daniel Dobrzensky
You can configure Jira to send values into custom fields in Zendesk when you link a ticket to a Jira issue. After that, you can use placeholders for the custom field in the webhook. Hope that helps.
0