8
n8n 中文网amn8n.com

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 服务器触发器",
      "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": "简单记忆",
      "type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
      "position": [
        -640,
        320
      ],
      "parameters": {},
      "typeVersion": 1.3
    },
    {
      "id": "6697ca78-7973-4e75-bb40-4dc90cfbc093",
      "name": "MCP 客户端",
      "type": "@n8n/n8n-nodes-langchain.mcpClientTool",
      "position": [
        -480,
        304
      ],
      "parameters": {},
      "typeVersion": 1.1
    },
    {
      "id": "22bef95b-bfd3-4374-addd-f892e1f5e1fb",
      "name": "Google Gemini 聊天模型",
      "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": "便签",
      "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": {
    "MCP Client": {
      "ai_tool": [
        [
          {
            "node": "AI Agent",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Simple Memory": {
      "ai_memory": [
        [
          {
            "node": "AI Agent",
            "type": "ai_memory",
            "index": 0
          }
        ]
      ]
    },
    "Google Gemini Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "AI Agent",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "When chat message received": {
      "main": [
        [
          {
            "node": "AI Agent",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get an issue in Jira Software": {
      "ai_tool": [
        [
          {
            "node": "MCP Server Trigger",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Add a comment in Jira Software": {
      "ai_tool": [
        [
          {
            "node": "MCP Server Trigger",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Get a comment in Jira Software": {
      "ai_tool": [
        [
          {
            "node": "MCP Server Trigger",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Create an issue in Jira Software": {
      "ai_tool": [
        [
          {
            "node": "MCP Server Trigger",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Delete an issue in Jira Software": {
      "ai_tool": [
        [
          {
            "node": "MCP Server Trigger",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Get many issues in Jira Software": {
      "ai_tool": [
        [
          {
            "node": "MCP Server Trigger",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Update an issue in Jira Software": {
      "ai_tool": [
        [
          {
            "node": "MCP Server Trigger",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Remove a comment in Jira Software": {
      "ai_tool": [
        [
          {
            "node": "MCP Server Trigger",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Update a comment in Jira Software": {
      "ai_tool": [
        [
          {
            "node": "MCP Server Trigger",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Get many comments in Jira Software": {
      "ai_tool": [
        [
          {
            "node": "MCP Server Trigger",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Get an issue changelog in Jira Software": {
      "ai_tool": [
        [
          {
            "node": "MCP Server Trigger",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Get the status of an issue in Jira Software": {
      "ai_tool": [
        [
          {
            "node": "MCP Server Trigger",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Create an email notification for an issue in Jira Software": {
      "ai_tool": [
        [
          {
            "node": "MCP Server Trigger",
            "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 查看

分享此工作流