Auto backup (2022-08-31T21:00:53.202Z)

This commit is contained in:
nia
2022-08-31 21:00:53 +00:00
parent e6ffab12ed
commit 2324c80ddc
8 changed files with 366 additions and 21 deletions

View File

@@ -29,8 +29,8 @@
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 2,
"position": [
460,
300
440,
420
]
},
{
@@ -46,8 +46,8 @@
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 2,
"position": [
660,
300
680,
460
],
"credentials": {
"httpHeaderAuth": {
@@ -94,19 +94,17 @@
},
{
"parameters": {
"resource": "task",
"operation": "getAll",
"resource": "userStory",
"projectId": 1,
"returnAll": true,
"filters": {}
"additionalFields": {}
},
"id": "17505e22-d60f-4c68-b837-d62fc9489490",
"name": "Taiga",
"type": "n8n-nodes-base.taiga",
"typeVersion": 1,
"position": [
-20,
60
100,
100
],
"credentials": {
"taigaApi": {
@@ -114,6 +112,95 @@
"name": "Taiga account"
}
}
},
{
"parameters": {
"requestMethod": "POST",
"url": "http://10.100.10.10:3010/api/access-tokens",
"options": {},
"queryParametersUi": {
"parameter": [
{
"name": "emailOrUsername",
"value": "nia"
},
{
"name": "password",
"value": "Nfgxtyrb2007"
}
]
}
},
"id": "bd226b6c-18ba-4194-80ae-918dc352de35",
"name": "HTTP Request2",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 2,
"position": [
520,
60
]
},
{
"parameters": {
"url": "http://10.100.10.10:3010/api/projects",
"options": {},
"headerParametersUi": {
"parameter": [
{
"name": "Content-Type",
"value": "application/json"
},
{
"name": "Authorization",
"value": "=Bearer {{$json[\"item\"]}}"
}
]
},
"queryParametersUi": {
"parameter": [
{}
]
}
},
"id": "3c11883e-0424-43e2-9a65-dca6b0cf5bf3",
"name": "HTTP Request3",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 2,
"position": [
740,
60
]
},
{
"parameters": {
"url": "http://10.100.10.10:3010/api/notifications",
"options": {},
"headerParametersUi": {
"parameter": [
{
"name": "Content-Type",
"value": "application/json"
},
{
"name": "Authorization",
"value": "=Bearer {{$json[\"item\"]}}"
}
]
},
"queryParametersUi": {
"parameter": [
{}
]
}
},
"id": "bdc0217a-cefa-4828-bd1e-599b5e6122bd",
"name": "HTTP Request4",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 2,
"position": [
740,
200
]
}
],
"connections": {
@@ -124,6 +211,11 @@
"node": "HTTP Request",
"type": "main",
"index": 0
},
{
"node": "HTTP Request2",
"type": "main",
"index": 0
}
]
]
@@ -138,10 +230,26 @@
}
]
]
},
"HTTP Request2": {
"main": [
[
{
"node": "HTTP Request3",
"type": "main",
"index": 0
},
{
"node": "HTTP Request4",
"type": "main",
"index": 0
}
]
]
}
},
"createdAt": "2022-08-24T17:54:11.748Z",
"updatedAt": "2022-08-28T20:51:24.023Z",
"updatedAt": "2022-08-31T07:15:32.883Z",
"settings": {},
"staticData": null,
"pinData": {},