Block 1 - AI Agent
- Type / Role
- @n8n/n8n-nodes-langchain.agent - agent
- Config choices
- Version 2
This workflow is provided as-is. Please review and test before using in production.
How It Works This template is an n8n workflow that integrates with Jira to provide automated replies . When a ticket is assigned to a user, the workflow analyzes the ticket content, retrieves relev...
@n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.lmchatopenai, @n8n/n8n-nodes-langchain.vectorstorepinecone, @n8n/n8n-nodes-langchain.embeddingsopenai, n8n-nodes-base.jira, n8n-nodes-base.if, n8n-nodes-base.splitinbatches, n8n-nodes-base.code
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by yusan25c.
Original n8n.io sourceThis template is an n8n workflow that integrates with Jira to provide automated replies.
When a ticket is assigned to a user, the workflow analyzes the ticket content, retrieves relevant knowledge from a vector database, and generates a response.
By continuously enriching the knowledge base, the system improves response quality in Jira.
Jira Credentials
Vector Database Setup (Pinecone)
AI Assistant Node
Workflow Execution
Scheduled Trigger
The workflow is executed at regular intervals using the Scheduled Trigger node.
Jira Trigger (Issue Assigned)
Retrieves the summary, description, and latest comments of assigned tickets.
AI Assistant
Sends ticket details to the AI assistant, which searches and summarizes relevant knowledge from Pinecone.
Response Generation / Ticket Update
The AI generates a response and automatically posts it as a Jira comment.
(Optionally, the workflow can update the ticket status or mention the assignee.)
For a detailed walkthrough (in Japanese), see this article:
👉 Automating Jira responses with n8n, AI, and Pinecone (Qiita)
You can find the template file on GitHub here:
👉 Template File on GitHub
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.
| Workflow | Automated Jira ticket responses with GPT-4 and Pinecone knowledge base |
|---|---|
| Complexity | advanced |
| Nodes | 17 |
| Categories | Ticket Management, AI RAG |
| Author | yusan25c |
| Published | 29 Sept 2025 |
Use the JSON export at /data/workflows/9087/9087.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
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.
How It Works This template is an n8n workflow that integrates with Jira to provide automated replies . When a ticket is assigned to a user, the workflow analyzes the ticket content, retrieves relev...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
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.