{
  "name": "AI-powered email to Jira ticket creation with Llama 3.2",
  "nodes": [
    {
      "id": "80da05bf-11e1-4e94-bdc2-c720d2e0149f",
      "name": "Fetch Full Email Content\t",
      "type": "n8n-nodes-base.gmail",
      "position": [
        220,
        0
      ]
    },
    {
      "id": "c674d95f-f1bb-4244-b894-357d44e95fbb",
      "name": "Analyze Email & Extract Tasks\t",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        440,
        0
      ]
    },
    {
      "id": "51d2c717-4eda-4e1d-a155-eda1729b3c61",
      "name": "AI Tool - Think Support\t",
      "type": "@n8n/n8n-nodes-langchain.toolThink",
      "position": [
        588,
        220
      ]
    },
    {
      "id": "5a611d35-2d2f-4508-99b1-c3ea3144b6bf",
      "name": "Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatOllama",
      "position": [
        468,
        220
      ]
    },
    {
      "id": "65448a27-838d-4860-8425-9ea8d9ad363a",
      "name": "Parse JSON Output from AI\t",
      "type": "n8n-nodes-base.code",
      "position": [
        1036,
        0
      ]
    },
    {
      "id": "e590efd2-0fdb-489f-ae41-e27d2b15afcf",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -20,
        -540
      ],
      "parameters": {
        "width": 540,
        "height": 440,
        "content": "📌 Email-to-Jira Auto Ticket Creator (AI-powered) – Overview\n\nThis AI-powered workflow reads emails, understands the request using an LLM, and creates structured Jira issues:\n\nFlow Steps:\n\n📨 Polls for "
      }
    },
    {
      "id": "4f22474a-0a1a-4902-b357-58aabd8c24c5",
      "name": "Check for New Emails\t",
      "type": "n8n-nodes-base.gmailTrigger",
      "position": [
        0,
        0
      ]
    },
    {
      "id": "1e32f8e1-844e-45b0-b4ce-3e87b6e462ea",
      "name": "Jira - Create Main Issue",
      "type": "n8n-nodes-base.jira",
      "position": [
        1256,
        0
      ]
    },
    {
      "id": "291a29fb-bce3-4553-af91-b9be4ab6eb6e",
      "name": "Create Subtasks\t",
      "type": "n8n-nodes-base.jira",
      "position": [
        1696,
        0
      ]
    },
    {
      "id": "d2912bbc-177d-4683-b8ec-c54167148931",
      "name": "Split Subtasks JSON to Items\t",
      "type": "n8n-nodes-base.code",
      "position": [
        1476,
        0
      ]
    },
    {
      "id": "1f1f7172-bc9d-4e48-ac2d-d7f59f396b4a",
      "name": "Wait",
      "type": "n8n-nodes-base.wait",
      "position": [
        800,
        0
      ]
    }
  ],
  "connections": {
    "Wait": {
      "main": [
        [
          {
            "node": "Parse JSON Output from AI\t",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "Analyze Email & Extract Tasks\t",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Check for New Emails\t": {
      "main": [
        [
          {
            "node": "Fetch Full Email Content\t",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "AI Tool - Think Support\t": {
      "ai_tool": [
        [
          {
            "node": "Analyze Email & Extract Tasks\t",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Jira - Create Main Issue": {
      "main": [
        [
          {
            "node": "Split Subtasks JSON to Items\t",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Fetch Full Email Content\t": {
      "main": [
        [
          {
            "node": "Analyze Email & Extract Tasks\t",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Parse JSON Output from AI\t": {
      "main": [
        [
          {
            "node": "Jira - Create Main Issue",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Split Subtasks JSON to Items\t": {
      "main": [
        [
          {
            "node": "Create Subtasks\t",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Analyze Email & Extract Tasks\t": {
      "main": [
        [
          {
            "node": "Wait",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}