Skip to main content

Automate support ticket triage and resolution with JIRA and AI

Workflow preview

Workflow preview
100%
Automate support ticket triage and resolution with JIRA and AI preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

This n8n template automates triaging of newly opened support tickets and issue resolution via JIRA. If your organisation deals with a large number of support requests daily, automating triaging is ...

Best for

  • Ticket Management automation workflows
  • AI RAG automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.scheduletrigger, n8n-nodes-base.jira, n8n-nodes-base.set, @n8n/n8n-nodes-langchain.lmchatopenai, @n8n/n8n-nodes-langchain.outputparserstructured, @n8n/n8n-nodes-langchain.chainllm, n8n-nodes-base.splitinbatches, n8n-nodes-base.noop

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Jimleuk.

Original n8n.io source

1.1 Workflow description

Title
Automate support ticket triage and resolution with JIRA and AI
Workflow name
Automate support ticket triage and resolution with JIRA and AI

This n8n template automates triaging of newly opened support tickets and issue resolution via JIRA.

If your organisation deals with a large number of support requests daily, automating triaging is a great use-case for introducing AI to your support teams. Extending the idea, we can also get AI to give a first attempt at resolving the issue intelligently.

How it works

  • A scheduled trigger picks up newly opened JIRA support tickets from the queue and discards any seen before.
  • An AI agent analyses the open ticket to add labels, priority on the seriousness of the issue and simplifies the description for better readability and understanding for human support.
  • Next, the agent attempts to address and resolve the issue by finding similar issues (by tags) which have been resolved.
  • Each similar issue has its comments analysed and summarised to identify the actual resolution and facts.
  • These summarises are then used as context for the AI agent to suggest a fix to the open ticket.

How to use

  • Simply connect your JIRA instance to the workflow and activate to start watching for open tickets. Depending on frequency, you may need to increase for decrease the intervals.
  • Define labels to use in the agent's system prompt.
  • Restrict to certain projects or issue types to suit your organisation.

Requirements

  • JIRA for issue management and support portal
  • OpenAI for LLM

Customising this workflow

  • Not using JIRA? Try swapping out the nodes for Linear or your issue management system of choice.
  • Try a different approach for issue resolution. You might want to try RAG approach where a knowledge base is used.

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Schedule Trigger

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.2

Block 2 - Get Open Tickets

Type / Role
n8n-nodes-base.jira - jira
Config choices
Version 1

Block 3 - Simplify Ticket

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 4 - OpenAI Chat Model

Type / Role
@n8n/n8n-nodes-langchain.lmChatOpenAi - lmChatOpenAi
Config choices
Version 1.2

Block 5 - Structured Output Parser

Type / Role
@n8n/n8n-nodes-langchain.outputParserStructured - outputParserStructured
Config choices
Version 1.2

Block 6 - Label, Prioritize & Rewrite

Type / Role
@n8n/n8n-nodes-langchain.chainLlm - chainLlm
Config choices
Version 1.6

Block 7 - Update Labels, Priority and Description

Type / Role
n8n-nodes-base.jira - jira
Config choices
Version 1

Block 8 - Get Recent Similar Issues Resolved

Type / Role
n8n-nodes-base.jira - jira
Config choices
Version 1

Block 9 - Loop Over Items

Type / Role
n8n-nodes-base.splitInBatches - splitInBatches
Config choices
Version 3

Block 10 - Issue Ref

Type / Role
n8n-nodes-base.noOp - noOp
Config choices
Version 1

Block 11 - Get Comments

Type / Role
n8n-nodes-base.jira - jira
Config choices
Version 1

Block 12 - Simplify Comments

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 13 - Summarise Resolution

Type / Role
@n8n/n8n-nodes-langchain.chainLlm - chainLlm
Config choices
Version 1.6

Block 14 - Simplify Issue

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 15 - Aggregate

Type / Role
n8n-nodes-base.aggregate - aggregate
Config choices
Version 1

Block 16 - OpenAI Chat Model1

Type / Role
@n8n/n8n-nodes-langchain.lmChatOpenAi - lmChatOpenAi
Config choices
Version 1.2

Block 17 - Return Fields

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 18 - Attempt to Resolve Issue

Type / Role
@n8n/n8n-nodes-langchain.chainLlm - chainLlm
Config choices
Version 1.6

Block 19 - Aggregate1

Type / Role
n8n-nodes-base.aggregate - aggregate
Config choices
Version 1

Block 20 - OpenAI Chat Model2

Type / Role
@n8n/n8n-nodes-langchain.lmChatOpenAi - lmChatOpenAi
Config choices
Version 1.2

Block 21 - Add Comment to Issue

Type / Role
n8n-nodes-base.jira - jira
Config choices
Version 1

Block 22 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 23 - Mark as Seen

Type / Role
n8n-nodes-base.removeDuplicates - removeDuplicates
Config choices
Version 2

Block 24 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Showing the first 24 of 27 workflow blocks. Download the JSON for the full node graph.

3. Summary Table

Workflow Automate support ticket triage and resolution with JIRA and AI
Complexity advanced
Nodes 27
Categories Ticket Management, AI RAG
Author Jimleuk
Published 05 May 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/3868/3868.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Automate support ticket triage and resolution with JIRA and AI do?

This n8n template automates triaging of newly opened support tickets and issue resolution via JIRA. If your organisation deals with a large number of support requests daily, automating triaging is ...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Ticket Management, AI RAG use case.