feat: add folder support for workflows (fixes #70)
This commit is contained in:
49
workflows/Manual/1170_Manual_Jira_Create_Triggered.json
Normal file
49
workflows/Manual/1170_Manual_Jira_Create_Triggered.json
Normal file
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"id": "87",
|
||||
"name": "Create a new issue in Jira",
|
||||
"nodes": [
|
||||
{
|
||||
"name": "On clicking 'execute'",
|
||||
"type": "n8n-nodes-base.manualTrigger",
|
||||
"position": [
|
||||
350,
|
||||
300
|
||||
],
|
||||
"parameters": {},
|
||||
"typeVersion": 1
|
||||
},
|
||||
{
|
||||
"name": "Jira",
|
||||
"type": "n8n-nodes-base.jira",
|
||||
"position": [
|
||||
550,
|
||||
300
|
||||
],
|
||||
"parameters": {
|
||||
"project": "",
|
||||
"summary": "Firewall on fire",
|
||||
"issueType": "10001",
|
||||
"additionalFields": {}
|
||||
},
|
||||
"credentials": {
|
||||
"jiraSoftwareCloudApi": ""
|
||||
},
|
||||
"typeVersion": 1
|
||||
}
|
||||
],
|
||||
"active": false,
|
||||
"settings": {},
|
||||
"connections": {
|
||||
"On clicking 'execute'": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Jira",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user