Project Management

Create, update, and get an issue on Taiga

Create, update, and get an issue on Taiga

Manual
Low
4
Nodes
Manual
Trigger
Low
Complexity
7/22/2025
Added

Workflow Overview

Total Nodes
4
Node Types
0

Workflow JSON

2.02 KB
{
  "id": "69",
  "name": "Create, update, and get an issue on Taiga",
  "nodes": [
    {
      "name": "On clicking 'execute'",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        430,
        260
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "name": "Taiga",
      "type": "n8n-nodes-base.taiga",
      "position": [
        630,
        260
      ],
      "parameters": {
        "subject": "n8n-docs",
        "projectId": 385605,
        "additionalFields": {}
      },
      "credentials": {
        "taigaCloudApi": "taiga"
      },
      "typeVersion": 1
    },
    {
      "name": "Taiga1",
      "type": "n8n-nodes-base.taiga",
      "position": [
        830,
        260
      ],
      "parameters": {
        "issueId": "={{$node[\"Taiga\"].json[\"id\"]}}",
        "operation": "update",
        "projectId": "={{$node[\"Taiga\"].json[\"project\"]}}",
        "updateFields": {
          "description": "This ticket is for the document...

Showing first 1000 characters. Click "Expand" to view the full JSON.