Back to Integrations
integrationJira Software node
integrationZendesk node

Jira Software and Zendesk integration

n8n lets you integrate Jira Software with Zendesk to build powerful workflows. Design automation that extracts, transforms and loads data between your apps and services. You can choose from thousands of ready-made apps or use our universal HTTP connector to sync apps not yet in our library.

Integrate Jira Software and Zendesk

Build your own Jira Software and Zendesk integration

Create custom Jira Software and Zendesk workflows by choosing triggers and actions. Nodes come with global operations and settings, as well as app-specific parameters that can be configured. You can also use the HTTP Request node to query data from any app or service with a REST API.

How to connect Jira Software and Zendesk

  • Step 1: Add the first step

  • Step 2: Add Jira Software and Zendesk nodes

  • Step 3: Connect Jira Software and Zendesk

  • Step 4: Run workflow

Sync Zendesk tickets with subsequent comments to Jira issues

This workflow creates a Jira issue when a new ticket is created in Zendesk. Subsequent comments on the ticket in Zendesk are added as comments to the issue in Jira.

Prerequisites

How it works

  1. The workflow listens for new tickets in Zendesk.
  2. When a new ticket is created, the workflow creates a new issue in Jira.
  3. The Jira issue key is then saved in one of the ticket's fields (in setup we call this "Jira Issue Key").
  4. The next time a comment is added to the ticket, the workflow retrieves the Jira issue key from the ticket's field and adds the comment to the issue in Jira.

Setup

This workflow requires that you set up a webhook in Zendesk. To do so, follow the steps below:

  1. In the workflow, open the On new Zendesk ticket node and copy the webhook URL.

  2. In Zendesk, navigate to Admin Center > Apps and integrations > Webhooks > Actions > Create Webhook.

  3. Add all the required details which can be retrieved from the On new Zendesk ticket node. The webhook URL gets added to the “Endpoint URL” field, and the “Request method” should match what is shown in n8n.

  4. Save the webhook.

  5. In Zendesk, navigate to Admin Center > Objects and rules > Business rules > Triggers > Add trigger.

  6. Give the trigger a name such as “New tickets”.

  7. Under “Conditions” in “Meet ALL of the following conditions”, add “Status is New”.

  8. Under “Actions”, select “Notify active webhook” and select the webhook you created previously.

  9. In the JSON body, add the following:

    {
    	"id": "{{ticket.id}}",
    	"comment": "{{ticket.latest_comment_html}}"
    }
    
  10. Save the Zendesk trigger.

You will also need to set up a field in Zendesk to store the Jira issue key. To do so, follow the steps below:

  1. In Zendesk, navigate to Admin Center > Objects and rules > Tickets > Fields > Add field.
  2. Use the text field option and give the field a name such as “Jira Issue Key".
  3. Save the field.
  4. In n8n, open the Update ticket node and select the field you created in Zendesk.

Nodes used in this workflow

Over 3000 companies switch to n8n every single week

Jira Software supported actions

Changelog
Get issue changelog
Create
Create a new issue
Delete
Delete an issue
Get
Get an issue
Get Many
Get many issues
Notify
Create an email notification for an issue and add it to the mail queue
Status
Return either all transitions or a transition that can be performed by the user on an issue, based on the issue's status
Update
Update an issue
Add
Add attachment to issue
Get
Get an attachment
Get Many
Get many attachments
Remove
Remove an attachment
Add
Add comment to issue
Get
Get a comment
Get Many
Get many comments
Remove
Remove a comment
Update
Update a comment
Create
Create a new user
Delete
Delete a user
Get
Retrieve a user

Zendesk supported actions

Create
Create a ticket
Delete
Delete a ticket
Get
Get a ticket
Get Many
Get many tickets
Recover
Recover a suspended ticket
Update
Update a ticket
Get
Get a ticket field
Get Many
Get many system and custom ticket fields
Create
Create a user
Delete
Delete a user
Get
Get a user
Get Many
Get many users
Get Organizations
Get a user's organizations
Get Related Data
Get data related to the user
Search
Search users
Update
Update a user
Count
Count organizations
Create
Create an organization
Delete
Delete an organization
Get
Get an organization
Get Many
Get many organizations
Get Related Data
Get data related to the organization
Update
Update a organization

Looking to integrate Jira Software and Zendesk in your company?

Why use n8n to integrate Jira Software with Zendesk

Build complex workflows, really fast

Build complex workflows, really fast

Handle branching, merging and iteration easily.
Pause your workflow to wait for external events.

Code when you need it, UI when you don't

Simple debugging

Your data is displayed alongside your settings, making edge cases easy to track down.

Use templates to get started fast

Use 1000+ workflow templates available from our core team and our community.

Reuse your work

Copy and paste, easily import and export workflows.

Implement complex processes faster with n8n

red iconyellow iconred iconyellow icon