n8n Workflow

Create Update And Get An Issue On Taiga

This n8n workflow automates tasks using Taiga. Create Update And Get An Issue On Taiga - ready to import and run in your n8n instance.

n8n workflow.json

About This Script

This n8n workflow automates tasks using Taiga. Create Update And Get An Issue On Taiga - ready to import and run in your n8n instance.
Features:
  • Integrates with Taiga
  • Retrieves data from external sources
Source Code
{
    "nodes": [
        {
            "name": "On clicking 'execute'",
            "type": "n8n-nodes-base.manualTrigger",
            "position": [
                430,
                260
            ],
            "parameters": [],
            "typeVersion": 1,
            "id": "c63d8b6f-11df-490d-96d5-db91e0749846"
        },
        {
            "name": "Taiga",
            "type": "n8n-nodes-base.taiga",
            "position": [
                630,
                260
            ],
            "parameters": {
                "subject": "n8n-docs",
                "projectId": 385605,
                "additionalFields": []
            },
            "credentials": {
                "taigaCloudApi": "taiga"
            },
            "typeVersion": 1,
            "id": "4126692a-dd0f-49a1-b0bc-9d1e47021792"
        },
        {
            "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 documentation for the Taiga node"
                }
            },
            "credentials": {
                "taigaCloudApi": "taiga"
            },
            "typeVersion": 1,
            "id": "9dc1753a-861a-4745-9420-30fd03450280"
        },
        {
            "name": "Taiga2",
            "type": "n8n-nodes-base.taiga",
            "position": [
                1030,
                260
            ],
            "parameters": {
                "issueId": "={{$node[\"Taiga\"].json[\"id\"]}}",
                "operation": "get"
            },
            "credentials": {
                "taigaCloudApi": "taiga"
            },
            "typeVersion": 1,
            "id": "55da12de-85b5-4f81-a973-690134ada627"
        }
    ],
    "connections": {
        "Taiga": {
            "main": [
                [
                    {
                        "node": "Taiga1",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        },
        "Taiga1": {
            "main": [
                [
                    {
                        "node": "Taiga2",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        },
        "On clicking 'execute'": {
            "main": [
                [
                    {
                        "node": "Taiga",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        }
    },
    "n8n_version": "1.5.0"
}
Requirements
n8n instance, Taiga API credentials
Tags
#n8n #automation #workflow
Quick Actions
More in n8n Workflows