Jiraプロジェクト管理自動化

上級

これはContent Creation, Multimodal AI分野の自動化ワークフローで、20個のノードを含みます。主にJiraTool, Agent, McpTrigger, ChatTrigger, McpClientToolなどのノードを使用。 Google GeminiとMCPサーバーに基づくJiraプロジェクト管理自動化

前提条件
  • Google Gemini API Key
ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
  "id": "nD50vWafpH5ROZkE",
  "meta": {
    "instanceId": "cbe443dad974471e0b4f8b19ab92782e168bbdef84a3d0b94f5f96a67e01c92c",
    "templateCredsSetupCompleted": true
  },
  "name": "JiraMCP",
  "tags": [],
  "nodes": [
    {
      "id": "ec2817a1-fdeb-4220-9f19-7b904c6e02fd",
      "name": "MCP Server Trigger",
      "type": "@n8n/n8n-nodes-langchain.mcpTrigger",
      "position": [
        96,
        -208
      ],
      "webhookId": "837401df-ddca-4f2c-b71d-34724355b21e",
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "4b342630-2f19-4b06-bf18-53dcfdd43173",
      "name": "Jira Softwareで課題の変更履歴を取得",
      "type": "n8n-nodes-base.jiraTool",
      "position": [
        -192,
        16
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "8042bba0-fade-43e4-a218-884b33edfa4b",
      "name": "Jira Softwareで課題を削除",
      "type": "n8n-nodes-base.jiraTool",
      "position": [
        752,
        16
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "591f4b45-835d-4aac-aa46-853a78c36f59",
      "name": "Jira Softwareで課題を取得",
      "type": "n8n-nodes-base.jiraTool",
      "position": [
        -32,
        16
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "dd2fd194-0b17-4e2f-a364-1838b33569bf",
      "name": "Jira Softwareで複数課題を取得",
      "type": "n8n-nodes-base.jiraTool",
      "position": [
        128,
        16
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "87b1f430-19c7-4ad3-a11c-062b2dcd0353",
      "name": "Jira Softwareで課題のメール通知を作成",
      "type": "n8n-nodes-base.jiraTool",
      "position": [
        480,
        16
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "195e56c0-018c-40f3-884f-918a64db44bd",
      "name": "Jira Softwareで課題のステータスを取得",
      "type": "n8n-nodes-base.jiraTool",
      "position": [
        -352,
        16
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "e6e0c4b4-7749-467c-bf22-8285355228c6",
      "name": "Jira Softwareで課題を更新",
      "type": "n8n-nodes-base.jiraTool",
      "position": [
        608,
        16
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "7157b3d4-23d7-42b5-9a31-a911f33a314e",
      "name": "Jira Softwareでコメントを取得",
      "type": "n8n-nodes-base.jiraTool",
      "position": [
        -48,
        224
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "7d5b55bc-68ed-4c25-a617-5b65db30d892",
      "name": "Jira Softwareで複数コメントを取得",
      "type": "n8n-nodes-base.jiraTool",
      "position": [
        128,
        224
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "7250ca85-a2f4-4816-a956-a4376fec9704",
      "name": "Jira Softwareでコメントを削除",
      "type": "n8n-nodes-base.jiraTool",
      "position": [
        768,
        208
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "a420cb83-0f48-4bf5-a92b-c7ea41b2a3ab",
      "name": "Jira Softwareでコメントを更新",
      "type": "n8n-nodes-base.jiraTool",
      "position": [
        544,
        208
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "7b774604-7ea0-433e-9765-e40ecc3a7fe8",
      "name": "チャットメッセージ受信時",
      "type": "@n8n/n8n-nodes-langchain.chatTrigger",
      "position": [
        -672,
        -240
      ],
      "webhookId": "db5da250-f17c-43f4-a496-7c4e773f026c",
      "parameters": {},
      "typeVersion": 1.3
    },
    {
      "id": "834ef692-92c3-4c91-be4e-d5db01adc974",
      "name": "AI Agent",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        -704,
        -48
      ],
      "parameters": {},
      "typeVersion": 2.2
    },
    {
      "id": "10d39a0a-976d-4bfe-a481-3bd6ac3df644",
      "name": "Simple Memory",
      "type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
      "position": [
        -640,
        320
      ],
      "parameters": {},
      "typeVersion": 1.3
    },
    {
      "id": "6697ca78-7973-4e75-bb40-4dc90cfbc093",
      "name": "MCP Client",
      "type": "@n8n/n8n-nodes-langchain.mcpClientTool",
      "position": [
        -480,
        304
      ],
      "parameters": {},
      "typeVersion": 1.1
    },
    {
      "id": "22bef95b-bfd3-4374-addd-f892e1f5e1fb",
      "name": "Google Gemini Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatGoogleGemini",
      "position": [
        -800,
        320
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "9114b111-35f6-4335-875f-b7dda64eb1a9",
      "name": "Jira Softwareで課題を作成",
      "type": "n8n-nodes-base.jiraTool",
      "position": [
        336,
        16
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "3dc4aff3-0af3-40c6-994f-429795af5c17",
      "name": "Jira Softwareでコメントを追加",
      "type": "n8n-nodes-base.jiraTool",
      "position": [
        336,
        208
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "e17eaee2-8a26-4b5c-a879-59a8c672138a",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1344,
        -368
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    }
  ],
  "active": true,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "14271844-202c-4cd5-882b-b5d288a07546",
  "connections": {
    "6697ca78-7973-4e75-bb40-4dc90cfbc093": {
      "ai_tool": [
        [
          {
            "node": "834ef692-92c3-4c91-be4e-d5db01adc974",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "10d39a0a-976d-4bfe-a481-3bd6ac3df644": {
      "ai_memory": [
        [
          {
            "node": "834ef692-92c3-4c91-be4e-d5db01adc974",
            "type": "ai_memory",
            "index": 0
          }
        ]
      ]
    },
    "22bef95b-bfd3-4374-addd-f892e1f5e1fb": {
      "ai_languageModel": [
        [
          {
            "node": "834ef692-92c3-4c91-be4e-d5db01adc974",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "7b774604-7ea0-433e-9765-e40ecc3a7fe8": {
      "main": [
        [
          {
            "node": "834ef692-92c3-4c91-be4e-d5db01adc974",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "591f4b45-835d-4aac-aa46-853a78c36f59": {
      "ai_tool": [
        [
          {
            "node": "ec2817a1-fdeb-4220-9f19-7b904c6e02fd",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "3dc4aff3-0af3-40c6-994f-429795af5c17": {
      "ai_tool": [
        [
          {
            "node": "ec2817a1-fdeb-4220-9f19-7b904c6e02fd",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "7157b3d4-23d7-42b5-9a31-a911f33a314e": {
      "ai_tool": [
        [
          {
            "node": "ec2817a1-fdeb-4220-9f19-7b904c6e02fd",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "9114b111-35f6-4335-875f-b7dda64eb1a9": {
      "ai_tool": [
        [
          {
            "node": "ec2817a1-fdeb-4220-9f19-7b904c6e02fd",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "8042bba0-fade-43e4-a218-884b33edfa4b": {
      "ai_tool": [
        [
          {
            "node": "ec2817a1-fdeb-4220-9f19-7b904c6e02fd",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "dd2fd194-0b17-4e2f-a364-1838b33569bf": {
      "ai_tool": [
        [
          {
            "node": "ec2817a1-fdeb-4220-9f19-7b904c6e02fd",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "e6e0c4b4-7749-467c-bf22-8285355228c6": {
      "ai_tool": [
        [
          {
            "node": "ec2817a1-fdeb-4220-9f19-7b904c6e02fd",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "7250ca85-a2f4-4816-a956-a4376fec9704": {
      "ai_tool": [
        [
          {
            "node": "ec2817a1-fdeb-4220-9f19-7b904c6e02fd",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "a420cb83-0f48-4bf5-a92b-c7ea41b2a3ab": {
      "ai_tool": [
        [
          {
            "node": "ec2817a1-fdeb-4220-9f19-7b904c6e02fd",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "7d5b55bc-68ed-4c25-a617-5b65db30d892": {
      "ai_tool": [
        [
          {
            "node": "ec2817a1-fdeb-4220-9f19-7b904c6e02fd",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "4b342630-2f19-4b06-bf18-53dcfdd43173": {
      "ai_tool": [
        [
          {
            "node": "ec2817a1-fdeb-4220-9f19-7b904c6e02fd",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "195e56c0-018c-40f3-884f-918a64db44bd": {
      "ai_tool": [
        [
          {
            "node": "ec2817a1-fdeb-4220-9f19-7b904c6e02fd",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "87b1f430-19c7-4ad3-a11c-062b2dcd0353": {
      "ai_tool": [
        [
          {
            "node": "ec2817a1-fdeb-4220-9f19-7b904c6e02fd",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    }
  }
}
よくある質問

このワークフローの使い方は?

上記のJSON設定コードをコピーし、n8nインスタンスで新しいワークフローを作成して「JSONからインポート」を選択、設定を貼り付けて認証情報を必要に応じて変更してください。

このワークフローはどんな場面に適していますか?

上級 - コンテンツ作成, マルチモーダルAI

有料ですか?

このワークフローは完全無料です。ただし、ワークフローで使用するサードパーティサービス(OpenAI APIなど)は別途料金が発生する場合があります。

ワークフロー情報
難易度
上級
ノード数20
カテゴリー2
ノードタイプ8
難易度説明

上級者向け、16ノード以上の複雑なワークフロー

作成者
Rohit Dabra

Rohit Dabra

@rohitdabra

As the CTO of QServices, I lead digital transformation for startups and SMBs by building scalable, AI-powered SaaS solutions that solve real-world business challenges.

外部リンク
n8n.ioで表示

このワークフローを共有

カテゴリー

カテゴリー: 34