{
  "name": "AI-powered bug triage system with OpenAI, Jira and Slack alerts",
  "nodes": [
    {
      "id": "df2e571b-480f-4277-9857-ad7cd7aa015a",
      "name": "Section - Issue Creation",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        16,
        1168
      ],
      "parameters": {
        "width": 400,
        "height": 712,
        "content": "## Issue Creation\n\nWebhook receives bug reports, then creates a Jira bug issue in the APP project with the bug-suspicion label."
      }
    },
    {
      "id": "e04c5e5e-d071-472f-a576-02afae2582f9",
      "name": "Section - Notification",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        464,
        1168
      ],
      "parameters": {
        "width": 352,
        "height": 712,
        "content": "## Notification\n\nSends a Slack message to the QA channel with the Jira issue key for reference."
      }
    },
    {
      "id": "b483e81b-4a9d-4436-ab3c-e72420636e2a",
      "name": "Webhook Trigger",
      "type": "n8n-nodes-base.webhook",
      "position": [
        -784,
        1504
      ]
    },
    {
      "id": "405916bb-1dd2-4927-8e12-abc27aae162a",
      "name": "AI Bug Analysis",
      "type": "n8n-nodes-base.openAi",
      "position": [
        -560,
        1504
      ]
    },
    {
      "id": "0c03251d-7dc0-4021-94c6-3dc510fea9af",
      "name": "Priority Switch",
      "type": "n8n-nodes-base.switch",
      "position": [
        -288,
        1472
      ]
    },
    {
      "id": "cc9734be-8dbe-47a1-8c0c-f528b316205f",
      "name": "Create High Jira",
      "type": "n8n-nodes-base.jira",
      "position": [
        176,
        1328
      ]
    },
    {
      "id": "4e2b37f0-f998-4486-aba6-d6e59ad69a9c",
      "name": "Create Medium Jira",
      "type": "n8n-nodes-base.jira",
      "position": [
        176,
        1488
      ]
    },
    {
      "id": "42a80955-baf1-4ce1-b852-d03087b38d72",
      "name": "Create Low Jira",
      "type": "n8n-nodes-base.jira",
      "position": [
        176,
        1680
      ]
    },
    {
      "id": "2fca1a3e-cf63-408c-a745-024a54aea0f8",
      "name": "Slack Alert (High)",
      "type": "n8n-nodes-base.slack",
      "position": [
        576,
        1328
      ]
    },
    {
      "id": "6162ab3d-aab0-4d7f-8d1f-c8d801a5beb3",
      "name": "Slack Alert (Normal)",
      "type": "n8n-nodes-base.slack",
      "position": [
        576,
        1600
      ]
    },
    {
      "id": "8665ebfd-d9e1-4cd6-a14b-a83e08ff9e23",
      "name": "Sticky Note AI",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -608,
        1280
      ],
      "parameters": {
        "width": 564,
        "height": 456,
        "content": "## AI Analysis & Logic Routing\n\nUses OpenAI (GPT-4) to analyze sentiment, priority, and category.\n\nRoutes based on 'priority' field extracted by AI."
      }
    },
    {
      "id": "6d63ad84-9038-44a7-8752-e8f8ac5448fc",
      "name": "Main Overview1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1200,
        960
      ],
      "parameters": {
        "width": 414,
        "height": 370,
        "content": "## How it works\nThis advanced workflow act as an AI-powered Triage Agent. It receives bug reports via webhook, analyzes them using OpenAI (GPT-4) to determine sentiment, severity, and category, and th"
      }
    }
  ],
  "connections": {
    "AI Bug Analysis": {
      "main": [
        [
          {
            "node": "Priority Switch",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Create Low Jira": {
      "main": [
        [
          {
            "node": "Slack Alert (Normal)",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Priority Switch": {
      "main": [
        [
          {
            "node": "Create High Jira",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Create Medium Jira",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Create Low Jira",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Webhook Trigger": {
      "main": [
        [
          {
            "node": "AI Bug Analysis",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Create High Jira": {
      "main": [
        [
          {
            "node": "Slack Alert (High)",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Create Medium Jira": {
      "main": [
        [
          {
            "node": "Slack Alert (Normal)",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}