{
  "openruna_format": "flow-graph-v1",
  "title": "1328_Jiratool_Schedule_Automate_Scheduled",
  "slug": "1328-jiratool-schedule-automate-scheduled",
  "source_filename": "1328_Jiratool_Schedule_Automate_Scheduled.json",
  "nodes": [
    {
      "id": "OpenAI Chat Model",
      "name": "OpenAI Chat Model",
      "integration": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "kind": "action"
    },
    {
      "id": "OpenAI Chat Model1",
      "name": "OpenAI Chat Model1",
      "integration": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "kind": "action"
    },
    {
      "id": "OpenAI Chat Model3",
      "name": "OpenAI Chat Model3",
      "integration": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "kind": "action"
    },
    {
      "id": "OpenAI Chat Model4",
      "name": "OpenAI Chat Model4",
      "integration": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "kind": "action"
    },
    {
      "id": "Schedule Trigger",
      "name": "Schedule Trigger",
      "integration": "schedule",
      "kind": "trigger"
    },
    {
      "id": "Get Issue Comments",
      "name": "Get Issue Comments",
      "integration": "jira",
      "kind": "action"
    },
    {
      "id": "Close Issue",
      "name": "Close Issue",
      "integration": "jira",
      "kind": "action"
    },
    {
      "id": "Send Reminder",
      "name": "Send Reminder",
      "integration": "jira",
      "kind": "action"
    },
    {
      "id": "Join Comments",
      "name": "Join Comments",
      "integration": "aggregate",
      "kind": "logic"
    },
    {
      "id": "Add Autoclose Message",
      "name": "Add Autoclose Message",
      "integration": "jira",
      "kind": "action"
    },
    {
      "id": "Ask For Feedback Message",
      "name": "Ask For Feedback Message",
      "integration": "jira",
      "kind": "action"
    },
    {
      "id": "Simplify Thread For AI",
      "name": "Simplify Thread For AI",
      "integration": "set",
      "kind": "logic"
    },
    {
      "id": "Solution Found?",
      "name": "Solution Found?",
      "integration": "if",
      "kind": "logic"
    },
    {
      "id": "Reply to Issue",
      "name": "Reply to Issue",
      "integration": "jira",
      "kind": "action"
    },
    {
      "id": "Last Message is Not Bot",
      "name": "Last Message is Not Bot",
      "integration": "if",
      "kind": "logic"
    },
    {
      "id": "Structured Output Parser",
      "name": "Structured Output Parser",
      "integration": "@n8n/n8n-nodes-langchain.outputParserStructured",
      "kind": "action"
    },
    {
      "id": "Get Issue Metadata",
      "name": "Get Issue Metadata",
      "integration": "set",
      "kind": "logic"
    },
    {
      "id": "Notify Slack Channel",
      "name": "Notify Slack Channel",
      "integration": "slack",
      "kind": "action"
    },
    {
      "id": "Close Issue2",
      "name": "Close Issue2",
      "integration": "jira",
      "kind": "action"
    },
    {
      "id": "Get List of Unresolved Long Lived Issues",
      "name": "Get List of Unresolved Long Lived Issues",
      "integration": "jira",
      "kind": "action"
    },
    {
      "id": "Execute Workflow",
      "name": "Execute Workflow",
      "integration": "executeWorkflow",
      "kind": "action"
    },
    {
      "id": "Execute Workflow Trigger",
      "name": "Execute Workflow Trigger",
      "integration": "executeWorkflow",
      "kind": "trigger"
    },
    {
      "id": "Customer Satisfaction Agent",
      "name": "Customer Satisfaction Agent",
      "integration": "@n8n/n8n-nodes-langchain.sentimentAnalysis",
      "kind": "action"
    },
    {
      "id": "KnowledgeBase Agent",
      "name": "KnowledgeBase Agent",
      "integration": "@n8n/n8n-nodes-langchain.agent",
      "kind": "action"
    },
    {
      "id": "Issue Reminder Agent",
      "name": "Issue Reminder Agent",
      "integration": "@n8n/n8n-nodes-langchain.chainLlm",
      "kind": "action"
    },
    {
      "id": "Find Simlar Issues",
      "name": "Find Simlar Issues",
      "integration": "jiraTool",
      "kind": "action"
    },
    {
      "id": "Query KnowledgeBase",
      "name": "Query KnowledgeBase",
      "integration": "notionTool",
      "kind": "action"
    },
    {
      "id": "Report Unhappy Resolution",
      "name": "Report Unhappy Resolution",
      "integration": "slack",
      "kind": "action"
    },
    {
      "id": "Classify Current Issue State",
      "name": "Classify Current Issue State",
      "integration": "@n8n/n8n-nodes-langchain.textClassifier",
      "kind": "action"
    }
  ],
  "edges": [
    {
      "from": "Join Comments",
      "to": "Simplify Thread For AI"
    },
    {
      "from": "Reply to Issue",
      "to": "Close Issue2"
    },
    {
      "from": "Solution Found?",
      "to": "Reply to Issue"
    },
    {
      "from": "Solution Found?",
      "to": "Notify Slack Channel"
    },
    {
      "from": "Schedule Trigger",
      "to": "Get List of Unresolved Long Lived Issues"
    },
    {
      "from": "Get Issue Comments",
      "to": "Join Comments"
    },
    {
      "from": "Get Issue Metadata",
      "to": "Get Issue Comments"
    },
    {
      "from": "KnowledgeBase Agent",
      "to": "Solution Found?"
    },
    {
      "from": "Issue Reminder Agent",
      "to": "Send Reminder"
    },
    {
      "from": "Notify Slack Channel",
      "to": "Reply to Issue"
    },
    {
      "from": "Add Autoclose Message",
      "to": "Close Issue"
    },
    {
      "from": "Simplify Thread For AI",
      "to": "Classify Current Issue State"
    },
    {
      "from": "Last Message is Not Bot",
      "to": "Issue Reminder Agent"
    },
    {
      "from": "Ask For Feedback Message",
      "to": "Close Issue"
    },
    {
      "from": "Execute Workflow Trigger",
      "to": "Get Issue Metadata"
    },
    {
      "from": "Customer Satisfaction Agent",
      "to": "Ask For Feedback Message"
    },
    {
      "from": "Customer Satisfaction Agent",
      "to": "Add Autoclose Message"
    },
    {
      "from": "Customer Satisfaction Agent",
      "to": "Report Unhappy Resolution"
    },
    {
      "from": "Classify Current Issue State",
      "to": "Customer Satisfaction Agent"
    },
    {
      "from": "Classify Current Issue State",
      "to": "Last Message is Not Bot"
    },
    {
      "from": "Classify Current Issue State",
      "to": "KnowledgeBase Agent"
    },
    {
      "from": "Get List of Unresolved Long Lived Issues",
      "to": "Execute Workflow"
    }
  ]
}