8
n8n 中文网amn8n.com

Jira MCP 服务器

中级

这是一个Engineering, AI领域的自动化工作流,包含 8 个节点。主要使用 JiraTool, HttpRequestTool, McpTrigger 等节点,结合人工智能技术实现智能自动化。 Jira MCP服务器

前置要求
  • 可能需要目标 API 的认证凭证
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
  "id": "B6ZWGFnn3D9C3MT4",
  "meta": {
    "instanceId": "f26695f9dd9ec5be54b493d7e034928ff1ce84b484e05df76b3e0bc3c96eb6ca",
    "templateCredsSetupCompleted": true
  },
  "name": "Jira MCP 服务器",
  "tags": [],
  "nodes": [
    {
      "id": "d190bffd-8586-4eee-848b-95b37f80a827",
      "name": "创建 Jira 工单",
      "type": "n8n-nodes-base.jiraTool",
      "position": [
        -820,
        60
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "970277fd-abb6-42ee-a88b-500d119d8cb8",
      "name": "添加评论到 Jira 工单",
      "type": "n8n-nodes-base.jiraTool",
      "position": [
        -660,
        60
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "81441e85-ad10-4c67-923c-be619737dc18",
      "name": "获取工单状态转换",
      "type": "n8n-nodes-base.jiraTool",
      "position": [
        -520,
        60
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "a737e529-f202-4b60-8021-29112da02f93",
      "name": "添加附件到 Jira 工单",
      "type": "n8n-nodes-base.jiraTool",
      "position": [
        -380,
        60
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "158efcd1-639d-485d-b7f9-065ab56cdc76",
      "name": "更改 Jira 工单状态",
      "type": "n8n-nodes-base.jiraTool",
      "position": [
        -260,
        60
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "049da5bf-eba4-4d3a-af02-34c0f56930f7",
      "name": "Jira MCP 服务器",
      "type": "@n8n/n8n-nodes-langchain.mcpTrigger",
      "position": [
        -548,
        -160
      ],
      "webhookId": "12d1ec6d-163b-415c-a018-6fef92746b01",
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "80b57783-8bb6-443e-925e-da40e1c64bb2",
      "name": "获取 Issue",
      "type": "n8n-nodes-base.jiraTool",
      "position": [
        -120,
        60
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "73b9de14-d26a-4e55-9624-cf762548d30b",
      "name": "获取项目和问题类型",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        0,
        60
      ],
      "parameters": {},
      "typeVersion": 4.2
    }
  ],
  "active": true,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "caf8b9c8-df2e-4145-aeae-8775096f6f6f",
  "connections": {
    "Get Issue": {
      "ai_tool": [
        [
          {
            "node": "Jira MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Create Jira ticket": {
      "ai_tool": [
        [
          {
            "node": "Jira MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Get Ticket transitions": {
      "ai_tool": [
        [
          {
            "node": "Jira MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Change Jira Ticket Status": {
      "ai_tool": [
        [
          {
            "node": "Jira MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Add Comment to Jira Ticket": {
      "ai_tool": [
        [
          {
            "node": "Jira MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Get Projects and Issue Types": {
      "ai_tool": [
        [
          {
            "node": "Jira MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Add Attachment to Jira TIcket": {
      "ai_tool": [
        [
          {
            "node": "Jira MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    }
  }
}
常见问题

如何使用这个工作流?

复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。

这个工作流适合什么场景?

中级 - 工程, 人工智能

需要付费吗?

本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。

工作流信息
难度等级
中级
节点数量8
分类2
节点类型3
难度说明

适合有一定经验的用户,包含 6-15 个节点的中等复杂度工作流

外部链接
在 n8n.io 查看

分享此工作流