The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"createdAt": "2021-02-23T15:27:09.090Z",
"updatedAt": "2021-07-16T07:21:35.499Z",
"id": "60",
"name": "Taiga:Issue:create update get getAll delete",
"active": false,
"nodes": [
{
"parameters": {},
"name": "Start",
"type": "n8n-nodes-base.start",
"typeVersion": 1,
"position": [
170,
350
],
"id": "f7f8b0e2-b017-4579-b9e0-3ba533335d3a"
},
{
"parameters": {
"projectId": 399742,
"subject": "Test",
"additionalFields": {
"description": "TestIssue"
}
},
"name": "Taiga",
"type": "n8n-nodes-base.taiga",
"typeVersion": 1,
"position": [
350,
350
],
"credentials": {
"taigaApi": {
"name": "<your credential>"
}
},
"id": "c7b5324f-05d8-4eb7-a4f2-0f0a4c6de1da"
},
{
"parameters": {
"operation": "update",
"projectId": 399742,
"issueId": "={{$node[\"Taiga\"].json[\"id\"]}}",
"updateFields": {
"subject": "UpdatedTest"
}
},
"name": "Taiga1",
"type": "n8n-nodes-base.taiga",
"typeVersion": 1,
"position": [
500,
350
],
"credentials": {
"taigaApi": {
"name": "<your credential>"
}
},
"id": "c156fd69-32cb-4b38-b85a-aeac05032c23"
},
{
"parameters": {
"operation": "get",
"issueId": "={{$node[\"Taiga\"].json[\"id\"]}}"
},
"name": "Taiga2",
"type": "n8n-nodes-base.taiga",
"typeVersion": 1,
"position": [
650,
350
],
"credentials": {
"taigaApi": {
"name": "<your credential>"
}
},
"id": "2f3418a5-b09a-4db3-9cb8-c8d10b31a4b6"
},
{
"parameters": {
"operation": "getAll",
"projectId": 399742,
"limit": 1,
"filters": {}
},
"name": "Taiga3",
"type": "n8n-nodes-base.taiga",
"typeVersion": 1,
"position": [
800,
350
],
"credentials": {
"taigaApi": {
"name": "<your credential>"
}
},
"id": "a100f3a0-d4ae-41f3-81d5-21101a91eef6"
},
{
"parameters": {
"operation": "delete",
"issueId": "={{$node[\"Taiga\"].json[\"id\"]}}"
},
"name": "Taiga4",
"type": "n8n-nodes-base.taiga",
"typeVersion": 1,
"position": [
950,
350
],
"credentials": {
"taigaApi": {
"name": "<your credential>"
}
},
"id": "a1c664cd-c0f0-44af-94ce-6c650aee489c"
}
],
"connections": {
"Start": {
"main": [
[
{
"node": "Taiga",
"type": "main",
"index": 0
}
]
]
},
"Taiga": {
"main": [
[
{
"node": "Taiga1",
"type": "main",
"index": 0
}
]
]
},
"Taiga1": {
"main": [
[
{
"node": "Taiga2",
"type": "main",
"index": 0
}
]
]
},
"Taiga2": {
"main": [
[
{
"node": "Taiga3",
"type": "main",
"index": 0
}
]
]
},
"Taiga3": {
"main": [
[
{
"node": "Taiga4",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {},
"staticData": null,
"meta": null,
"versionId": null,
"triggerCount": 0,
"tags": []
}
Credentials you'll need
Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.
taigaApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Taiga:Issue:create update get getAll delete. Uses start, taiga. Manual trigger; 6 nodes.
Source: https://github.com/n8n-io/test-workflows/blob/c1d376431a818f81f44e9ce645b8fb4878805419/workflows/60.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
uProc:Audio:*:company:*;. Uses start, uproc. Manual trigger; 36 nodes.
NextCloud:NextCloud:Folder:create move copy delete list:File:upload move copy download delete. Uses start, nextCloud, readBinaryFile. Manual trigger; 28 nodes.
Transporeon - orders - step 3 - process single. Uses start, functionItem, httpRequest, microsoftSql. Manual trigger; 26 nodes.
ClickUp:Folder:create update getAll get delete:Goal:create update getAll get delete:GoalKeyResult:create update delete. Uses start, clickUp. Manual trigger; 25 nodes.