This workflow corresponds to n8n.io template #8216 — we link there as the canonical source.
This workflow follows the Agent → OpenAI Chat recipe pattern — see all workflows that pair these two integrations.
The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"nodes": [
{
"name": "GitHub Trigger",
"type": "n8n-nodes-base.githubTrigger",
"position": [
-160,
320
],
"parameters": {},
"typeVersion": 1
},
{
"name": "Is it a bug?",
"type": "n8n-nodes-base.if",
"position": [
640,
320
],
"parameters": {},
"typeVersion": 1
},
{
"name": "Create Jira Ticket (Bug)",
"type": "n8n-nodes-base.jira",
"position": [
976,
304
],
"parameters": {},
"typeVersion": 1
},
{
"name": "Create Jira Ticket (Task)",
"type": "n8n-nodes-base.jira",
"position": [
976,
544
],
"parameters": {},
"typeVersion": 1
},
{
"name": "AI Agent",
"type": "@n8n/n8n-nodes-langchain.agent",
"position": [
176,
320
],
"parameters": {},
"typeVersion": 2.2
},
{
"name": "OpenAI Chat Model",
"type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
"position": [
176,
560
],
"parameters": {},
"typeVersion": 1.2
},
{
"name": "Simple Memory",
"type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
"position": [
272,
560
],
"parameters": {},
"typeVersion": 1.3
},
{
"name": "Sticky Note",
"type": "n8n-nodes-base.stickyNote",
"position": [
-224,
112
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"name": "Sticky Note1",
"type": "n8n-nodes-base.stickyNote",
"position": [
160,
112
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"name": "Sticky Note2",
"type": "n8n-nodes-base.stickyNote",
"position": [
560,
112
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"name": "Sticky Note3",
"type": "n8n-nodes-base.stickyNote",
"position": [
912,
112
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"name": "Structured Output Parser",
"type": "@n8n/n8n-nodes-langchain.outputParserStructured",
"position": [
384,
560
],
"parameters": {},
"typeVersion": 1.3
}
],
"connections": {
"AI Agent": {
"main": [
[
{
"node": "Is it a bug?",
"type": "main",
"index": 0
}
]
]
},
"Is it a bug?": {
"main": [
[
{
"node": "Create Jira Ticket (Bug)",
"type": "main",
"index": 0
}
],
[
{
"node": "Create Jira Ticket (Task)",
"type": "main",
"index": 0
}
]
]
},
"Simple Memory": {
"ai_memory": [
[
{
"node": "AI Agent",
"type": "ai_memory",
"index": 0
}
]
]
},
"GitHub Trigger": {
"main": [
[
{
"node": "AI Agent",
"type": "main",
"index": 0
}
]
]
},
"OpenAI Chat Model": {
"ai_languageModel": [
[
{
"node": "AI Agent",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"Structured Output Parser": {
"ai_outputParser": [
[
{
"node": "AI Agent",
"type": "ai_outputParser",
"index": 0
}
]
]
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Bridge the gap between your development and project management workflows with this intelligent n8n template. This isn't just a simple sync; it uses an AI agent to analyze, classify, and intelligently route new GitHub issues into the correct Jira ticket type, saving you countless…
Source: https://n8n.io/workflows/8216/ — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Ensure your GitHub repositories stay configuration-accurate and documentation-compliant with this intelligent AI-powered validation workflow. 🤖 This automation monitors repository updates, compares co
Automatically detect, classify, and document GitHub API errors using AI. This workflow connects GitHub, OpenAI (GPT-4o), Airtable, Notion, and Slack to build a real-time, searchable API error knowledg
Streamline Facebook Messenger inbox management with an AI-powered categorization and response system. 💬⚙️ This workflow automatically classifies new messages as Lead, Query, or Spam using GPT-4, route
This workflow streamlines your content organization process by automatically analyzing new blog posts in your GitHub repository and assigning appropriate categories and tags using OpenAI. It compares
Smart Rss Feed Monitoring With Ai Filtering Baserow Storage And Slack Alerts. Uses slack, agent, lmChatOpenAi, memoryBufferWindow. Event-driven trigger; 28 nodes.