New support tickets move to engineering without manual copy and paste. The flow links Zendesk tickets with Jira issues so teams stay in sync. It fits support teams that escalate bugs and product requests to developers.
A webhook catches new Zendesk tickets. Ticket details are pulled, then a small function checks a Zendesk custom field used to store a Jira issue key. The route then splits. If a key already exists, the flow adds the latest Zendesk comment to the matching Jira issue. If no key exists, it creates a new Jira issue with the ticket subject and a link back to the Zendesk ticket, then writes the Jira issue key into the Zendesk custom field. This creates clear traceability both ways and removes copy and paste steps.
Setup needs Zendesk and Jira accounts, API access, a Jira key custom field in Zendesk, and a webhook that posts to the n8n URL. Update your Jira project and issue type values, and set your Zendesk field ID in the function and update nodes. Expect faster escalations, fewer errors, and a cleaner audit trail. Great for bug triage, incident reports, and feature requests that need developer input.