@camunda/connectors-element-templates 1.0.6 → 1.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/build_element_template_array_json_files.sh +9 -0
- package/src/connectors.js +26 -2
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +32 -30
- package/src/element-templates/agenticai-aiagent-job-worker.json +3266 -0
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +3932 -760
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +1 -1
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +1 -1
- package/src/element-templates/asana-connector.json +104 -104
- package/src/element-templates/automation-anywhere-outbound-connector.json +657 -657
- package/src/element-templates/aws-bedrock-outbound-connector.json +30 -30
- package/src/element-templates/aws-comprehend-outbound-connector.json +36 -36
- package/src/element-templates/aws-dynamodb-outbound-connector.json +107 -107
- package/src/element-templates/aws-eventbridge-connector-boundary.json +26 -26
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +31 -31
- package/src/element-templates/aws-eventbridge-connector-message-start.json +10 -10
- package/src/element-templates/aws-eventbridge-connector-receive.json +356 -0
- package/src/element-templates/aws-eventbridge-connector-start-event.json +26 -26
- package/src/element-templates/aws-eventbridge-outbound-connector.json +479 -479
- package/src/element-templates/aws-lambda-outbound-connector.json +92 -92
- package/src/element-templates/aws-s3-outbound-connector.json +30 -30
- package/src/element-templates/aws-sagemaker-outbound-connector.json +50 -50
- package/src/element-templates/aws-sns-inbound-boundary.json +303 -303
- package/src/element-templates/aws-sns-inbound-intermediate.json +215 -215
- package/src/element-templates/aws-sns-inbound-message-start.json +343 -343
- package/src/element-templates/aws-sns-inbound-receive.json +304 -0
- package/src/element-templates/aws-sns-inbound-start-event.json +130 -130
- package/src/element-templates/aws-sns-outbound-connector.json +726 -726
- package/src/element-templates/aws-sqs-boundary-connector.json +629 -629
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +537 -537
- package/src/element-templates/aws-sqs-outbound-connector.json +440 -440
- package/src/element-templates/aws-sqs-receive-connector.json +418 -0
- package/src/element-templates/aws-sqs-start-event-connector.json +771 -771
- package/src/element-templates/aws-sqs-start-message.json +461 -461
- package/src/element-templates/azure-open-ai-connector.json +32 -32
- package/src/element-templates/blue-prism-connector.json +50 -50
- package/src/element-templates/box-outbound-connector.json +30 -30
- package/src/element-templates/csv-outbound-connector.json +412 -0
- package/src/element-templates/easy-post-connector.json +149 -149
- package/src/element-templates/email-inbound-connector-boundary.json +19 -19
- package/src/element-templates/email-inbound-connector-intermediate.json +19 -19
- package/src/element-templates/email-outbound-connector.json +233 -233
- package/src/element-templates/embeddings-vector-database-outbound-connector.json +473 -488
- package/src/element-templates/github-connector.json +2417 -2417
- package/src/element-templates/github-webhook-connector-boundary.json +21 -21
- package/src/element-templates/github-webhook-connector-intermediate.json +57 -57
- package/src/element-templates/github-webhook-connector-message-start.json +21 -21
- package/src/element-templates/github-webhook-connector-receive.json +202 -0
- package/src/element-templates/github-webhook-connector-start-event.json +57 -57
- package/src/element-templates/gitlab-connector.json +1103 -1103
- package/src/element-templates/google-drive-outbound-connector.json +846 -846
- package/src/element-templates/google-gemini-outbound-connector.json +32 -32
- package/src/element-templates/google-maps-platform-connector.json +78 -78
- package/src/element-templates/google-sheets-outbound-connector.json +1067 -1067
- package/src/element-templates/graphql-outbound-connector.json +1181 -1181
- package/src/element-templates/http-json-connector.json +2471 -1866
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +635 -6
- package/src/element-templates/http-polling-connector.json +635 -6
- package/src/element-templates/hugging-face-connector.json +34 -34
- package/src/element-templates/jdbc-outbound-connector.json +43 -43
- package/src/element-templates/kafka-inbound-connector-boundary.json +1012 -1012
- package/src/element-templates/kafka-inbound-connector-intermediate.json +582 -582
- package/src/element-templates/kafka-inbound-connector-receive.json +498 -0
- package/src/element-templates/kafka-inbound-connector-start-message.json +608 -608
- package/src/element-templates/kafka-outbound-connector.json +385 -385
- package/src/element-templates/microsoft-office365-mail-connector.json +32 -32
- package/src/element-templates/microsoft-teams-outbound-connector.json +1643 -1643
- package/src/element-templates/openai-connector.json +122 -122
- package/src/element-templates/operate-connector.json +76 -72
- package/src/element-templates/power-automate-connector.json +10 -10
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +334 -334
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +861 -861
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +456 -456
- package/src/element-templates/rabbitmq-inbound-connector-receive.json +461 -0
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +258 -258
- package/src/element-templates/rabbitmq-outbound-connector.json +322 -322
- package/src/element-templates/salesforce-connector.json +44 -44
- package/src/element-templates/sendgrid-outbound-connector.json +470 -470
- package/src/element-templates/servicenow-connector.json +942 -0
- package/src/element-templates/servicenow-flow-starter-connector.json +643 -0
- package/src/element-templates/servicenow-incident-connector.json +969 -0
- package/src/element-templates/slack-inbound-boundary.json +303 -303
- package/src/element-templates/slack-inbound-intermediate.json +277 -277
- package/src/element-templates/slack-inbound-message-start.json +11 -11
- package/src/element-templates/slack-inbound-receive.json +290 -0
- package/src/element-templates/slack-inbound-start-event.json +247 -247
- package/src/element-templates/slack-outbound-connector.json +966 -966
- package/src/element-templates/twilio-connector.json +52 -52
- package/src/element-templates/twilio-webhook-boundary-connector.json +20 -20
- package/src/element-templates/twilio-webhook-connector.json +11 -11
- package/src/element-templates/twilio-webhook-intermediate-connector.json +50 -50
- package/src/element-templates/twilio-webhook-message-start-connector.json +8 -8
- package/src/element-templates/twilio-webhook-receive-connector.json +262 -0
- package/src/element-templates/webhook-connector-boundary.json +1150 -1150
- package/src/element-templates/webhook-connector-intermediate.json +1834 -1834
- package/src/element-templates/webhook-connector-receive.json +609 -0
- package/src/element-templates/webhook-connector-start-event.json +1495 -1495
- package/src/element-templates/webhook-connector-start-message.json +586 -586
- package/src/element-templates/idp-extraction-outbound-connector.json +0 -932
|
@@ -3,29 +3,8 @@
|
|
|
3
3
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4
4
|
"name": "GitLab Outbound Connector",
|
|
5
5
|
"id": "io.camunda.connectors.GitLab.v1",
|
|
6
|
-
"version":
|
|
7
|
-
"
|
|
8
|
-
"camunda": "^8.3"
|
|
9
|
-
},
|
|
10
|
-
"description": "Manage GitLab issues, branches, releases, and more",
|
|
11
|
-
"metadata": {
|
|
12
|
-
"keywords": [
|
|
13
|
-
"create issue",
|
|
14
|
-
"delete issue",
|
|
15
|
-
"comment to issue",
|
|
16
|
-
"search issues",
|
|
17
|
-
"get issue by ID",
|
|
18
|
-
"get releases by project ID",
|
|
19
|
-
"get release by tag name",
|
|
20
|
-
"create release",
|
|
21
|
-
"list repository branches",
|
|
22
|
-
"create repository branch",
|
|
23
|
-
"create repository file",
|
|
24
|
-
"get repository file",
|
|
25
|
-
"update repository file",
|
|
26
|
-
"create merge request"
|
|
27
|
-
]
|
|
28
|
-
},
|
|
6
|
+
"version": 5,
|
|
7
|
+
"description": "Administer and work with issues, releases, and more",
|
|
29
8
|
"icon": {
|
|
30
9
|
"contents": "data:image/svg+xml;utf8,%3Csvg width='18px' height='18px' viewBox='0 -10 256 256' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' preserveAspectRatio='xMidYMid'%3E%3Cg%3E%3Cpath d='M128.07485,236.074667 L128.07485,236.074667 L175.17885,91.1043048 L80.9708495,91.1043048 L128.07485,236.074667 L128.07485,236.074667 Z' fill='%23E24329'%3E%3C/path%3E%3Cpath d='M128.07485,236.074423 L80.9708495,91.104061 L14.9557638,91.104061 L128.07485,236.074423 L128.07485,236.074423 Z' fill='%23FC6D26'%3E%3C/path%3E%3Cpath d='M14.9558857,91.1044267 L14.9558857,91.1044267 L0.641828571,135.159589 C-0.663771429,139.17757 0.766171429,143.57955 4.18438095,146.06275 L128.074971,236.074789 L14.9558857,91.1044267 L14.9558857,91.1044267 Z' fill='%23FCA326'%3E%3C/path%3E%3Cpath d='M14.9558857,91.1045486 L80.9709714,91.1045486 L52.6000762,3.79026286 C51.1408762,-0.703146667 44.7847619,-0.701927619 43.3255619,3.79026286 L14.9558857,91.1045486 L14.9558857,91.1045486 Z' fill='%23E24329'%3E%3C/path%3E%3Cpath d='M128.07485,236.074423 L175.17885,91.104061 L241.193935,91.104061 L128.07485,236.074423 L128.07485,236.074423 Z' fill='%23FC6D26'%3E%3C/path%3E%3Cpath d='M241.193935,91.1044267 L241.193935,91.1044267 L255.507992,135.159589 C256.813592,139.17757 255.38365,143.57955 251.96544,146.06275 L128.07485,236.074789 L241.193935,91.1044267 L241.193935,91.1044267 Z' fill='%23FCA326'%3E%3C/path%3E%3Cpath d='M241.193935,91.1045486 L175.17885,91.1045486 L203.549745,3.79026286 C205.008945,-0.703146667 211.365059,-0.701927619 212.824259,3.79026286 L241.193935,91.1045486 L241.193935,91.1045486 Z' fill='%23E24329'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"
|
|
31
10
|
},
|
|
@@ -529,7 +508,7 @@
|
|
|
529
508
|
},
|
|
530
509
|
{
|
|
531
510
|
"label": "Issue ID",
|
|
532
|
-
"description": "The internal ID of a project
|
|
511
|
+
"description": "The internal ID of a project’s issue",
|
|
533
512
|
"group": "operation",
|
|
534
513
|
"type": "String",
|
|
535
514
|
"feel": "optional",
|
|
@@ -617,22 +596,9 @@
|
|
|
617
596
|
"oneOf": ["createAnIssue"]
|
|
618
597
|
}
|
|
619
598
|
},
|
|
620
|
-
{
|
|
621
|
-
"id": "skipEncoding",
|
|
622
|
-
"label": "Skip URL encoding",
|
|
623
|
-
"description": "Skip the default URL decoding and encoding behavior",
|
|
624
|
-
"optional": true,
|
|
625
|
-
"group": "endpoint",
|
|
626
|
-
"binding": {
|
|
627
|
-
"name": "skipEncoding",
|
|
628
|
-
"type": "zeebe:input"
|
|
629
|
-
},
|
|
630
|
-
"value": "true",
|
|
631
|
-
"type": "Hidden"
|
|
632
|
-
},
|
|
633
599
|
{
|
|
634
600
|
"label": "Issue ID",
|
|
635
|
-
"description": "The internal ID of a project
|
|
601
|
+
"description": "The internal ID of a project’s issue",
|
|
636
602
|
"group": "operation",
|
|
637
603
|
"type": "String",
|
|
638
604
|
"feel": "optional",
|
|
@@ -662,7 +628,7 @@
|
|
|
662
628
|
},
|
|
663
629
|
{
|
|
664
630
|
"label": "Issue ID",
|
|
665
|
-
"description": "The internal ID of a project
|
|
631
|
+
"description": "The internal ID of a project’s issue",
|
|
666
632
|
"group": "operation",
|
|
667
633
|
"type": "String",
|
|
668
634
|
"feel": "optional",
|
|
@@ -1595,7 +1561,7 @@
|
|
|
1595
1561
|
},
|
|
1596
1562
|
{
|
|
1597
1563
|
"label": "Error expression",
|
|
1598
|
-
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors
|
|
1564
|
+
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>",
|
|
1599
1565
|
"group": "errors",
|
|
1600
1566
|
"type": "Text",
|
|
1601
1567
|
"feel": "required",
|
|
@@ -1603,32 +1569,11 @@
|
|
|
1603
1569
|
"type": "zeebe:taskHeader",
|
|
1604
1570
|
"key": "errorExpression"
|
|
1605
1571
|
}
|
|
1606
|
-
},
|
|
1607
|
-
{
|
|
1608
|
-
"id": "version",
|
|
1609
|
-
"label": "Version",
|
|
1610
|
-
"description": "Version of the element template",
|
|
1611
|
-
"value": "7",
|
|
1612
|
-
"group": "connector",
|
|
1613
|
-
"binding": {
|
|
1614
|
-
"key": "elementTemplateVersion",
|
|
1615
|
-
"type": "zeebe:taskHeader"
|
|
1616
|
-
},
|
|
1617
|
-
"type": "Hidden"
|
|
1618
|
-
},
|
|
1619
|
-
{
|
|
1620
|
-
"id": "id",
|
|
1621
|
-
"label": "ID",
|
|
1622
|
-
"description": "ID of the element template",
|
|
1623
|
-
"value": "io.camunda.connectors.GitLab.v1",
|
|
1624
|
-
"group": "connector",
|
|
1625
|
-
"binding": {
|
|
1626
|
-
"key": "elementTemplateId",
|
|
1627
|
-
"type": "zeebe:taskHeader"
|
|
1628
|
-
},
|
|
1629
|
-
"type": "Hidden"
|
|
1630
1572
|
}
|
|
1631
|
-
]
|
|
1573
|
+
],
|
|
1574
|
+
"engines": {
|
|
1575
|
+
"camunda": "^8.5"
|
|
1576
|
+
}
|
|
1632
1577
|
},
|
|
1633
1578
|
{
|
|
1634
1579
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
@@ -3136,7 +3081,7 @@
|
|
|
3136
3081
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
3137
3082
|
"name": "GitLab connector",
|
|
3138
3083
|
"id": "io.camunda.connectors.GitLab.v1",
|
|
3139
|
-
"version":
|
|
3084
|
+
"version": 1,
|
|
3140
3085
|
"description": "Administer and work with issues and releases",
|
|
3141
3086
|
"icon": {
|
|
3142
3087
|
"contents": "data:image/svg+xml;utf8,%3Csvg width='18px' height='18px' viewBox='0 -10 256 256' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' preserveAspectRatio='xMidYMid'%3E%3Cg%3E%3Cpath d='M128.07485,236.074667 L128.07485,236.074667 L175.17885,91.1043048 L80.9708495,91.1043048 L128.07485,236.074667 L128.07485,236.074667 Z' fill='%23E24329'%3E%3C/path%3E%3Cpath d='M128.07485,236.074423 L80.9708495,91.104061 L14.9557638,91.104061 L128.07485,236.074423 L128.07485,236.074423 Z' fill='%23FC6D26'%3E%3C/path%3E%3Cpath d='M14.9558857,91.1044267 L14.9558857,91.1044267 L0.641828571,135.159589 C-0.663771429,139.17757 0.766171429,143.57955 4.18438095,146.06275 L128.074971,236.074789 L14.9558857,91.1044267 L14.9558857,91.1044267 Z' fill='%23FCA326'%3E%3C/path%3E%3Cpath d='M14.9558857,91.1045486 L80.9709714,91.1045486 L52.6000762,3.79026286 C51.1408762,-0.703146667 44.7847619,-0.701927619 43.3255619,3.79026286 L14.9558857,91.1045486 L14.9558857,91.1045486 Z' fill='%23E24329'%3E%3C/path%3E%3Cpath d='M128.07485,236.074423 L175.17885,91.104061 L241.193935,91.104061 L128.07485,236.074423 L128.07485,236.074423 Z' fill='%23FC6D26'%3E%3C/path%3E%3Cpath d='M241.193935,91.1044267 L241.193935,91.1044267 L255.507992,135.159589 C256.813592,139.17757 255.38365,143.57955 251.96544,146.06275 L128.07485,236.074789 L241.193935,91.1044267 L241.193935,91.1044267 Z' fill='%23FCA326'%3E%3C/path%3E%3Cpath d='M241.193935,91.1045486 L175.17885,91.1045486 L203.549745,3.79026286 C205.008945,-0.703146667 211.365059,-0.701927619 212.824259,3.79026286 L241.193935,91.1045486 L241.193935,91.1045486 Z' fill='%23E24329'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"
|
|
@@ -3198,8 +3143,8 @@
|
|
|
3198
3143
|
"constraints": {
|
|
3199
3144
|
"notEmpty": true,
|
|
3200
3145
|
"pattern": {
|
|
3201
|
-
"value": "^(=|(https
|
|
3202
|
-
"message": "Must be a http(s) URL"
|
|
3146
|
+
"value": "^(=|(http://|https://|secrets).*$)",
|
|
3147
|
+
"message": "Must be a http(s) URL."
|
|
3203
3148
|
}
|
|
3204
3149
|
}
|
|
3205
3150
|
},
|
|
@@ -4034,9 +3979,9 @@
|
|
|
4034
3979
|
},
|
|
4035
3980
|
{
|
|
4036
3981
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4037
|
-
"name": "GitLab
|
|
3982
|
+
"name": "GitLab Outbound Connector",
|
|
4038
3983
|
"id": "io.camunda.connectors.GitLab.v1",
|
|
4039
|
-
"version":
|
|
3984
|
+
"version": 3,
|
|
4040
3985
|
"description": "Administer and work with issues and releases",
|
|
4041
3986
|
"icon": {
|
|
4042
3987
|
"contents": "data:image/svg+xml;utf8,%3Csvg width='18px' height='18px' viewBox='0 -10 256 256' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' preserveAspectRatio='xMidYMid'%3E%3Cg%3E%3Cpath d='M128.07485,236.074667 L128.07485,236.074667 L175.17885,91.1043048 L80.9708495,91.1043048 L128.07485,236.074667 L128.07485,236.074667 Z' fill='%23E24329'%3E%3C/path%3E%3Cpath d='M128.07485,236.074423 L80.9708495,91.104061 L14.9557638,91.104061 L128.07485,236.074423 L128.07485,236.074423 Z' fill='%23FC6D26'%3E%3C/path%3E%3Cpath d='M14.9558857,91.1044267 L14.9558857,91.1044267 L0.641828571,135.159589 C-0.663771429,139.17757 0.766171429,143.57955 4.18438095,146.06275 L128.074971,236.074789 L14.9558857,91.1044267 L14.9558857,91.1044267 Z' fill='%23FCA326'%3E%3C/path%3E%3Cpath d='M14.9558857,91.1045486 L80.9709714,91.1045486 L52.6000762,3.79026286 C51.1408762,-0.703146667 44.7847619,-0.701927619 43.3255619,3.79026286 L14.9558857,91.1045486 L14.9558857,91.1045486 Z' fill='%23E24329'%3E%3C/path%3E%3Cpath d='M128.07485,236.074423 L175.17885,91.104061 L241.193935,91.104061 L128.07485,236.074423 L128.07485,236.074423 Z' fill='%23FC6D26'%3E%3C/path%3E%3Cpath d='M241.193935,91.1044267 L241.193935,91.1044267 L255.507992,135.159589 C256.813592,139.17757 255.38365,143.57955 251.96544,146.06275 L128.07485,236.074789 L241.193935,91.1044267 L241.193935,91.1044267 Z' fill='%23FCA326'%3E%3C/path%3E%3Cpath d='M241.193935,91.1045486 L175.17885,91.1045486 L203.549745,3.79026286 C205.008945,-0.703146667 211.365059,-0.701927619 212.824259,3.79026286 L241.193935,91.1045486 L241.193935,91.1045486 Z' fill='%23E24329'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"
|
|
@@ -4098,8 +4043,8 @@
|
|
|
4098
4043
|
"constraints": {
|
|
4099
4044
|
"notEmpty": true,
|
|
4100
4045
|
"pattern": {
|
|
4101
|
-
"value": "^(=|(
|
|
4102
|
-
"message": "Must be a http(s) URL
|
|
4046
|
+
"value": "^(=|(https?://|\\{\\{secrets\\..+\\}\\}).*$)",
|
|
4047
|
+
"message": "Must be a http(s) URL"
|
|
4103
4048
|
}
|
|
4104
4049
|
}
|
|
4105
4050
|
},
|
|
@@ -4936,8 +4881,26 @@
|
|
|
4936
4881
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4937
4882
|
"name": "GitLab Outbound Connector",
|
|
4938
4883
|
"id": "io.camunda.connectors.GitLab.v1",
|
|
4939
|
-
"version":
|
|
4940
|
-
"description": "
|
|
4884
|
+
"version": 6,
|
|
4885
|
+
"description": "Manage GitLab issues, branches, releases, and more",
|
|
4886
|
+
"metadata": {
|
|
4887
|
+
"keywords": [
|
|
4888
|
+
"create issue",
|
|
4889
|
+
"delete issue",
|
|
4890
|
+
"comment to issue",
|
|
4891
|
+
"search issues",
|
|
4892
|
+
"get issue by ID",
|
|
4893
|
+
"get releases by project ID",
|
|
4894
|
+
"get release by tag name",
|
|
4895
|
+
"create release",
|
|
4896
|
+
"list repository branches",
|
|
4897
|
+
"create repository branch",
|
|
4898
|
+
"create repository file",
|
|
4899
|
+
"get repository file",
|
|
4900
|
+
"update repository file",
|
|
4901
|
+
"create merge request"
|
|
4902
|
+
]
|
|
4903
|
+
},
|
|
4941
4904
|
"icon": {
|
|
4942
4905
|
"contents": "data:image/svg+xml;utf8,%3Csvg width='18px' height='18px' viewBox='0 -10 256 256' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' preserveAspectRatio='xMidYMid'%3E%3Cg%3E%3Cpath d='M128.07485,236.074667 L128.07485,236.074667 L175.17885,91.1043048 L80.9708495,91.1043048 L128.07485,236.074667 L128.07485,236.074667 Z' fill='%23E24329'%3E%3C/path%3E%3Cpath d='M128.07485,236.074423 L80.9708495,91.104061 L14.9557638,91.104061 L128.07485,236.074423 L128.07485,236.074423 Z' fill='%23FC6D26'%3E%3C/path%3E%3Cpath d='M14.9558857,91.1044267 L14.9558857,91.1044267 L0.641828571,135.159589 C-0.663771429,139.17757 0.766171429,143.57955 4.18438095,146.06275 L128.074971,236.074789 L14.9558857,91.1044267 L14.9558857,91.1044267 Z' fill='%23FCA326'%3E%3C/path%3E%3Cpath d='M14.9558857,91.1045486 L80.9709714,91.1045486 L52.6000762,3.79026286 C51.1408762,-0.703146667 44.7847619,-0.701927619 43.3255619,3.79026286 L14.9558857,91.1045486 L14.9558857,91.1045486 Z' fill='%23E24329'%3E%3C/path%3E%3Cpath d='M128.07485,236.074423 L175.17885,91.104061 L241.193935,91.104061 L128.07485,236.074423 L128.07485,236.074423 Z' fill='%23FC6D26'%3E%3C/path%3E%3Cpath d='M241.193935,91.1044267 L241.193935,91.1044267 L255.507992,135.159589 C256.813592,139.17757 255.38365,143.57955 251.96544,146.06275 L128.07485,236.074789 L241.193935,91.1044267 L241.193935,91.1044267 Z' fill='%23FCA326'%3E%3C/path%3E%3Cpath d='M241.193935,91.1045486 L175.17885,91.1045486 L203.549745,3.79026286 C205.008945,-0.703146667 211.365059,-0.701927619 212.824259,3.79026286 L241.193935,91.1045486 L241.193935,91.1045486 Z' fill='%23E24329'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"
|
|
4943
4906
|
},
|
|
@@ -4949,6 +4912,9 @@
|
|
|
4949
4912
|
"elementType": {
|
|
4950
4913
|
"value": "bpmn:ServiceTask"
|
|
4951
4914
|
},
|
|
4915
|
+
"engines": {
|
|
4916
|
+
"camunda": "^8.3"
|
|
4917
|
+
},
|
|
4952
4918
|
"groups": [
|
|
4953
4919
|
{
|
|
4954
4920
|
"id": "endpoint",
|
|
@@ -5041,6 +5007,18 @@
|
|
|
5041
5007
|
{
|
|
5042
5008
|
"name": "Releases",
|
|
5043
5009
|
"value": "releases"
|
|
5010
|
+
},
|
|
5011
|
+
{
|
|
5012
|
+
"name": "Branches",
|
|
5013
|
+
"value": "branches"
|
|
5014
|
+
},
|
|
5015
|
+
{
|
|
5016
|
+
"name": "Repository files",
|
|
5017
|
+
"value": "repositoryFiles"
|
|
5018
|
+
},
|
|
5019
|
+
{
|
|
5020
|
+
"name": "Merge requests",
|
|
5021
|
+
"value": "mergeRequests"
|
|
5044
5022
|
}
|
|
5045
5023
|
],
|
|
5046
5024
|
"binding": {
|
|
@@ -5115,189 +5093,293 @@
|
|
|
5115
5093
|
}
|
|
5116
5094
|
},
|
|
5117
5095
|
{
|
|
5118
|
-
"
|
|
5119
|
-
"
|
|
5096
|
+
"label": "Operation",
|
|
5097
|
+
"id": "branchOperation",
|
|
5098
|
+
"group": "operation",
|
|
5099
|
+
"description": "Choose operation to perform",
|
|
5100
|
+
"type": "Dropdown",
|
|
5101
|
+
"choices": [
|
|
5102
|
+
{
|
|
5103
|
+
"name": "List repository branches",
|
|
5104
|
+
"value": "getRepositoryBranchesByProjectId"
|
|
5105
|
+
},
|
|
5106
|
+
{
|
|
5107
|
+
"name": "Create repository branch",
|
|
5108
|
+
"value": "createRepositoryBranch"
|
|
5109
|
+
}
|
|
5110
|
+
],
|
|
5120
5111
|
"binding": {
|
|
5121
5112
|
"type": "zeebe:input",
|
|
5122
|
-
"name": "
|
|
5113
|
+
"name": "operation"
|
|
5123
5114
|
},
|
|
5124
5115
|
"condition": {
|
|
5125
|
-
"property": "
|
|
5126
|
-
"
|
|
5116
|
+
"property": "operationGroup",
|
|
5117
|
+
"equals": "branches"
|
|
5127
5118
|
}
|
|
5128
5119
|
},
|
|
5129
5120
|
{
|
|
5130
|
-
"
|
|
5131
|
-
"
|
|
5121
|
+
"label": "Operation",
|
|
5122
|
+
"id": "reposOperation",
|
|
5123
|
+
"group": "operation",
|
|
5124
|
+
"description": "Choose operation to perform",
|
|
5125
|
+
"type": "Dropdown",
|
|
5126
|
+
"choices": [
|
|
5127
|
+
{
|
|
5128
|
+
"name": "Create new file in repository",
|
|
5129
|
+
"value": "createRepositoryFile"
|
|
5130
|
+
},
|
|
5131
|
+
{
|
|
5132
|
+
"name": "Get file from repository",
|
|
5133
|
+
"value": "getRepositoryFile"
|
|
5134
|
+
},
|
|
5135
|
+
{
|
|
5136
|
+
"name": "Update existing file in repository",
|
|
5137
|
+
"value": "updateRepositoryFile"
|
|
5138
|
+
}
|
|
5139
|
+
],
|
|
5132
5140
|
"binding": {
|
|
5133
5141
|
"type": "zeebe:input",
|
|
5134
|
-
"name": "
|
|
5142
|
+
"name": "operation"
|
|
5135
5143
|
},
|
|
5136
5144
|
"condition": {
|
|
5137
|
-
"property": "
|
|
5138
|
-
"
|
|
5145
|
+
"property": "operationGroup",
|
|
5146
|
+
"equals": "repositoryFiles"
|
|
5139
5147
|
}
|
|
5140
5148
|
},
|
|
5141
5149
|
{
|
|
5142
|
-
"
|
|
5143
|
-
"
|
|
5150
|
+
"label": "Operation",
|
|
5151
|
+
"id": "mergeOperation",
|
|
5152
|
+
"group": "operation",
|
|
5153
|
+
"description": "Choose operation to perform",
|
|
5154
|
+
"type": "Dropdown",
|
|
5155
|
+
"choices": [
|
|
5156
|
+
{
|
|
5157
|
+
"name": "Create merge request",
|
|
5158
|
+
"value": "createMergeRequest"
|
|
5159
|
+
}
|
|
5160
|
+
],
|
|
5144
5161
|
"binding": {
|
|
5145
5162
|
"type": "zeebe:input",
|
|
5146
|
-
"name": "
|
|
5163
|
+
"name": "operation"
|
|
5147
5164
|
},
|
|
5148
5165
|
"condition": {
|
|
5149
|
-
"property": "
|
|
5150
|
-
"
|
|
5166
|
+
"property": "operationGroup",
|
|
5167
|
+
"equals": "mergeRequests"
|
|
5151
5168
|
}
|
|
5152
5169
|
},
|
|
5153
5170
|
{
|
|
5154
5171
|
"type": "Hidden",
|
|
5155
|
-
"value": "
|
|
5172
|
+
"value": "get",
|
|
5156
5173
|
"binding": {
|
|
5157
5174
|
"type": "zeebe:input",
|
|
5158
5175
|
"name": "method"
|
|
5159
5176
|
},
|
|
5160
5177
|
"condition": {
|
|
5161
|
-
"property": "
|
|
5162
|
-
"oneOf": ["
|
|
5178
|
+
"property": "branchOperation",
|
|
5179
|
+
"oneOf": ["getRepositoryBranchesByProjectId"]
|
|
5163
5180
|
}
|
|
5164
5181
|
},
|
|
5165
5182
|
{
|
|
5166
5183
|
"type": "Hidden",
|
|
5167
|
-
"value": "
|
|
5184
|
+
"value": "get",
|
|
5168
5185
|
"binding": {
|
|
5169
5186
|
"type": "zeebe:input",
|
|
5170
5187
|
"name": "method"
|
|
5171
5188
|
},
|
|
5172
5189
|
"condition": {
|
|
5173
|
-
"property": "
|
|
5174
|
-
"oneOf": ["
|
|
5190
|
+
"property": "releaseOperation",
|
|
5191
|
+
"oneOf": ["getReleasesByProjectId", "getReleaseByTagName"]
|
|
5175
5192
|
}
|
|
5176
5193
|
},
|
|
5177
5194
|
{
|
|
5178
|
-
"
|
|
5179
|
-
"
|
|
5180
|
-
"group": "operation",
|
|
5181
|
-
"type": "String",
|
|
5182
|
-
"feel": "optional",
|
|
5195
|
+
"type": "Hidden",
|
|
5196
|
+
"value": "get",
|
|
5183
5197
|
"binding": {
|
|
5184
5198
|
"type": "zeebe:input",
|
|
5185
|
-
"name": "
|
|
5186
|
-
},
|
|
5187
|
-
"constraints": {
|
|
5188
|
-
"notEmpty": true
|
|
5199
|
+
"name": "method"
|
|
5189
5200
|
},
|
|
5190
5201
|
"condition": {
|
|
5191
5202
|
"property": "issueOperation",
|
|
5192
|
-
"oneOf": ["getIssueById"]
|
|
5203
|
+
"oneOf": ["getIssueById", "searchIssues"]
|
|
5193
5204
|
}
|
|
5194
5205
|
},
|
|
5195
5206
|
{
|
|
5196
|
-
"
|
|
5197
|
-
"
|
|
5198
|
-
"group": "operation",
|
|
5199
|
-
"type": "String",
|
|
5200
|
-
"feel": "optional",
|
|
5207
|
+
"type": "Hidden",
|
|
5208
|
+
"value": "post",
|
|
5201
5209
|
"binding": {
|
|
5202
5210
|
"type": "zeebe:input",
|
|
5203
|
-
"name": "
|
|
5204
|
-
},
|
|
5205
|
-
"constraints": {
|
|
5206
|
-
"notEmpty": true
|
|
5211
|
+
"name": "method"
|
|
5207
5212
|
},
|
|
5208
5213
|
"condition": {
|
|
5209
|
-
"property": "
|
|
5210
|
-
"oneOf": ["
|
|
5214
|
+
"property": "mergeOperation",
|
|
5215
|
+
"oneOf": ["createMergeRequest"]
|
|
5211
5216
|
}
|
|
5212
5217
|
},
|
|
5213
5218
|
{
|
|
5214
5219
|
"type": "Hidden",
|
|
5215
|
-
"value": "
|
|
5220
|
+
"value": "post",
|
|
5216
5221
|
"binding": {
|
|
5217
5222
|
"type": "zeebe:input",
|
|
5218
|
-
"name": "
|
|
5223
|
+
"name": "method"
|
|
5219
5224
|
},
|
|
5220
5225
|
"condition": {
|
|
5221
|
-
"property": "
|
|
5222
|
-
"oneOf": ["
|
|
5226
|
+
"property": "reposOperation",
|
|
5227
|
+
"oneOf": ["createRepositoryFile"]
|
|
5223
5228
|
}
|
|
5224
5229
|
},
|
|
5225
5230
|
{
|
|
5226
|
-
"
|
|
5227
|
-
"
|
|
5228
|
-
"group": "operation",
|
|
5229
|
-
"type": "String",
|
|
5230
|
-
"feel": "optional",
|
|
5231
|
+
"type": "Hidden",
|
|
5232
|
+
"value": "get",
|
|
5231
5233
|
"binding": {
|
|
5232
5234
|
"type": "zeebe:input",
|
|
5233
|
-
"name": "
|
|
5235
|
+
"name": "method"
|
|
5234
5236
|
},
|
|
5235
|
-
"
|
|
5236
|
-
"
|
|
5237
|
+
"condition": {
|
|
5238
|
+
"property": "reposOperation",
|
|
5239
|
+
"oneOf": ["getRepositoryFile"]
|
|
5240
|
+
}
|
|
5241
|
+
},
|
|
5242
|
+
{
|
|
5243
|
+
"type": "Hidden",
|
|
5244
|
+
"value": "put",
|
|
5245
|
+
"binding": {
|
|
5246
|
+
"type": "zeebe:input",
|
|
5247
|
+
"name": "method"
|
|
5248
|
+
},
|
|
5249
|
+
"condition": {
|
|
5250
|
+
"property": "reposOperation",
|
|
5251
|
+
"oneOf": ["updateRepositoryFile"]
|
|
5252
|
+
}
|
|
5253
|
+
},
|
|
5254
|
+
{
|
|
5255
|
+
"type": "Hidden",
|
|
5256
|
+
"value": "post",
|
|
5257
|
+
"binding": {
|
|
5258
|
+
"type": "zeebe:input",
|
|
5259
|
+
"name": "method"
|
|
5260
|
+
},
|
|
5261
|
+
"condition": {
|
|
5262
|
+
"property": "branchOperation",
|
|
5263
|
+
"oneOf": ["createRepositoryBranch"]
|
|
5264
|
+
}
|
|
5265
|
+
},
|
|
5266
|
+
{
|
|
5267
|
+
"type": "Hidden",
|
|
5268
|
+
"value": "post",
|
|
5269
|
+
"binding": {
|
|
5270
|
+
"type": "zeebe:input",
|
|
5271
|
+
"name": "method"
|
|
5272
|
+
},
|
|
5273
|
+
"condition": {
|
|
5274
|
+
"property": "releaseOperation",
|
|
5275
|
+
"oneOf": ["createRelease"]
|
|
5276
|
+
}
|
|
5277
|
+
},
|
|
5278
|
+
{
|
|
5279
|
+
"type": "Hidden",
|
|
5280
|
+
"value": "post",
|
|
5281
|
+
"binding": {
|
|
5282
|
+
"type": "zeebe:input",
|
|
5283
|
+
"name": "method"
|
|
5237
5284
|
},
|
|
5238
5285
|
"condition": {
|
|
5239
5286
|
"property": "issueOperation",
|
|
5240
|
-
"oneOf": ["createAnIssue"]
|
|
5287
|
+
"oneOf": ["commentToAnIssue", "createAnIssue"]
|
|
5241
5288
|
}
|
|
5242
5289
|
},
|
|
5243
5290
|
{
|
|
5244
|
-
"
|
|
5245
|
-
"
|
|
5291
|
+
"type": "Hidden",
|
|
5292
|
+
"value": "delete",
|
|
5293
|
+
"binding": {
|
|
5294
|
+
"type": "zeebe:input",
|
|
5295
|
+
"name": "method"
|
|
5296
|
+
},
|
|
5297
|
+
"condition": {
|
|
5298
|
+
"property": "issueOperation",
|
|
5299
|
+
"oneOf": ["deleteAnIssue"]
|
|
5300
|
+
}
|
|
5301
|
+
},
|
|
5302
|
+
{
|
|
5303
|
+
"label": "Project ID",
|
|
5304
|
+
"description": "The global ID or URL-encoded path of the project owned by the authenticated user",
|
|
5246
5305
|
"group": "operation",
|
|
5247
5306
|
"type": "String",
|
|
5248
5307
|
"feel": "optional",
|
|
5249
5308
|
"binding": {
|
|
5250
5309
|
"type": "zeebe:input",
|
|
5251
|
-
"name": "
|
|
5310
|
+
"name": "projectId"
|
|
5252
5311
|
},
|
|
5253
5312
|
"constraints": {
|
|
5254
5313
|
"notEmpty": true
|
|
5255
5314
|
},
|
|
5256
5315
|
"condition": {
|
|
5257
|
-
"property": "
|
|
5258
|
-
"oneOf": ["
|
|
5316
|
+
"property": "mergeOperation",
|
|
5317
|
+
"oneOf": ["createMergeRequest"]
|
|
5259
5318
|
}
|
|
5260
5319
|
},
|
|
5261
5320
|
{
|
|
5262
|
-
"label": "
|
|
5263
|
-
"description": "The
|
|
5321
|
+
"label": "Project ID",
|
|
5322
|
+
"description": "The global ID or URL-encoded path of the project owned by the authenticated user",
|
|
5264
5323
|
"group": "operation",
|
|
5265
|
-
"type": "
|
|
5324
|
+
"type": "String",
|
|
5266
5325
|
"feel": "optional",
|
|
5267
5326
|
"binding": {
|
|
5268
5327
|
"type": "zeebe:input",
|
|
5269
|
-
"name": "
|
|
5328
|
+
"name": "projectId"
|
|
5270
5329
|
},
|
|
5271
5330
|
"constraints": {
|
|
5272
5331
|
"notEmpty": true
|
|
5273
5332
|
},
|
|
5274
5333
|
"condition": {
|
|
5275
|
-
"property": "
|
|
5276
|
-
"oneOf": [
|
|
5334
|
+
"property": "reposOperation",
|
|
5335
|
+
"oneOf": [
|
|
5336
|
+
"createRepositoryFile",
|
|
5337
|
+
"getRepositoryFile",
|
|
5338
|
+
"updateRepositoryFile"
|
|
5339
|
+
]
|
|
5277
5340
|
}
|
|
5278
5341
|
},
|
|
5279
5342
|
{
|
|
5280
|
-
"
|
|
5281
|
-
"
|
|
5343
|
+
"label": "Project ID",
|
|
5344
|
+
"description": "The global ID or URL-encoded path of the project owned by the authenticated user",
|
|
5345
|
+
"group": "operation",
|
|
5346
|
+
"type": "String",
|
|
5347
|
+
"feel": "optional",
|
|
5282
5348
|
"binding": {
|
|
5283
5349
|
"type": "zeebe:input",
|
|
5284
|
-
"name": "
|
|
5350
|
+
"name": "projectId"
|
|
5351
|
+
},
|
|
5352
|
+
"constraints": {
|
|
5353
|
+
"notEmpty": true
|
|
5285
5354
|
},
|
|
5286
5355
|
"condition": {
|
|
5287
|
-
"property": "
|
|
5288
|
-
"oneOf": [
|
|
5356
|
+
"property": "branchOperation",
|
|
5357
|
+
"oneOf": [
|
|
5358
|
+
"getRepositoryBranchesByProjectId",
|
|
5359
|
+
"createRepositoryBranch"
|
|
5360
|
+
]
|
|
5289
5361
|
}
|
|
5290
5362
|
},
|
|
5291
5363
|
{
|
|
5292
|
-
"
|
|
5293
|
-
"
|
|
5364
|
+
"label": "Project ID",
|
|
5365
|
+
"description": "The global ID or URL-encoded path of the project owned by the authenticated user",
|
|
5366
|
+
"group": "operation",
|
|
5367
|
+
"type": "String",
|
|
5368
|
+
"feel": "optional",
|
|
5294
5369
|
"binding": {
|
|
5295
5370
|
"type": "zeebe:input",
|
|
5296
|
-
"name": "
|
|
5371
|
+
"name": "projectId"
|
|
5372
|
+
},
|
|
5373
|
+
"constraints": {
|
|
5374
|
+
"notEmpty": true
|
|
5297
5375
|
},
|
|
5298
5376
|
"condition": {
|
|
5299
|
-
"property": "
|
|
5300
|
-
"oneOf": [
|
|
5377
|
+
"property": "releaseOperation",
|
|
5378
|
+
"oneOf": [
|
|
5379
|
+
"getReleasesByProjectId",
|
|
5380
|
+
"getReleaseByTagName",
|
|
5381
|
+
"createRelease"
|
|
5382
|
+
]
|
|
5301
5383
|
}
|
|
5302
5384
|
},
|
|
5303
5385
|
{
|
|
@@ -5315,12 +5397,17 @@
|
|
|
5315
5397
|
},
|
|
5316
5398
|
"condition": {
|
|
5317
5399
|
"property": "issueOperation",
|
|
5318
|
-
"oneOf": [
|
|
5400
|
+
"oneOf": [
|
|
5401
|
+
"getIssueById",
|
|
5402
|
+
"createAnIssue",
|
|
5403
|
+
"deleteAnIssue",
|
|
5404
|
+
"commentToAnIssue"
|
|
5405
|
+
]
|
|
5319
5406
|
}
|
|
5320
5407
|
},
|
|
5321
5408
|
{
|
|
5322
5409
|
"label": "Issue ID",
|
|
5323
|
-
"description": "The internal ID of a project
|
|
5410
|
+
"description": "The internal ID of a project\u2019s issue",
|
|
5324
5411
|
"group": "operation",
|
|
5325
5412
|
"type": "String",
|
|
5326
5413
|
"feel": "optional",
|
|
@@ -5333,7 +5420,7 @@
|
|
|
5333
5420
|
},
|
|
5334
5421
|
"condition": {
|
|
5335
5422
|
"property": "issueOperation",
|
|
5336
|
-
"oneOf": ["
|
|
5423
|
+
"oneOf": ["getIssueById"]
|
|
5337
5424
|
}
|
|
5338
5425
|
},
|
|
5339
5426
|
{
|
|
@@ -5345,30 +5432,115 @@
|
|
|
5345
5432
|
},
|
|
5346
5433
|
"condition": {
|
|
5347
5434
|
"property": "issueOperation",
|
|
5348
|
-
"oneOf": ["
|
|
5435
|
+
"oneOf": ["getIssueById"]
|
|
5349
5436
|
}
|
|
5350
5437
|
},
|
|
5351
5438
|
{
|
|
5352
|
-
"label": "
|
|
5353
|
-
"description": "The
|
|
5439
|
+
"label": "Title",
|
|
5440
|
+
"description": "The title of an issue",
|
|
5354
5441
|
"group": "operation",
|
|
5355
5442
|
"type": "String",
|
|
5356
5443
|
"feel": "optional",
|
|
5357
5444
|
"binding": {
|
|
5358
5445
|
"type": "zeebe:input",
|
|
5359
|
-
"name": "
|
|
5446
|
+
"name": "issueTitle"
|
|
5360
5447
|
},
|
|
5361
5448
|
"constraints": {
|
|
5362
5449
|
"notEmpty": true
|
|
5363
5450
|
},
|
|
5364
5451
|
"condition": {
|
|
5365
5452
|
"property": "issueOperation",
|
|
5366
|
-
"oneOf": ["
|
|
5453
|
+
"oneOf": ["createAnIssue"]
|
|
5454
|
+
}
|
|
5455
|
+
},
|
|
5456
|
+
{
|
|
5457
|
+
"label": "Description",
|
|
5458
|
+
"description": "The description of an issue",
|
|
5459
|
+
"group": "operation",
|
|
5460
|
+
"type": "Text",
|
|
5461
|
+
"feel": "optional",
|
|
5462
|
+
"binding": {
|
|
5463
|
+
"type": "zeebe:input",
|
|
5464
|
+
"name": "issueDescription"
|
|
5465
|
+
},
|
|
5466
|
+
"constraints": {
|
|
5467
|
+
"notEmpty": true
|
|
5468
|
+
},
|
|
5469
|
+
"condition": {
|
|
5470
|
+
"property": "issueOperation",
|
|
5471
|
+
"oneOf": ["createAnIssue"]
|
|
5472
|
+
}
|
|
5473
|
+
},
|
|
5474
|
+
{
|
|
5475
|
+
"type": "Hidden",
|
|
5476
|
+
"value": "=baseUrl + \"/api/v4/projects/\"+ projectId +\"/issues\"",
|
|
5477
|
+
"binding": {
|
|
5478
|
+
"type": "zeebe:input",
|
|
5479
|
+
"name": "url"
|
|
5480
|
+
},
|
|
5481
|
+
"condition": {
|
|
5482
|
+
"property": "issueOperation",
|
|
5483
|
+
"oneOf": ["createAnIssue"]
|
|
5484
|
+
}
|
|
5485
|
+
},
|
|
5486
|
+
{
|
|
5487
|
+
"type": "Hidden",
|
|
5488
|
+
"value": "={\"title\":issueTitle, \"description\":issueDescription}",
|
|
5489
|
+
"binding": {
|
|
5490
|
+
"type": "zeebe:input",
|
|
5491
|
+
"name": "queryParameters"
|
|
5492
|
+
},
|
|
5493
|
+
"condition": {
|
|
5494
|
+
"property": "issueOperation",
|
|
5495
|
+
"oneOf": ["createAnIssue"]
|
|
5496
|
+
}
|
|
5497
|
+
},
|
|
5498
|
+
{
|
|
5499
|
+
"id": "skipEncoding",
|
|
5500
|
+
"label": "Skip URL encoding",
|
|
5501
|
+
"description": "Skip the default URL decoding and encoding behavior",
|
|
5502
|
+
"optional": true,
|
|
5503
|
+
"group": "endpoint",
|
|
5504
|
+
"binding": {
|
|
5505
|
+
"name": "skipEncoding",
|
|
5506
|
+
"type": "zeebe:input"
|
|
5507
|
+
},
|
|
5508
|
+
"value": "true",
|
|
5509
|
+
"type": "Hidden"
|
|
5510
|
+
},
|
|
5511
|
+
{
|
|
5512
|
+
"label": "Issue ID",
|
|
5513
|
+
"description": "The internal ID of a project\u2019s issue",
|
|
5514
|
+
"group": "operation",
|
|
5515
|
+
"type": "String",
|
|
5516
|
+
"feel": "optional",
|
|
5517
|
+
"binding": {
|
|
5518
|
+
"type": "zeebe:input",
|
|
5519
|
+
"name": "issueId"
|
|
5520
|
+
},
|
|
5521
|
+
"constraints": {
|
|
5522
|
+
"notEmpty": true
|
|
5523
|
+
},
|
|
5524
|
+
"condition": {
|
|
5525
|
+
"property": "issueOperation",
|
|
5526
|
+
"oneOf": ["deleteAnIssue"]
|
|
5527
|
+
}
|
|
5528
|
+
},
|
|
5529
|
+
{
|
|
5530
|
+
"type": "Hidden",
|
|
5531
|
+
"value": "=baseUrl + \"/api/v4/projects/\"+ projectId +\"/issues/\" + issueId",
|
|
5532
|
+
"binding": {
|
|
5533
|
+
"type": "zeebe:input",
|
|
5534
|
+
"name": "url"
|
|
5535
|
+
},
|
|
5536
|
+
"condition": {
|
|
5537
|
+
"property": "issueOperation",
|
|
5538
|
+
"oneOf": ["deleteAnIssue"]
|
|
5367
5539
|
}
|
|
5368
5540
|
},
|
|
5369
5541
|
{
|
|
5370
5542
|
"label": "Issue ID",
|
|
5371
|
-
"description": "The internal ID of a project
|
|
5543
|
+
"description": "The internal ID of a project\u2019s issue",
|
|
5372
5544
|
"group": "operation",
|
|
5373
5545
|
"type": "String",
|
|
5374
5546
|
"feel": "optional",
|
|
@@ -5600,74 +5772,38 @@
|
|
|
5600
5772
|
}
|
|
5601
5773
|
},
|
|
5602
5774
|
{
|
|
5603
|
-
"
|
|
5604
|
-
"
|
|
5775
|
+
"type": "Hidden",
|
|
5776
|
+
"value": "=baseUrl + \"/api/v4/projects/\"+ projectId +\"/releases\"",
|
|
5777
|
+
"binding": {
|
|
5778
|
+
"type": "zeebe:input",
|
|
5779
|
+
"name": "url"
|
|
5780
|
+
},
|
|
5781
|
+
"condition": {
|
|
5782
|
+
"property": "releaseOperation",
|
|
5783
|
+
"oneOf": ["getReleasesByProjectId"]
|
|
5784
|
+
}
|
|
5785
|
+
},
|
|
5786
|
+
{
|
|
5787
|
+
"label": "Tag name",
|
|
5788
|
+
"description": "The Git tag the release is associated with",
|
|
5605
5789
|
"group": "operation",
|
|
5606
5790
|
"type": "String",
|
|
5607
5791
|
"feel": "optional",
|
|
5608
5792
|
"binding": {
|
|
5609
5793
|
"type": "zeebe:input",
|
|
5610
|
-
"name": "
|
|
5794
|
+
"name": "releaseTagName"
|
|
5611
5795
|
},
|
|
5612
5796
|
"constraints": {
|
|
5613
5797
|
"notEmpty": true
|
|
5614
5798
|
},
|
|
5615
5799
|
"condition": {
|
|
5616
5800
|
"property": "releaseOperation",
|
|
5617
|
-
"oneOf": ["
|
|
5801
|
+
"oneOf": ["getReleaseByTagName"]
|
|
5618
5802
|
}
|
|
5619
5803
|
},
|
|
5620
5804
|
{
|
|
5621
5805
|
"type": "Hidden",
|
|
5622
|
-
"value": "=baseUrl + \"/api/v4/projects/\"+ projectId +\"/releases
|
|
5623
|
-
"binding": {
|
|
5624
|
-
"type": "zeebe:input",
|
|
5625
|
-
"name": "url"
|
|
5626
|
-
},
|
|
5627
|
-
"condition": {
|
|
5628
|
-
"property": "releaseOperation",
|
|
5629
|
-
"oneOf": ["getReleasesByProjectId"]
|
|
5630
|
-
}
|
|
5631
|
-
},
|
|
5632
|
-
{
|
|
5633
|
-
"label": "Project ID",
|
|
5634
|
-
"description": "The global ID or URL-encoded path of the project owned by the authenticated user",
|
|
5635
|
-
"group": "operation",
|
|
5636
|
-
"type": "String",
|
|
5637
|
-
"feel": "optional",
|
|
5638
|
-
"binding": {
|
|
5639
|
-
"type": "zeebe:input",
|
|
5640
|
-
"name": "projectId"
|
|
5641
|
-
},
|
|
5642
|
-
"constraints": {
|
|
5643
|
-
"notEmpty": true
|
|
5644
|
-
},
|
|
5645
|
-
"condition": {
|
|
5646
|
-
"property": "releaseOperation",
|
|
5647
|
-
"oneOf": ["getReleaseByTagName"]
|
|
5648
|
-
}
|
|
5649
|
-
},
|
|
5650
|
-
{
|
|
5651
|
-
"label": "Tag name",
|
|
5652
|
-
"description": "The Git tag the release is associated with",
|
|
5653
|
-
"group": "operation",
|
|
5654
|
-
"type": "String",
|
|
5655
|
-
"feel": "optional",
|
|
5656
|
-
"binding": {
|
|
5657
|
-
"type": "zeebe:input",
|
|
5658
|
-
"name": "releaseTagName"
|
|
5659
|
-
},
|
|
5660
|
-
"constraints": {
|
|
5661
|
-
"notEmpty": true
|
|
5662
|
-
},
|
|
5663
|
-
"condition": {
|
|
5664
|
-
"property": "releaseOperation",
|
|
5665
|
-
"oneOf": ["getReleaseByTagName"]
|
|
5666
|
-
}
|
|
5667
|
-
},
|
|
5668
|
-
{
|
|
5669
|
-
"type": "Hidden",
|
|
5670
|
-
"value": "=baseUrl + \"/api/v4/projects/\"+ projectId +\"/releases/\" + releaseTagName",
|
|
5806
|
+
"value": "=baseUrl + \"/api/v4/projects/\"+ projectId +\"/releases/\" + releaseTagName",
|
|
5671
5807
|
"binding": {
|
|
5672
5808
|
"type": "zeebe:input",
|
|
5673
5809
|
"name": "url"
|
|
@@ -5677,24 +5813,6 @@
|
|
|
5677
5813
|
"oneOf": ["getReleaseByTagName"]
|
|
5678
5814
|
}
|
|
5679
5815
|
},
|
|
5680
|
-
{
|
|
5681
|
-
"label": "Project ID",
|
|
5682
|
-
"description": "The global ID or URL-encoded path of the project owned by the authenticated user",
|
|
5683
|
-
"group": "operation",
|
|
5684
|
-
"type": "String",
|
|
5685
|
-
"feel": "optional",
|
|
5686
|
-
"binding": {
|
|
5687
|
-
"type": "zeebe:input",
|
|
5688
|
-
"name": "projectId"
|
|
5689
|
-
},
|
|
5690
|
-
"constraints": {
|
|
5691
|
-
"notEmpty": true
|
|
5692
|
-
},
|
|
5693
|
-
"condition": {
|
|
5694
|
-
"property": "releaseOperation",
|
|
5695
|
-
"oneOf": ["createRelease"]
|
|
5696
|
-
}
|
|
5697
|
-
},
|
|
5698
5816
|
{
|
|
5699
5817
|
"label": "Tag name",
|
|
5700
5818
|
"description": "The tag where the release is created from",
|
|
@@ -5788,406 +5906,319 @@
|
|
|
5788
5906
|
}
|
|
5789
5907
|
},
|
|
5790
5908
|
{
|
|
5791
|
-
"
|
|
5792
|
-
"
|
|
5909
|
+
"label": "Search string",
|
|
5910
|
+
"description": "Return list of branches containing the search string",
|
|
5911
|
+
"group": "operation",
|
|
5912
|
+
"type": "String",
|
|
5913
|
+
"feel": "optional",
|
|
5914
|
+
"optional": true,
|
|
5793
5915
|
"binding": {
|
|
5794
5916
|
"type": "zeebe:input",
|
|
5795
|
-
"name": "
|
|
5917
|
+
"name": "searchString"
|
|
5918
|
+
},
|
|
5919
|
+
"condition": {
|
|
5920
|
+
"property": "branchOperation",
|
|
5921
|
+
"oneOf": ["getRepositoryBranchesByProjectId"]
|
|
5796
5922
|
}
|
|
5797
5923
|
},
|
|
5798
5924
|
{
|
|
5799
|
-
"label": "
|
|
5800
|
-
"description": "
|
|
5801
|
-
"group": "
|
|
5925
|
+
"label": "Regular expression",
|
|
5926
|
+
"description": "Return list of branches with names matching a <a href=\"https://github.com/google/re2/wiki/Syntax\" target=\"_blank\">re2</a> regular expression",
|
|
5927
|
+
"group": "operation",
|
|
5802
5928
|
"type": "String",
|
|
5929
|
+
"feel": "optional",
|
|
5930
|
+
"optional": true,
|
|
5803
5931
|
"binding": {
|
|
5804
|
-
"type": "zeebe:
|
|
5805
|
-
"
|
|
5806
|
-
}
|
|
5807
|
-
|
|
5808
|
-
|
|
5809
|
-
|
|
5810
|
-
"description": "Expression to map the response into process variables. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-expression\" target=\"_blank\">documentation</a>",
|
|
5811
|
-
"group": "output",
|
|
5812
|
-
"type": "Text",
|
|
5813
|
-
"feel": "required",
|
|
5814
|
-
"binding": {
|
|
5815
|
-
"type": "zeebe:taskHeader",
|
|
5816
|
-
"key": "resultExpression"
|
|
5817
|
-
}
|
|
5818
|
-
},
|
|
5819
|
-
{
|
|
5820
|
-
"label": "Error expression",
|
|
5821
|
-
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#bpmn-errors\" target=\"_blank\">documentation</a>",
|
|
5822
|
-
"group": "errors",
|
|
5823
|
-
"type": "Text",
|
|
5824
|
-
"feel": "required",
|
|
5825
|
-
"binding": {
|
|
5826
|
-
"type": "zeebe:taskHeader",
|
|
5827
|
-
"key": "errorExpression"
|
|
5932
|
+
"type": "zeebe:input",
|
|
5933
|
+
"name": "regex"
|
|
5934
|
+
},
|
|
5935
|
+
"condition": {
|
|
5936
|
+
"property": "branchOperation",
|
|
5937
|
+
"oneOf": ["getRepositoryBranchesByProjectId"]
|
|
5828
5938
|
}
|
|
5829
|
-
}
|
|
5830
|
-
],
|
|
5831
|
-
"engines": {
|
|
5832
|
-
"camunda": "^8.2"
|
|
5833
|
-
}
|
|
5834
|
-
},
|
|
5835
|
-
{
|
|
5836
|
-
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
5837
|
-
"name": "GitLab Outbound Connector",
|
|
5838
|
-
"id": "io.camunda.connectors.GitLab.v1",
|
|
5839
|
-
"version": 6,
|
|
5840
|
-
"description": "Manage GitLab issues, branches, releases, and more",
|
|
5841
|
-
"metadata": {
|
|
5842
|
-
"keywords": [
|
|
5843
|
-
"create issue",
|
|
5844
|
-
"delete issue",
|
|
5845
|
-
"comment to issue",
|
|
5846
|
-
"search issues",
|
|
5847
|
-
"get issue by ID",
|
|
5848
|
-
"get releases by project ID",
|
|
5849
|
-
"get release by tag name",
|
|
5850
|
-
"create release",
|
|
5851
|
-
"list repository branches",
|
|
5852
|
-
"create repository branch",
|
|
5853
|
-
"create repository file",
|
|
5854
|
-
"get repository file",
|
|
5855
|
-
"update repository file",
|
|
5856
|
-
"create merge request"
|
|
5857
|
-
]
|
|
5858
|
-
},
|
|
5859
|
-
"icon": {
|
|
5860
|
-
"contents": "data:image/svg+xml;utf8,%3Csvg width='18px' height='18px' viewBox='0 -10 256 256' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' preserveAspectRatio='xMidYMid'%3E%3Cg%3E%3Cpath d='M128.07485,236.074667 L128.07485,236.074667 L175.17885,91.1043048 L80.9708495,91.1043048 L128.07485,236.074667 L128.07485,236.074667 Z' fill='%23E24329'%3E%3C/path%3E%3Cpath d='M128.07485,236.074423 L80.9708495,91.104061 L14.9557638,91.104061 L128.07485,236.074423 L128.07485,236.074423 Z' fill='%23FC6D26'%3E%3C/path%3E%3Cpath d='M14.9558857,91.1044267 L14.9558857,91.1044267 L0.641828571,135.159589 C-0.663771429,139.17757 0.766171429,143.57955 4.18438095,146.06275 L128.074971,236.074789 L14.9558857,91.1044267 L14.9558857,91.1044267 Z' fill='%23FCA326'%3E%3C/path%3E%3Cpath d='M14.9558857,91.1045486 L80.9709714,91.1045486 L52.6000762,3.79026286 C51.1408762,-0.703146667 44.7847619,-0.701927619 43.3255619,3.79026286 L14.9558857,91.1045486 L14.9558857,91.1045486 Z' fill='%23E24329'%3E%3C/path%3E%3Cpath d='M128.07485,236.074423 L175.17885,91.104061 L241.193935,91.104061 L128.07485,236.074423 L128.07485,236.074423 Z' fill='%23FC6D26'%3E%3C/path%3E%3Cpath d='M241.193935,91.1044267 L241.193935,91.1044267 L255.507992,135.159589 C256.813592,139.17757 255.38365,143.57955 251.96544,146.06275 L128.07485,236.074789 L241.193935,91.1044267 L241.193935,91.1044267 Z' fill='%23FCA326'%3E%3C/path%3E%3Cpath d='M241.193935,91.1045486 L175.17885,91.1045486 L203.549745,3.79026286 C205.008945,-0.703146667 211.365059,-0.701927619 212.824259,3.79026286 L241.193935,91.1045486 L241.193935,91.1045486 Z' fill='%23E24329'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"
|
|
5861
|
-
},
|
|
5862
|
-
"category": {
|
|
5863
|
-
"id": "connectors",
|
|
5864
|
-
"name": "Connectors"
|
|
5865
|
-
},
|
|
5866
|
-
"appliesTo": ["bpmn:Task"],
|
|
5867
|
-
"elementType": {
|
|
5868
|
-
"value": "bpmn:ServiceTask"
|
|
5869
|
-
},
|
|
5870
|
-
"engines": {
|
|
5871
|
-
"camunda": "^8.3"
|
|
5872
|
-
},
|
|
5873
|
-
"groups": [
|
|
5874
|
-
{
|
|
5875
|
-
"id": "endpoint",
|
|
5876
|
-
"label": "HTTP endpoint"
|
|
5877
|
-
},
|
|
5878
|
-
{
|
|
5879
|
-
"id": "operation",
|
|
5880
|
-
"label": "Operation"
|
|
5881
|
-
},
|
|
5882
|
-
{
|
|
5883
|
-
"id": "output",
|
|
5884
|
-
"label": "Response mapping"
|
|
5885
5939
|
},
|
|
5886
|
-
{
|
|
5887
|
-
"id": "errors",
|
|
5888
|
-
"label": "Error handling"
|
|
5889
|
-
}
|
|
5890
|
-
],
|
|
5891
|
-
"properties": [
|
|
5892
5940
|
{
|
|
5893
5941
|
"type": "Hidden",
|
|
5894
|
-
"value": "
|
|
5942
|
+
"value": "=baseUrl + \"/api/v4/projects/\"+ projectId +\"/repository/branches\"",
|
|
5895
5943
|
"binding": {
|
|
5896
|
-
"type": "zeebe:
|
|
5897
|
-
"
|
|
5944
|
+
"type": "zeebe:input",
|
|
5945
|
+
"name": "url"
|
|
5946
|
+
},
|
|
5947
|
+
"condition": {
|
|
5948
|
+
"property": "branchOperation",
|
|
5949
|
+
"oneOf": [
|
|
5950
|
+
"getRepositoryBranchesByProjectId",
|
|
5951
|
+
"createRepositoryBranch"
|
|
5952
|
+
]
|
|
5898
5953
|
}
|
|
5899
5954
|
},
|
|
5900
5955
|
{
|
|
5901
|
-
"group": "authentication",
|
|
5902
5956
|
"type": "Hidden",
|
|
5903
|
-
"value": "
|
|
5957
|
+
"value": "={\"search\": if searchString = null then null else searchString, \"regex\": if regex = null then null else regex}",
|
|
5904
5958
|
"binding": {
|
|
5905
5959
|
"type": "zeebe:input",
|
|
5906
|
-
"name": "
|
|
5960
|
+
"name": "queryParameters"
|
|
5961
|
+
},
|
|
5962
|
+
"condition": {
|
|
5963
|
+
"property": "branchOperation",
|
|
5964
|
+
"oneOf": ["getRepositoryBranchesByProjectId"]
|
|
5907
5965
|
}
|
|
5908
5966
|
},
|
|
5909
5967
|
{
|
|
5910
|
-
"label": "
|
|
5911
|
-
"
|
|
5968
|
+
"label": "Name",
|
|
5969
|
+
"description": "Name of the new branch",
|
|
5970
|
+
"group": "operation",
|
|
5912
5971
|
"type": "String",
|
|
5913
|
-
"value": "https://gitlab.example.com",
|
|
5914
5972
|
"feel": "optional",
|
|
5915
5973
|
"binding": {
|
|
5916
5974
|
"type": "zeebe:input",
|
|
5917
|
-
"name": "
|
|
5975
|
+
"name": "branchName"
|
|
5918
5976
|
},
|
|
5919
5977
|
"constraints": {
|
|
5920
|
-
"notEmpty": true
|
|
5921
|
-
|
|
5922
|
-
|
|
5923
|
-
|
|
5924
|
-
|
|
5978
|
+
"notEmpty": true
|
|
5979
|
+
},
|
|
5980
|
+
"condition": {
|
|
5981
|
+
"property": "branchOperation",
|
|
5982
|
+
"oneOf": ["createRepositoryBranch"]
|
|
5925
5983
|
}
|
|
5926
5984
|
},
|
|
5927
5985
|
{
|
|
5928
|
-
"label": "
|
|
5929
|
-
"
|
|
5986
|
+
"label": "Reference",
|
|
5987
|
+
"description": "Branch name or commit SHA to create branch from",
|
|
5988
|
+
"group": "operation",
|
|
5930
5989
|
"type": "String",
|
|
5931
5990
|
"feel": "optional",
|
|
5932
5991
|
"binding": {
|
|
5933
5992
|
"type": "zeebe:input",
|
|
5934
|
-
"name": "
|
|
5993
|
+
"name": "ref"
|
|
5935
5994
|
},
|
|
5936
5995
|
"constraints": {
|
|
5937
5996
|
"notEmpty": true
|
|
5997
|
+
},
|
|
5998
|
+
"condition": {
|
|
5999
|
+
"property": "branchOperation",
|
|
6000
|
+
"oneOf": ["createRepositoryBranch"]
|
|
5938
6001
|
}
|
|
5939
6002
|
},
|
|
5940
6003
|
{
|
|
5941
6004
|
"type": "Hidden",
|
|
5942
|
-
"value": "={\"
|
|
6005
|
+
"value": "={\"branch\": if branchName = null then null else branchName, \"ref\": if ref = null then null else ref}",
|
|
5943
6006
|
"binding": {
|
|
5944
6007
|
"type": "zeebe:input",
|
|
5945
|
-
"name": "
|
|
6008
|
+
"name": "body"
|
|
6009
|
+
},
|
|
6010
|
+
"condition": {
|
|
6011
|
+
"property": "branchOperation",
|
|
6012
|
+
"oneOf": ["createRepositoryBranch"]
|
|
6013
|
+
}
|
|
6014
|
+
},
|
|
6015
|
+
{
|
|
6016
|
+
"label": "Branch name",
|
|
6017
|
+
"description": "Name of the new branch to modify the file in. The commit is added to this branch",
|
|
6018
|
+
"group": "operation",
|
|
6019
|
+
"type": "String",
|
|
6020
|
+
"feel": "optional",
|
|
6021
|
+
"binding": {
|
|
6022
|
+
"type": "zeebe:input",
|
|
6023
|
+
"name": "branchName"
|
|
5946
6024
|
},
|
|
5947
6025
|
"constraints": {
|
|
5948
6026
|
"notEmpty": true
|
|
6027
|
+
},
|
|
6028
|
+
"condition": {
|
|
6029
|
+
"property": "reposOperation",
|
|
6030
|
+
"oneOf": ["createRepositoryFile", "updateRepositoryFile"]
|
|
5949
6031
|
}
|
|
5950
6032
|
},
|
|
5951
6033
|
{
|
|
5952
|
-
"label": "
|
|
5953
|
-
"
|
|
6034
|
+
"label": "Commit message",
|
|
6035
|
+
"description": "Message of the commit that modifies the file",
|
|
5954
6036
|
"group": "operation",
|
|
5955
|
-
"
|
|
5956
|
-
"
|
|
5957
|
-
"choices": [
|
|
5958
|
-
{
|
|
5959
|
-
"name": "Issues",
|
|
5960
|
-
"value": "issues"
|
|
5961
|
-
},
|
|
5962
|
-
{
|
|
5963
|
-
"name": "Releases",
|
|
5964
|
-
"value": "releases"
|
|
5965
|
-
},
|
|
5966
|
-
{
|
|
5967
|
-
"name": "Branches",
|
|
5968
|
-
"value": "branches"
|
|
5969
|
-
},
|
|
5970
|
-
{
|
|
5971
|
-
"name": "Repository files",
|
|
5972
|
-
"value": "repositoryFiles"
|
|
5973
|
-
},
|
|
5974
|
-
{
|
|
5975
|
-
"name": "Merge requests",
|
|
5976
|
-
"value": "mergeRequests"
|
|
5977
|
-
}
|
|
5978
|
-
],
|
|
6037
|
+
"type": "String",
|
|
6038
|
+
"feel": "optional",
|
|
5979
6039
|
"binding": {
|
|
5980
6040
|
"type": "zeebe:input",
|
|
5981
|
-
"name": "
|
|
6041
|
+
"name": "commitMessage"
|
|
6042
|
+
},
|
|
6043
|
+
"constraints": {
|
|
6044
|
+
"notEmpty": true
|
|
6045
|
+
},
|
|
6046
|
+
"condition": {
|
|
6047
|
+
"property": "reposOperation",
|
|
6048
|
+
"oneOf": ["createRepositoryFile", "updateRepositoryFile"]
|
|
5982
6049
|
}
|
|
5983
6050
|
},
|
|
5984
6051
|
{
|
|
5985
|
-
"label": "
|
|
5986
|
-
"id": "issueOperation",
|
|
6052
|
+
"label": "File content",
|
|
5987
6053
|
"group": "operation",
|
|
5988
|
-
"
|
|
5989
|
-
"
|
|
5990
|
-
"choices": [
|
|
5991
|
-
{
|
|
5992
|
-
"name": "Get an issue by ID",
|
|
5993
|
-
"value": "getIssueById"
|
|
5994
|
-
},
|
|
5995
|
-
{
|
|
5996
|
-
"name": "Create an issue",
|
|
5997
|
-
"value": "createAnIssue"
|
|
5998
|
-
},
|
|
5999
|
-
{
|
|
6000
|
-
"name": "Delete an issue",
|
|
6001
|
-
"value": "deleteAnIssue"
|
|
6002
|
-
},
|
|
6003
|
-
{
|
|
6004
|
-
"name": "Comment to an issue",
|
|
6005
|
-
"value": "commentToAnIssue"
|
|
6006
|
-
},
|
|
6007
|
-
{
|
|
6008
|
-
"name": "Search issues",
|
|
6009
|
-
"value": "searchIssues"
|
|
6010
|
-
}
|
|
6011
|
-
],
|
|
6054
|
+
"type": "Text",
|
|
6055
|
+
"feel": "optional",
|
|
6012
6056
|
"binding": {
|
|
6013
6057
|
"type": "zeebe:input",
|
|
6014
|
-
"name": "
|
|
6058
|
+
"name": "content"
|
|
6059
|
+
},
|
|
6060
|
+
"constraints": {
|
|
6061
|
+
"notEmpty": true
|
|
6015
6062
|
},
|
|
6016
6063
|
"condition": {
|
|
6017
|
-
"property": "
|
|
6018
|
-
"
|
|
6064
|
+
"property": "reposOperation",
|
|
6065
|
+
"oneOf": ["createRepositoryFile", "updateRepositoryFile"]
|
|
6019
6066
|
}
|
|
6020
6067
|
},
|
|
6021
6068
|
{
|
|
6022
|
-
"label": "
|
|
6023
|
-
"
|
|
6069
|
+
"label": "File path",
|
|
6070
|
+
"description": "URL-encoded full path to the file. For example, lib%2Fclass%2Erb",
|
|
6024
6071
|
"group": "operation",
|
|
6025
|
-
"
|
|
6026
|
-
"
|
|
6027
|
-
"choices": [
|
|
6028
|
-
{
|
|
6029
|
-
"name": "List all releases by project ID",
|
|
6030
|
-
"value": "getReleasesByProjectId"
|
|
6031
|
-
},
|
|
6032
|
-
{
|
|
6033
|
-
"name": "Get release by a tag name",
|
|
6034
|
-
"value": "getReleaseByTagName"
|
|
6035
|
-
},
|
|
6036
|
-
{
|
|
6037
|
-
"name": "Create a release",
|
|
6038
|
-
"value": "createRelease"
|
|
6039
|
-
}
|
|
6040
|
-
],
|
|
6072
|
+
"type": "String",
|
|
6073
|
+
"feel": "optional",
|
|
6041
6074
|
"binding": {
|
|
6042
6075
|
"type": "zeebe:input",
|
|
6043
|
-
"name": "
|
|
6076
|
+
"name": "filePath"
|
|
6077
|
+
},
|
|
6078
|
+
"constraints": {
|
|
6079
|
+
"notEmpty": true
|
|
6044
6080
|
},
|
|
6045
6081
|
"condition": {
|
|
6046
|
-
"property": "
|
|
6047
|
-
"
|
|
6082
|
+
"property": "reposOperation",
|
|
6083
|
+
"oneOf": [
|
|
6084
|
+
"createRepositoryFile",
|
|
6085
|
+
"getRepositoryFile",
|
|
6086
|
+
"updateRepositoryFile"
|
|
6087
|
+
]
|
|
6048
6088
|
}
|
|
6049
6089
|
},
|
|
6050
6090
|
{
|
|
6051
|
-
"label": "
|
|
6052
|
-
"
|
|
6091
|
+
"label": "Author email",
|
|
6092
|
+
"description": "The commit author's email address",
|
|
6053
6093
|
"group": "operation",
|
|
6054
|
-
"
|
|
6055
|
-
"
|
|
6056
|
-
"
|
|
6057
|
-
{
|
|
6058
|
-
"name": "List repository branches",
|
|
6059
|
-
"value": "getRepositoryBranchesByProjectId"
|
|
6060
|
-
},
|
|
6061
|
-
{
|
|
6062
|
-
"name": "Create repository branch",
|
|
6063
|
-
"value": "createRepositoryBranch"
|
|
6064
|
-
}
|
|
6065
|
-
],
|
|
6094
|
+
"type": "String",
|
|
6095
|
+
"feel": "optional",
|
|
6096
|
+
"optional": true,
|
|
6066
6097
|
"binding": {
|
|
6067
6098
|
"type": "zeebe:input",
|
|
6068
|
-
"name": "
|
|
6099
|
+
"name": "authorEmail"
|
|
6069
6100
|
},
|
|
6070
6101
|
"condition": {
|
|
6071
|
-
"property": "
|
|
6072
|
-
"
|
|
6102
|
+
"property": "reposOperation",
|
|
6103
|
+
"oneOf": ["createRepositoryFile", "updateRepositoryFile"]
|
|
6073
6104
|
}
|
|
6074
6105
|
},
|
|
6075
6106
|
{
|
|
6076
|
-
"label": "
|
|
6077
|
-
"
|
|
6107
|
+
"label": "Author name",
|
|
6108
|
+
"description": "The commit author's name",
|
|
6078
6109
|
"group": "operation",
|
|
6079
|
-
"
|
|
6080
|
-
"
|
|
6081
|
-
"
|
|
6082
|
-
{
|
|
6083
|
-
"name": "Create new file in repository",
|
|
6084
|
-
"value": "createRepositoryFile"
|
|
6085
|
-
},
|
|
6086
|
-
{
|
|
6087
|
-
"name": "Get file from repository",
|
|
6088
|
-
"value": "getRepositoryFile"
|
|
6089
|
-
},
|
|
6090
|
-
{
|
|
6091
|
-
"name": "Update existing file in repository",
|
|
6092
|
-
"value": "updateRepositoryFile"
|
|
6093
|
-
}
|
|
6094
|
-
],
|
|
6110
|
+
"type": "String",
|
|
6111
|
+
"feel": "optional",
|
|
6112
|
+
"optional": true,
|
|
6095
6113
|
"binding": {
|
|
6096
6114
|
"type": "zeebe:input",
|
|
6097
|
-
"name": "
|
|
6115
|
+
"name": "authorName"
|
|
6098
6116
|
},
|
|
6099
6117
|
"condition": {
|
|
6100
|
-
"property": "
|
|
6101
|
-
"
|
|
6118
|
+
"property": "reposOperation",
|
|
6119
|
+
"oneOf": ["createRepositoryFile", "updateRepositoryFile"]
|
|
6102
6120
|
}
|
|
6103
6121
|
},
|
|
6104
6122
|
{
|
|
6105
|
-
"label": "
|
|
6106
|
-
"
|
|
6123
|
+
"label": "Encoding",
|
|
6124
|
+
"description": "Change encoding to <code>base64</code>. GitLab's default is <code>text</code>",
|
|
6107
6125
|
"group": "operation",
|
|
6108
|
-
"
|
|
6109
|
-
"
|
|
6110
|
-
"
|
|
6111
|
-
{
|
|
6112
|
-
"name": "Create merge request",
|
|
6113
|
-
"value": "createMergeRequest"
|
|
6114
|
-
}
|
|
6115
|
-
],
|
|
6126
|
+
"type": "String",
|
|
6127
|
+
"feel": "optional",
|
|
6128
|
+
"optional": true,
|
|
6116
6129
|
"binding": {
|
|
6117
6130
|
"type": "zeebe:input",
|
|
6118
|
-
"name": "
|
|
6131
|
+
"name": "encoding"
|
|
6119
6132
|
},
|
|
6120
6133
|
"condition": {
|
|
6121
|
-
"property": "
|
|
6122
|
-
"
|
|
6134
|
+
"property": "reposOperation",
|
|
6135
|
+
"oneOf": ["createRepositoryFile", "updateRepositoryFile"]
|
|
6123
6136
|
}
|
|
6124
6137
|
},
|
|
6125
6138
|
{
|
|
6126
|
-
"
|
|
6127
|
-
"
|
|
6139
|
+
"label": "Execute file mode",
|
|
6140
|
+
"description": "Enables or disables the <code>execute</code> flag on the file",
|
|
6141
|
+
"group": "operation",
|
|
6142
|
+
"type": "Boolean",
|
|
6143
|
+
"feel": "optional",
|
|
6144
|
+
"value": "=false",
|
|
6128
6145
|
"binding": {
|
|
6129
6146
|
"type": "zeebe:input",
|
|
6130
|
-
"name": "
|
|
6147
|
+
"name": "executeFilemode"
|
|
6131
6148
|
},
|
|
6132
6149
|
"condition": {
|
|
6133
|
-
"property": "
|
|
6134
|
-
"oneOf": ["
|
|
6150
|
+
"property": "reposOperation",
|
|
6151
|
+
"oneOf": ["createRepositoryFile", "updateRepositoryFile"]
|
|
6135
6152
|
}
|
|
6136
6153
|
},
|
|
6137
6154
|
{
|
|
6138
|
-
"
|
|
6139
|
-
"
|
|
6155
|
+
"label": "Start branch",
|
|
6156
|
+
"description": "Name of the base branch to start the new branch from",
|
|
6157
|
+
"group": "operation",
|
|
6158
|
+
"type": "String",
|
|
6159
|
+
"feel": "optional",
|
|
6160
|
+
"optional": true,
|
|
6140
6161
|
"binding": {
|
|
6141
6162
|
"type": "zeebe:input",
|
|
6142
|
-
"name": "
|
|
6163
|
+
"name": "startBranch"
|
|
6143
6164
|
},
|
|
6144
6165
|
"condition": {
|
|
6145
|
-
"property": "
|
|
6146
|
-
"oneOf": ["
|
|
6166
|
+
"property": "reposOperation",
|
|
6167
|
+
"oneOf": ["createRepositoryFile", "updateRepositoryFile"]
|
|
6147
6168
|
}
|
|
6148
6169
|
},
|
|
6149
6170
|
{
|
|
6150
|
-
"
|
|
6151
|
-
"
|
|
6171
|
+
"label": "Reference",
|
|
6172
|
+
"description": "Name of the branch, tag or commit the file is fetched from",
|
|
6173
|
+
"group": "operation",
|
|
6174
|
+
"type": "String",
|
|
6175
|
+
"feel": "optional",
|
|
6152
6176
|
"binding": {
|
|
6153
6177
|
"type": "zeebe:input",
|
|
6154
|
-
"name": "
|
|
6178
|
+
"name": "repositoryFileReference"
|
|
6179
|
+
},
|
|
6180
|
+
"constraints": {
|
|
6181
|
+
"notEmpty": true
|
|
6155
6182
|
},
|
|
6156
6183
|
"condition": {
|
|
6157
|
-
"property": "
|
|
6158
|
-
"oneOf": ["
|
|
6184
|
+
"property": "branchOperation",
|
|
6185
|
+
"oneOf": ["getRepositoryFile"]
|
|
6159
6186
|
}
|
|
6160
6187
|
},
|
|
6161
6188
|
{
|
|
6162
6189
|
"type": "Hidden",
|
|
6163
|
-
"value": "
|
|
6190
|
+
"value": "=baseUrl + \"/api/v4/projects/\"+ projectId +\"/repository/files/\" + filePath",
|
|
6164
6191
|
"binding": {
|
|
6165
6192
|
"type": "zeebe:input",
|
|
6166
|
-
"name": "
|
|
6193
|
+
"name": "url"
|
|
6167
6194
|
},
|
|
6168
6195
|
"condition": {
|
|
6169
|
-
"property": "
|
|
6170
|
-
"oneOf": [
|
|
6196
|
+
"property": "reposOperation",
|
|
6197
|
+
"oneOf": [
|
|
6198
|
+
"createRepositoryFile",
|
|
6199
|
+
"getRepositoryFile",
|
|
6200
|
+
"updateRepositoryFile"
|
|
6201
|
+
]
|
|
6171
6202
|
}
|
|
6172
6203
|
},
|
|
6173
6204
|
{
|
|
6174
6205
|
"type": "Hidden",
|
|
6175
|
-
"value": "
|
|
6206
|
+
"value": "={\"branch\": if branchName = null then null else branchName, \"commit_message\": if commitMessage = null then null else commitMessage, \"content\": if content = null then null else content, \"author_email\": if authorEmail = null then null else authorEmail, \"author_name\": if authorName = null then null else authorName, \"encoding\": if encoding = null then null else encoding, \"execute_filemode\": if executeFilemode = null then null else executeFilemode, \"start_branch\": if startBranch = null then null else startBranch}",
|
|
6176
6207
|
"binding": {
|
|
6177
6208
|
"type": "zeebe:input",
|
|
6178
|
-
"name": "
|
|
6209
|
+
"name": "body"
|
|
6179
6210
|
},
|
|
6180
6211
|
"condition": {
|
|
6181
6212
|
"property": "reposOperation",
|
|
6182
|
-
"oneOf": ["createRepositoryFile"]
|
|
6213
|
+
"oneOf": ["createRepositoryFile", "updateRepositoryFile"]
|
|
6183
6214
|
}
|
|
6184
6215
|
},
|
|
6185
6216
|
{
|
|
6186
6217
|
"type": "Hidden",
|
|
6187
|
-
"value": "
|
|
6218
|
+
"value": "={\"ref\":repositoryFileReference}",
|
|
6188
6219
|
"binding": {
|
|
6189
6220
|
"type": "zeebe:input",
|
|
6190
|
-
"name": "
|
|
6221
|
+
"name": "queryParameters"
|
|
6191
6222
|
},
|
|
6192
6223
|
"condition": {
|
|
6193
6224
|
"property": "reposOperation",
|
|
@@ -6195,77 +6226,82 @@
|
|
|
6195
6226
|
}
|
|
6196
6227
|
},
|
|
6197
6228
|
{
|
|
6198
|
-
"
|
|
6199
|
-
"
|
|
6200
|
-
"
|
|
6201
|
-
|
|
6202
|
-
"name": "method"
|
|
6203
|
-
},
|
|
6204
|
-
"condition": {
|
|
6205
|
-
"property": "reposOperation",
|
|
6206
|
-
"oneOf": ["updateRepositoryFile"]
|
|
6207
|
-
}
|
|
6208
|
-
},
|
|
6209
|
-
{
|
|
6210
|
-
"type": "Hidden",
|
|
6211
|
-
"value": "post",
|
|
6229
|
+
"label": "Source branch",
|
|
6230
|
+
"group": "operation",
|
|
6231
|
+
"type": "String",
|
|
6232
|
+
"feel": "optional",
|
|
6212
6233
|
"binding": {
|
|
6213
6234
|
"type": "zeebe:input",
|
|
6214
|
-
"name": "
|
|
6235
|
+
"name": "sourceBranch"
|
|
6236
|
+
},
|
|
6237
|
+
"constraints": {
|
|
6238
|
+
"notEmpty": true
|
|
6215
6239
|
},
|
|
6216
6240
|
"condition": {
|
|
6217
|
-
"property": "
|
|
6218
|
-
"oneOf": ["
|
|
6241
|
+
"property": "mergeOperation",
|
|
6242
|
+
"oneOf": ["createMergeRequest"]
|
|
6219
6243
|
}
|
|
6220
6244
|
},
|
|
6221
6245
|
{
|
|
6222
|
-
"
|
|
6223
|
-
"
|
|
6246
|
+
"label": "Target branch",
|
|
6247
|
+
"group": "operation",
|
|
6248
|
+
"type": "String",
|
|
6249
|
+
"feel": "optional",
|
|
6224
6250
|
"binding": {
|
|
6225
6251
|
"type": "zeebe:input",
|
|
6226
|
-
"name": "
|
|
6252
|
+
"name": "targetBranch"
|
|
6253
|
+
},
|
|
6254
|
+
"constraints": {
|
|
6255
|
+
"notEmpty": true
|
|
6227
6256
|
},
|
|
6228
6257
|
"condition": {
|
|
6229
|
-
"property": "
|
|
6230
|
-
"oneOf": ["
|
|
6258
|
+
"property": "mergeOperation",
|
|
6259
|
+
"oneOf": ["createMergeRequest"]
|
|
6231
6260
|
}
|
|
6232
6261
|
},
|
|
6233
6262
|
{
|
|
6234
|
-
"
|
|
6235
|
-
"
|
|
6263
|
+
"label": "Title",
|
|
6264
|
+
"group": "operation",
|
|
6265
|
+
"type": "String",
|
|
6266
|
+
"feel": "optional",
|
|
6236
6267
|
"binding": {
|
|
6237
6268
|
"type": "zeebe:input",
|
|
6238
|
-
"name": "
|
|
6269
|
+
"name": "title"
|
|
6270
|
+
},
|
|
6271
|
+
"constraints": {
|
|
6272
|
+
"notEmpty": true
|
|
6239
6273
|
},
|
|
6240
6274
|
"condition": {
|
|
6241
|
-
"property": "
|
|
6242
|
-
"oneOf": ["
|
|
6275
|
+
"property": "mergeOperation",
|
|
6276
|
+
"oneOf": ["createMergeRequest"]
|
|
6243
6277
|
}
|
|
6244
6278
|
},
|
|
6245
6279
|
{
|
|
6246
|
-
"
|
|
6247
|
-
"
|
|
6280
|
+
"label": "Allow collaboration",
|
|
6281
|
+
"description": "Allow commits from members who can merge to the target branch",
|
|
6282
|
+
"group": "operation",
|
|
6283
|
+
"type": "Boolean",
|
|
6284
|
+
"feel": "optional",
|
|
6285
|
+
"value": "=false",
|
|
6248
6286
|
"binding": {
|
|
6249
6287
|
"type": "zeebe:input",
|
|
6250
|
-
"name": "
|
|
6288
|
+
"name": "allowCollaboration"
|
|
6251
6289
|
},
|
|
6252
6290
|
"condition": {
|
|
6253
|
-
"property": "
|
|
6254
|
-
"oneOf": ["
|
|
6291
|
+
"property": "reposOperation",
|
|
6292
|
+
"oneOf": ["createRepositoryFile"]
|
|
6255
6293
|
}
|
|
6256
6294
|
},
|
|
6257
6295
|
{
|
|
6258
|
-
"label": "
|
|
6259
|
-
"description": "The
|
|
6296
|
+
"label": "Assignee IDs",
|
|
6297
|
+
"description": "The ID of the users to assign the merge request to as an array of numbers",
|
|
6260
6298
|
"group": "operation",
|
|
6261
6299
|
"type": "String",
|
|
6262
6300
|
"feel": "optional",
|
|
6301
|
+
"optional": true,
|
|
6263
6302
|
"binding": {
|
|
6264
6303
|
"type": "zeebe:input",
|
|
6265
|
-
"name": "
|
|
6266
|
-
},
|
|
6267
|
-
"constraints": {
|
|
6268
|
-
"notEmpty": true
|
|
6304
|
+
"name": "assigneeIds"
|
|
6269
6305
|
},
|
|
6270
6306
|
"condition": {
|
|
6271
6307
|
"property": "mergeOperation",
|
|
@@ -6273,1128 +6309,1034 @@
|
|
|
6273
6309
|
}
|
|
6274
6310
|
},
|
|
6275
6311
|
{
|
|
6276
|
-
"label": "
|
|
6277
|
-
"description": "The global ID or URL-encoded path of the project owned by the authenticated user",
|
|
6312
|
+
"label": "Description",
|
|
6278
6313
|
"group": "operation",
|
|
6279
6314
|
"type": "String",
|
|
6280
6315
|
"feel": "optional",
|
|
6316
|
+
"optional": true,
|
|
6281
6317
|
"binding": {
|
|
6282
6318
|
"type": "zeebe:input",
|
|
6283
|
-
"name": "
|
|
6284
|
-
},
|
|
6285
|
-
"constraints": {
|
|
6286
|
-
"notEmpty": true
|
|
6319
|
+
"name": "description"
|
|
6287
6320
|
},
|
|
6288
6321
|
"condition": {
|
|
6289
|
-
"property": "
|
|
6290
|
-
"oneOf": [
|
|
6291
|
-
"createRepositoryFile",
|
|
6292
|
-
"getRepositoryFile",
|
|
6293
|
-
"updateRepositoryFile"
|
|
6294
|
-
]
|
|
6322
|
+
"property": "mergeOperation",
|
|
6323
|
+
"oneOf": ["createMergeRequest"]
|
|
6295
6324
|
}
|
|
6296
6325
|
},
|
|
6297
6326
|
{
|
|
6298
|
-
"label": "
|
|
6299
|
-
"description": "
|
|
6327
|
+
"label": "Labels",
|
|
6328
|
+
"description": "Labels for the merge request, as a comma-separated list",
|
|
6300
6329
|
"group": "operation",
|
|
6301
6330
|
"type": "String",
|
|
6302
6331
|
"feel": "optional",
|
|
6332
|
+
"optional": true,
|
|
6303
6333
|
"binding": {
|
|
6304
6334
|
"type": "zeebe:input",
|
|
6305
|
-
"name": "
|
|
6306
|
-
},
|
|
6307
|
-
"constraints": {
|
|
6308
|
-
"notEmpty": true
|
|
6335
|
+
"name": "labels"
|
|
6309
6336
|
},
|
|
6310
6337
|
"condition": {
|
|
6311
|
-
"property": "
|
|
6312
|
-
"oneOf": [
|
|
6313
|
-
"getRepositoryBranchesByProjectId",
|
|
6314
|
-
"createRepositoryBranch"
|
|
6315
|
-
]
|
|
6338
|
+
"property": "mergeOperation",
|
|
6339
|
+
"oneOf": ["createMergeRequest"]
|
|
6316
6340
|
}
|
|
6317
6341
|
},
|
|
6318
6342
|
{
|
|
6319
|
-
"label": "
|
|
6320
|
-
"description": "The global ID or URL-encoded path of the project owned by the authenticated user",
|
|
6343
|
+
"label": "Milestone ID",
|
|
6321
6344
|
"group": "operation",
|
|
6322
6345
|
"type": "String",
|
|
6323
6346
|
"feel": "optional",
|
|
6347
|
+
"optional": true,
|
|
6324
6348
|
"binding": {
|
|
6325
6349
|
"type": "zeebe:input",
|
|
6326
|
-
"name": "
|
|
6327
|
-
},
|
|
6328
|
-
"constraints": {
|
|
6329
|
-
"notEmpty": true
|
|
6350
|
+
"name": "assigneeIds"
|
|
6330
6351
|
},
|
|
6331
6352
|
"condition": {
|
|
6332
|
-
"property": "
|
|
6333
|
-
"oneOf": [
|
|
6334
|
-
"getReleasesByProjectId",
|
|
6335
|
-
"getReleaseByTagName",
|
|
6336
|
-
"createRelease"
|
|
6337
|
-
]
|
|
6353
|
+
"property": "mergeOperation",
|
|
6354
|
+
"oneOf": ["createMergeRequest"]
|
|
6338
6355
|
}
|
|
6339
6356
|
},
|
|
6340
6357
|
{
|
|
6341
|
-
"label": "
|
|
6342
|
-
"description": "
|
|
6358
|
+
"label": "Remove source branch",
|
|
6359
|
+
"description": "Flag indicating if a merge request should remove the source branch when merging",
|
|
6343
6360
|
"group": "operation",
|
|
6344
|
-
"type": "
|
|
6361
|
+
"type": "Boolean",
|
|
6345
6362
|
"feel": "optional",
|
|
6363
|
+
"value": "=false",
|
|
6346
6364
|
"binding": {
|
|
6347
6365
|
"type": "zeebe:input",
|
|
6348
|
-
"name": "
|
|
6349
|
-
},
|
|
6350
|
-
"constraints": {
|
|
6351
|
-
"notEmpty": true
|
|
6366
|
+
"name": "removeSourceBranch"
|
|
6352
6367
|
},
|
|
6353
6368
|
"condition": {
|
|
6354
|
-
"property": "
|
|
6355
|
-
"oneOf": [
|
|
6356
|
-
"getIssueById",
|
|
6357
|
-
"createAnIssue",
|
|
6358
|
-
"deleteAnIssue",
|
|
6359
|
-
"commentToAnIssue"
|
|
6360
|
-
]
|
|
6369
|
+
"property": "mergeOperation",
|
|
6370
|
+
"oneOf": ["createMergeRequest"]
|
|
6361
6371
|
}
|
|
6362
6372
|
},
|
|
6363
6373
|
{
|
|
6364
|
-
"label": "
|
|
6365
|
-
"description": "The
|
|
6374
|
+
"label": "Reviewer IDs",
|
|
6375
|
+
"description": "The ID of the users added as a reviewer to the merge request as an array of numbers",
|
|
6366
6376
|
"group": "operation",
|
|
6367
6377
|
"type": "String",
|
|
6368
6378
|
"feel": "optional",
|
|
6379
|
+
"optional": true,
|
|
6369
6380
|
"binding": {
|
|
6370
6381
|
"type": "zeebe:input",
|
|
6371
|
-
"name": "
|
|
6372
|
-
},
|
|
6373
|
-
"constraints": {
|
|
6374
|
-
"notEmpty": true
|
|
6382
|
+
"name": "reviewerIds"
|
|
6375
6383
|
},
|
|
6376
6384
|
"condition": {
|
|
6377
|
-
"property": "
|
|
6378
|
-
"oneOf": ["
|
|
6385
|
+
"property": "mergeOperation",
|
|
6386
|
+
"oneOf": ["createMergeRequest"]
|
|
6379
6387
|
}
|
|
6380
6388
|
},
|
|
6381
6389
|
{
|
|
6382
|
-
"
|
|
6383
|
-
"
|
|
6390
|
+
"label": "Squash",
|
|
6391
|
+
"description": "Indicates if the merge request is set to be squashed when merged. Project settings might override this value",
|
|
6392
|
+
"group": "operation",
|
|
6393
|
+
"type": "Boolean",
|
|
6394
|
+
"feel": "optional",
|
|
6395
|
+
"value": "=false",
|
|
6384
6396
|
"binding": {
|
|
6385
6397
|
"type": "zeebe:input",
|
|
6386
|
-
"name": "
|
|
6398
|
+
"name": "squash"
|
|
6387
6399
|
},
|
|
6388
6400
|
"condition": {
|
|
6389
|
-
"property": "
|
|
6390
|
-
"oneOf": ["
|
|
6401
|
+
"property": "mergeOperation",
|
|
6402
|
+
"oneOf": ["createMergeRequest"]
|
|
6391
6403
|
}
|
|
6392
6404
|
},
|
|
6393
6405
|
{
|
|
6394
|
-
"label": "
|
|
6395
|
-
"description": "
|
|
6406
|
+
"label": "Target project ID",
|
|
6407
|
+
"description": "Numeric ID of the target project",
|
|
6396
6408
|
"group": "operation",
|
|
6397
6409
|
"type": "String",
|
|
6398
6410
|
"feel": "optional",
|
|
6411
|
+
"optional": true,
|
|
6399
6412
|
"binding": {
|
|
6400
6413
|
"type": "zeebe:input",
|
|
6401
|
-
"name": "
|
|
6402
|
-
},
|
|
6403
|
-
"constraints": {
|
|
6404
|
-
"notEmpty": true
|
|
6414
|
+
"name": "targetProjectId"
|
|
6405
6415
|
},
|
|
6406
6416
|
"condition": {
|
|
6407
|
-
"property": "
|
|
6408
|
-
"oneOf": ["
|
|
6417
|
+
"property": "mergeOperation",
|
|
6418
|
+
"oneOf": ["createMergeRequest"]
|
|
6409
6419
|
}
|
|
6410
6420
|
},
|
|
6411
6421
|
{
|
|
6412
|
-
"
|
|
6413
|
-
"
|
|
6414
|
-
"group": "operation",
|
|
6415
|
-
"type": "Text",
|
|
6416
|
-
"feel": "optional",
|
|
6422
|
+
"type": "Hidden",
|
|
6423
|
+
"value": "=baseUrl + \"/api/v4/projects/\"+ projectId +\"/merge_requests\"",
|
|
6417
6424
|
"binding": {
|
|
6418
6425
|
"type": "zeebe:input",
|
|
6419
|
-
"name": "
|
|
6420
|
-
},
|
|
6421
|
-
"constraints": {
|
|
6422
|
-
"notEmpty": true
|
|
6426
|
+
"name": "url"
|
|
6423
6427
|
},
|
|
6424
6428
|
"condition": {
|
|
6425
|
-
"property": "
|
|
6426
|
-
"oneOf": ["
|
|
6429
|
+
"property": "mergeOperation",
|
|
6430
|
+
"oneOf": ["createMergeRequest"]
|
|
6427
6431
|
}
|
|
6428
6432
|
},
|
|
6429
6433
|
{
|
|
6430
6434
|
"type": "Hidden",
|
|
6431
|
-
"value": "=
|
|
6435
|
+
"value": "={\"source_branch\": if sourceBranch = null then null else sourceBranch, \"target_branch\": if targetBranch = null then null else targetBranch, \"title\": if title = null then null else title, \"assignee_ids\": if assigneeIds = null then null else assigneeIds, \"description\": if description = null then null else description, \"labels\": if labels = null then null else labels, \"milestone_id\": if milestoneId = null then null else milestoneId, \"remove_source_branch\": if removeSourceBranch = null then null else removeSourceBranch, \"reviewer_ids\": if reviewerIds = null then null else reviewerIds, \"squash\": if squash = null then null else squash, \"target_project_id\": if targetProjectId = null then null else targetProjectId}",
|
|
6432
6436
|
"binding": {
|
|
6433
6437
|
"type": "zeebe:input",
|
|
6434
|
-
"name": "
|
|
6438
|
+
"name": "body"
|
|
6435
6439
|
},
|
|
6436
6440
|
"condition": {
|
|
6437
|
-
"property": "
|
|
6438
|
-
"oneOf": ["
|
|
6441
|
+
"property": "mergeOperation",
|
|
6442
|
+
"oneOf": ["createMergeRequest"]
|
|
6439
6443
|
}
|
|
6440
6444
|
},
|
|
6441
6445
|
{
|
|
6442
6446
|
"type": "Hidden",
|
|
6443
|
-
"value": "
|
|
6447
|
+
"value": "20",
|
|
6444
6448
|
"binding": {
|
|
6445
6449
|
"type": "zeebe:input",
|
|
6446
|
-
"name": "
|
|
6447
|
-
},
|
|
6448
|
-
"condition": {
|
|
6449
|
-
"property": "issueOperation",
|
|
6450
|
-
"oneOf": ["createAnIssue"]
|
|
6450
|
+
"name": "connectionTimeoutInSeconds"
|
|
6451
6451
|
}
|
|
6452
6452
|
},
|
|
6453
6453
|
{
|
|
6454
|
-
"
|
|
6455
|
-
"
|
|
6456
|
-
"
|
|
6457
|
-
"
|
|
6458
|
-
"group": "endpoint",
|
|
6454
|
+
"label": "Result variable",
|
|
6455
|
+
"description": "Name of variable to store the response in. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-variable\" target=\"_blank\">documentation</a>",
|
|
6456
|
+
"group": "output",
|
|
6457
|
+
"type": "String",
|
|
6459
6458
|
"binding": {
|
|
6460
|
-
"
|
|
6461
|
-
"
|
|
6462
|
-
}
|
|
6463
|
-
"value": "true",
|
|
6464
|
-
"type": "Hidden"
|
|
6459
|
+
"type": "zeebe:taskHeader",
|
|
6460
|
+
"key": "resultVariable"
|
|
6461
|
+
}
|
|
6465
6462
|
},
|
|
6466
6463
|
{
|
|
6467
|
-
"label": "
|
|
6468
|
-
"description": "
|
|
6469
|
-
"group": "
|
|
6470
|
-
"type": "
|
|
6471
|
-
"feel": "
|
|
6464
|
+
"label": "Result expression",
|
|
6465
|
+
"description": "Expression to map the response into process variables. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#result-expression\" target=\"_blank\">documentation</a>",
|
|
6466
|
+
"group": "output",
|
|
6467
|
+
"type": "Text",
|
|
6468
|
+
"feel": "required",
|
|
6472
6469
|
"binding": {
|
|
6473
|
-
"type": "zeebe:
|
|
6474
|
-
"
|
|
6475
|
-
},
|
|
6476
|
-
"constraints": {
|
|
6477
|
-
"notEmpty": true
|
|
6478
|
-
},
|
|
6479
|
-
"condition": {
|
|
6480
|
-
"property": "issueOperation",
|
|
6481
|
-
"oneOf": ["deleteAnIssue"]
|
|
6470
|
+
"type": "zeebe:taskHeader",
|
|
6471
|
+
"key": "resultExpression"
|
|
6482
6472
|
}
|
|
6483
6473
|
},
|
|
6474
|
+
{
|
|
6475
|
+
"label": "Error expression",
|
|
6476
|
+
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#bpmn-errors\" target=\"_blank\">documentation</a>",
|
|
6477
|
+
"group": "errors",
|
|
6478
|
+
"type": "Text",
|
|
6479
|
+
"feel": "required",
|
|
6480
|
+
"binding": {
|
|
6481
|
+
"type": "zeebe:taskHeader",
|
|
6482
|
+
"key": "errorExpression"
|
|
6483
|
+
}
|
|
6484
|
+
}
|
|
6485
|
+
]
|
|
6486
|
+
},
|
|
6487
|
+
{
|
|
6488
|
+
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
6489
|
+
"name": "GitLab connector",
|
|
6490
|
+
"id": "io.camunda.connectors.GitLab.v1",
|
|
6491
|
+
"version": 2,
|
|
6492
|
+
"description": "Administer and work with issues and releases",
|
|
6493
|
+
"icon": {
|
|
6494
|
+
"contents": "data:image/svg+xml;utf8,%3Csvg width='18px' height='18px' viewBox='0 -10 256 256' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' preserveAspectRatio='xMidYMid'%3E%3Cg%3E%3Cpath d='M128.07485,236.074667 L128.07485,236.074667 L175.17885,91.1043048 L80.9708495,91.1043048 L128.07485,236.074667 L128.07485,236.074667 Z' fill='%23E24329'%3E%3C/path%3E%3Cpath d='M128.07485,236.074423 L80.9708495,91.104061 L14.9557638,91.104061 L128.07485,236.074423 L128.07485,236.074423 Z' fill='%23FC6D26'%3E%3C/path%3E%3Cpath d='M14.9558857,91.1044267 L14.9558857,91.1044267 L0.641828571,135.159589 C-0.663771429,139.17757 0.766171429,143.57955 4.18438095,146.06275 L128.074971,236.074789 L14.9558857,91.1044267 L14.9558857,91.1044267 Z' fill='%23FCA326'%3E%3C/path%3E%3Cpath d='M14.9558857,91.1045486 L80.9709714,91.1045486 L52.6000762,3.79026286 C51.1408762,-0.703146667 44.7847619,-0.701927619 43.3255619,3.79026286 L14.9558857,91.1045486 L14.9558857,91.1045486 Z' fill='%23E24329'%3E%3C/path%3E%3Cpath d='M128.07485,236.074423 L175.17885,91.104061 L241.193935,91.104061 L128.07485,236.074423 L128.07485,236.074423 Z' fill='%23FC6D26'%3E%3C/path%3E%3Cpath d='M241.193935,91.1044267 L241.193935,91.1044267 L255.507992,135.159589 C256.813592,139.17757 255.38365,143.57955 251.96544,146.06275 L128.07485,236.074789 L241.193935,91.1044267 L241.193935,91.1044267 Z' fill='%23FCA326'%3E%3C/path%3E%3Cpath d='M241.193935,91.1045486 L175.17885,91.1045486 L203.549745,3.79026286 C205.008945,-0.703146667 211.365059,-0.701927619 212.824259,3.79026286 L241.193935,91.1045486 L241.193935,91.1045486 Z' fill='%23E24329'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"
|
|
6495
|
+
},
|
|
6496
|
+
"category": {
|
|
6497
|
+
"id": "connectors",
|
|
6498
|
+
"name": "Connectors"
|
|
6499
|
+
},
|
|
6500
|
+
"appliesTo": ["bpmn:Task"],
|
|
6501
|
+
"elementType": {
|
|
6502
|
+
"value": "bpmn:ServiceTask"
|
|
6503
|
+
},
|
|
6504
|
+
"groups": [
|
|
6505
|
+
{
|
|
6506
|
+
"id": "endpoint",
|
|
6507
|
+
"label": "HTTP endpoint"
|
|
6508
|
+
},
|
|
6509
|
+
{
|
|
6510
|
+
"id": "operation",
|
|
6511
|
+
"label": "Operation"
|
|
6512
|
+
},
|
|
6513
|
+
{
|
|
6514
|
+
"id": "output",
|
|
6515
|
+
"label": "Response mapping"
|
|
6516
|
+
},
|
|
6517
|
+
{
|
|
6518
|
+
"id": "errors",
|
|
6519
|
+
"label": "Error handling"
|
|
6520
|
+
}
|
|
6521
|
+
],
|
|
6522
|
+
"properties": [
|
|
6484
6523
|
{
|
|
6485
6524
|
"type": "Hidden",
|
|
6486
|
-
"value": "
|
|
6525
|
+
"value": "io.camunda:http-json:1",
|
|
6526
|
+
"binding": {
|
|
6527
|
+
"type": "zeebe:taskDefinition",
|
|
6528
|
+
"property": "type"
|
|
6529
|
+
}
|
|
6530
|
+
},
|
|
6531
|
+
{
|
|
6532
|
+
"group": "authentication",
|
|
6533
|
+
"type": "Hidden",
|
|
6534
|
+
"value": "noAuth",
|
|
6487
6535
|
"binding": {
|
|
6488
6536
|
"type": "zeebe:input",
|
|
6489
|
-
"name": "
|
|
6490
|
-
},
|
|
6491
|
-
"condition": {
|
|
6492
|
-
"property": "issueOperation",
|
|
6493
|
-
"oneOf": ["deleteAnIssue"]
|
|
6537
|
+
"name": "authentication.type"
|
|
6494
6538
|
}
|
|
6495
6539
|
},
|
|
6496
6540
|
{
|
|
6497
|
-
"label": "
|
|
6498
|
-
"
|
|
6499
|
-
"group": "operation",
|
|
6541
|
+
"label": "GitLab base URL",
|
|
6542
|
+
"group": "endpoint",
|
|
6500
6543
|
"type": "String",
|
|
6544
|
+
"value": "https://gitlab.example.com",
|
|
6501
6545
|
"feel": "optional",
|
|
6502
6546
|
"binding": {
|
|
6503
6547
|
"type": "zeebe:input",
|
|
6504
|
-
"name": "
|
|
6548
|
+
"name": "baseUrl"
|
|
6505
6549
|
},
|
|
6506
6550
|
"constraints": {
|
|
6507
|
-
"notEmpty": true
|
|
6508
|
-
|
|
6509
|
-
|
|
6510
|
-
|
|
6511
|
-
|
|
6551
|
+
"notEmpty": true,
|
|
6552
|
+
"pattern": {
|
|
6553
|
+
"value": "^(=|(https?://|secrets\\..+|\\{\\{secrets\\..+\\}\\}).*$)",
|
|
6554
|
+
"message": "Must be a http(s) URL"
|
|
6555
|
+
}
|
|
6512
6556
|
}
|
|
6513
6557
|
},
|
|
6514
6558
|
{
|
|
6515
|
-
"label": "
|
|
6516
|
-
"
|
|
6517
|
-
"
|
|
6518
|
-
"type": "Text",
|
|
6559
|
+
"label": "GitLab access token",
|
|
6560
|
+
"group": "endpoint",
|
|
6561
|
+
"type": "String",
|
|
6519
6562
|
"feel": "optional",
|
|
6520
6563
|
"binding": {
|
|
6521
6564
|
"type": "zeebe:input",
|
|
6522
|
-
"name": "
|
|
6565
|
+
"name": "gitlabAccessToken"
|
|
6523
6566
|
},
|
|
6524
6567
|
"constraints": {
|
|
6525
6568
|
"notEmpty": true
|
|
6569
|
+
}
|
|
6570
|
+
},
|
|
6571
|
+
{
|
|
6572
|
+
"type": "Hidden",
|
|
6573
|
+
"value": "={\"PRIVATE-TOKEN\":gitlabAccessToken, \"Content-Type\":\"application/json\"}",
|
|
6574
|
+
"binding": {
|
|
6575
|
+
"type": "zeebe:input",
|
|
6576
|
+
"name": "headers"
|
|
6526
6577
|
},
|
|
6527
|
-
"
|
|
6528
|
-
"
|
|
6529
|
-
"oneOf": ["commentToAnIssue"]
|
|
6578
|
+
"constraints": {
|
|
6579
|
+
"notEmpty": true
|
|
6530
6580
|
}
|
|
6531
6581
|
},
|
|
6532
6582
|
{
|
|
6533
|
-
"label": "
|
|
6534
|
-
"
|
|
6583
|
+
"label": "Operation group",
|
|
6584
|
+
"id": "operationGroup",
|
|
6535
6585
|
"group": "operation",
|
|
6586
|
+
"description": "Choose operation group",
|
|
6536
6587
|
"type": "Dropdown",
|
|
6537
|
-
"value": "false",
|
|
6538
6588
|
"choices": [
|
|
6539
6589
|
{
|
|
6540
|
-
"name": "
|
|
6541
|
-
"value": "
|
|
6590
|
+
"name": "Issues",
|
|
6591
|
+
"value": "issues"
|
|
6542
6592
|
},
|
|
6543
6593
|
{
|
|
6544
|
-
"name": "
|
|
6545
|
-
"value": "
|
|
6594
|
+
"name": "Releases",
|
|
6595
|
+
"value": "releases"
|
|
6546
6596
|
}
|
|
6547
6597
|
],
|
|
6548
6598
|
"binding": {
|
|
6549
6599
|
"type": "zeebe:input",
|
|
6550
|
-
"name": "
|
|
6551
|
-
},
|
|
6552
|
-
"condition": {
|
|
6553
|
-
"property": "issueOperation",
|
|
6554
|
-
"oneOf": ["commentToAnIssue"]
|
|
6555
|
-
}
|
|
6556
|
-
},
|
|
6557
|
-
{
|
|
6558
|
-
"type": "Hidden",
|
|
6559
|
-
"value": "={\"body\":commentBody, \"confidential\":issueIsConfidential}",
|
|
6560
|
-
"binding": {
|
|
6561
|
-
"type": "zeebe:input",
|
|
6562
|
-
"name": "queryParameters"
|
|
6563
|
-
},
|
|
6564
|
-
"condition": {
|
|
6565
|
-
"property": "issueOperation",
|
|
6566
|
-
"oneOf": ["commentToAnIssue"]
|
|
6567
|
-
}
|
|
6568
|
-
},
|
|
6569
|
-
{
|
|
6570
|
-
"type": "Hidden",
|
|
6571
|
-
"value": "=baseUrl + \"/api/v4/projects/\"+ projectId +\"/issues/\" + issueId + \"/notes\"",
|
|
6572
|
-
"binding": {
|
|
6573
|
-
"type": "zeebe:input",
|
|
6574
|
-
"name": "url"
|
|
6575
|
-
},
|
|
6576
|
-
"condition": {
|
|
6577
|
-
"property": "issueOperation",
|
|
6578
|
-
"oneOf": ["commentToAnIssue"]
|
|
6600
|
+
"name": "operationGroup"
|
|
6579
6601
|
}
|
|
6580
6602
|
},
|
|
6581
6603
|
{
|
|
6582
|
-
"label": "
|
|
6583
|
-
"
|
|
6604
|
+
"label": "Operation",
|
|
6605
|
+
"id": "issueOperation",
|
|
6584
6606
|
"group": "operation",
|
|
6607
|
+
"description": "Choose operation to perform",
|
|
6585
6608
|
"type": "Dropdown",
|
|
6586
|
-
"optional": true,
|
|
6587
|
-
"value": "all",
|
|
6588
6609
|
"choices": [
|
|
6589
6610
|
{
|
|
6590
|
-
"name": "
|
|
6591
|
-
"value": "
|
|
6611
|
+
"name": "Get an issue by ID",
|
|
6612
|
+
"value": "getIssueById"
|
|
6592
6613
|
},
|
|
6593
6614
|
{
|
|
6594
|
-
"name": "
|
|
6595
|
-
"value": "
|
|
6615
|
+
"name": "Create an issue",
|
|
6616
|
+
"value": "createAnIssue"
|
|
6596
6617
|
},
|
|
6597
6618
|
{
|
|
6598
|
-
"name": "
|
|
6599
|
-
"value": "
|
|
6619
|
+
"name": "Delete an issue",
|
|
6620
|
+
"value": "deleteAnIssue"
|
|
6621
|
+
},
|
|
6622
|
+
{
|
|
6623
|
+
"name": "Comment to an issue",
|
|
6624
|
+
"value": "commentToAnIssue"
|
|
6625
|
+
},
|
|
6626
|
+
{
|
|
6627
|
+
"name": "Search issues",
|
|
6628
|
+
"value": "searchIssues"
|
|
6600
6629
|
}
|
|
6601
6630
|
],
|
|
6602
6631
|
"binding": {
|
|
6603
6632
|
"type": "zeebe:input",
|
|
6604
|
-
"name": "
|
|
6633
|
+
"name": "operation"
|
|
6605
6634
|
},
|
|
6606
6635
|
"condition": {
|
|
6607
|
-
"property": "
|
|
6608
|
-
"
|
|
6636
|
+
"property": "operationGroup",
|
|
6637
|
+
"equals": "issues"
|
|
6609
6638
|
}
|
|
6610
6639
|
},
|
|
6611
6640
|
{
|
|
6612
|
-
"label": "
|
|
6613
|
-
"
|
|
6641
|
+
"label": "Operation",
|
|
6642
|
+
"id": "releaseOperation",
|
|
6614
6643
|
"group": "operation",
|
|
6644
|
+
"description": "Choose operation to perform",
|
|
6615
6645
|
"type": "Dropdown",
|
|
6616
|
-
"value": "all",
|
|
6617
|
-
"optional": true,
|
|
6618
6646
|
"choices": [
|
|
6619
6647
|
{
|
|
6620
|
-
"name": "
|
|
6621
|
-
"value": "
|
|
6648
|
+
"name": "List all releases by project ID",
|
|
6649
|
+
"value": "getReleasesByProjectId"
|
|
6622
6650
|
},
|
|
6623
6651
|
{
|
|
6624
|
-
"name": "
|
|
6625
|
-
"value": "
|
|
6652
|
+
"name": "Get release by a tag name",
|
|
6653
|
+
"value": "getReleaseByTagName"
|
|
6626
6654
|
},
|
|
6627
6655
|
{
|
|
6628
|
-
"name": "
|
|
6629
|
-
"value": "
|
|
6656
|
+
"name": "Create a release",
|
|
6657
|
+
"value": "createRelease"
|
|
6630
6658
|
}
|
|
6631
6659
|
],
|
|
6632
6660
|
"binding": {
|
|
6633
6661
|
"type": "zeebe:input",
|
|
6634
|
-
"name": "
|
|
6635
|
-
},
|
|
6636
|
-
"condition": {
|
|
6637
|
-
"property": "issueOperation",
|
|
6638
|
-
"oneOf": ["searchIssues"]
|
|
6639
|
-
}
|
|
6640
|
-
},
|
|
6641
|
-
{
|
|
6642
|
-
"label": "Assignee ID",
|
|
6643
|
-
"description": "Return issues assigned to the given user ID. Mutually exclusive with 'Assignee username'. None returns unassigned issues. 'Any' returns issues with an assignee",
|
|
6644
|
-
"group": "operation",
|
|
6645
|
-
"type": "String",
|
|
6646
|
-
"feel": "optional",
|
|
6647
|
-
"optional": true,
|
|
6648
|
-
"binding": {
|
|
6649
|
-
"type": "zeebe:input",
|
|
6650
|
-
"name": "searchIssueAssigneeId"
|
|
6662
|
+
"name": "operation"
|
|
6651
6663
|
},
|
|
6652
6664
|
"condition": {
|
|
6653
|
-
"property": "
|
|
6654
|
-
"
|
|
6665
|
+
"property": "operationGroup",
|
|
6666
|
+
"equals": "releases"
|
|
6655
6667
|
}
|
|
6656
6668
|
},
|
|
6657
6669
|
{
|
|
6658
|
-
"
|
|
6659
|
-
"
|
|
6660
|
-
"group": "operation",
|
|
6661
|
-
"type": "String",
|
|
6662
|
-
"feel": "optional",
|
|
6663
|
-
"optional": true,
|
|
6670
|
+
"type": "Hidden",
|
|
6671
|
+
"value": "get",
|
|
6664
6672
|
"binding": {
|
|
6665
6673
|
"type": "zeebe:input",
|
|
6666
|
-
"name": "
|
|
6674
|
+
"name": "method"
|
|
6667
6675
|
},
|
|
6668
6676
|
"condition": {
|
|
6669
|
-
"property": "
|
|
6670
|
-
"oneOf": ["
|
|
6677
|
+
"property": "releaseOperation",
|
|
6678
|
+
"oneOf": ["getReleasesByProjectId", "getReleaseByTagName"]
|
|
6671
6679
|
}
|
|
6672
6680
|
},
|
|
6673
6681
|
{
|
|
6674
|
-
"
|
|
6675
|
-
"
|
|
6676
|
-
"group": "operation",
|
|
6677
|
-
"type": "String",
|
|
6678
|
-
"feel": "optional",
|
|
6679
|
-
"optional": true,
|
|
6682
|
+
"type": "Hidden",
|
|
6683
|
+
"value": "get",
|
|
6680
6684
|
"binding": {
|
|
6681
6685
|
"type": "zeebe:input",
|
|
6682
|
-
"name": "
|
|
6686
|
+
"name": "method"
|
|
6683
6687
|
},
|
|
6684
6688
|
"condition": {
|
|
6685
6689
|
"property": "issueOperation",
|
|
6686
|
-
"oneOf": ["searchIssues"]
|
|
6690
|
+
"oneOf": ["getIssueById", "searchIssues"]
|
|
6687
6691
|
}
|
|
6688
6692
|
},
|
|
6689
6693
|
{
|
|
6690
|
-
"
|
|
6691
|
-
"
|
|
6692
|
-
"group": "operation",
|
|
6693
|
-
"type": "String",
|
|
6694
|
-
"feel": "optional",
|
|
6695
|
-
"optional": true,
|
|
6694
|
+
"type": "Hidden",
|
|
6695
|
+
"value": "post",
|
|
6696
6696
|
"binding": {
|
|
6697
6697
|
"type": "zeebe:input",
|
|
6698
|
-
"name": "
|
|
6698
|
+
"name": "method"
|
|
6699
6699
|
},
|
|
6700
6700
|
"condition": {
|
|
6701
|
-
"property": "
|
|
6702
|
-
"oneOf": ["
|
|
6701
|
+
"property": "releaseOperation",
|
|
6702
|
+
"oneOf": ["createRelease"]
|
|
6703
6703
|
}
|
|
6704
6704
|
},
|
|
6705
6705
|
{
|
|
6706
6706
|
"type": "Hidden",
|
|
6707
|
-
"value": "
|
|
6707
|
+
"value": "post",
|
|
6708
6708
|
"binding": {
|
|
6709
6709
|
"type": "zeebe:input",
|
|
6710
|
-
"name": "
|
|
6710
|
+
"name": "method"
|
|
6711
6711
|
},
|
|
6712
6712
|
"condition": {
|
|
6713
6713
|
"property": "issueOperation",
|
|
6714
|
-
"oneOf": ["
|
|
6714
|
+
"oneOf": ["commentToAnIssue", "createAnIssue"]
|
|
6715
6715
|
}
|
|
6716
6716
|
},
|
|
6717
6717
|
{
|
|
6718
6718
|
"type": "Hidden",
|
|
6719
|
-
"value": "
|
|
6719
|
+
"value": "delete",
|
|
6720
6720
|
"binding": {
|
|
6721
6721
|
"type": "zeebe:input",
|
|
6722
|
-
"name": "
|
|
6722
|
+
"name": "method"
|
|
6723
6723
|
},
|
|
6724
6724
|
"condition": {
|
|
6725
6725
|
"property": "issueOperation",
|
|
6726
|
-
"oneOf": ["
|
|
6726
|
+
"oneOf": ["deleteAnIssue"]
|
|
6727
6727
|
}
|
|
6728
6728
|
},
|
|
6729
6729
|
{
|
|
6730
|
-
"
|
|
6731
|
-
"
|
|
6730
|
+
"label": "Project ID",
|
|
6731
|
+
"description": "The global ID or URL-encoded path of the project owned by the authenticated user",
|
|
6732
|
+
"group": "operation",
|
|
6733
|
+
"type": "String",
|
|
6734
|
+
"feel": "optional",
|
|
6732
6735
|
"binding": {
|
|
6733
6736
|
"type": "zeebe:input",
|
|
6734
|
-
"name": "
|
|
6737
|
+
"name": "projectId"
|
|
6738
|
+
},
|
|
6739
|
+
"constraints": {
|
|
6740
|
+
"notEmpty": true
|
|
6735
6741
|
},
|
|
6736
6742
|
"condition": {
|
|
6737
|
-
"property": "
|
|
6738
|
-
"oneOf": ["
|
|
6743
|
+
"property": "issueOperation",
|
|
6744
|
+
"oneOf": ["getIssueById"]
|
|
6739
6745
|
}
|
|
6740
6746
|
},
|
|
6741
6747
|
{
|
|
6742
|
-
"label": "
|
|
6743
|
-
"description": "The
|
|
6748
|
+
"label": "Issue ID",
|
|
6749
|
+
"description": "The internal ID of a project’s issue",
|
|
6744
6750
|
"group": "operation",
|
|
6745
6751
|
"type": "String",
|
|
6746
6752
|
"feel": "optional",
|
|
6747
6753
|
"binding": {
|
|
6748
6754
|
"type": "zeebe:input",
|
|
6749
|
-
"name": "
|
|
6755
|
+
"name": "issueId"
|
|
6750
6756
|
},
|
|
6751
6757
|
"constraints": {
|
|
6752
6758
|
"notEmpty": true
|
|
6753
6759
|
},
|
|
6754
6760
|
"condition": {
|
|
6755
|
-
"property": "
|
|
6756
|
-
"oneOf": ["
|
|
6761
|
+
"property": "issueOperation",
|
|
6762
|
+
"oneOf": ["getIssueById"]
|
|
6757
6763
|
}
|
|
6758
6764
|
},
|
|
6759
6765
|
{
|
|
6760
6766
|
"type": "Hidden",
|
|
6761
|
-
"value": "=baseUrl + \"/api/v4/projects/\"+ projectId +\"/
|
|
6767
|
+
"value": "=baseUrl + \"/api/v4/projects/\"+ projectId +\"/issues/\" + issueId",
|
|
6762
6768
|
"binding": {
|
|
6763
6769
|
"type": "zeebe:input",
|
|
6764
6770
|
"name": "url"
|
|
6765
6771
|
},
|
|
6766
6772
|
"condition": {
|
|
6767
|
-
"property": "
|
|
6768
|
-
"oneOf": ["
|
|
6773
|
+
"property": "issueOperation",
|
|
6774
|
+
"oneOf": ["getIssueById"]
|
|
6769
6775
|
}
|
|
6770
6776
|
},
|
|
6771
6777
|
{
|
|
6772
|
-
"label": "
|
|
6773
|
-
"description": "The
|
|
6778
|
+
"label": "Project ID",
|
|
6779
|
+
"description": "The global ID or URL-encoded path of the project owned by the authenticated user",
|
|
6774
6780
|
"group": "operation",
|
|
6775
6781
|
"type": "String",
|
|
6776
6782
|
"feel": "optional",
|
|
6777
6783
|
"binding": {
|
|
6778
6784
|
"type": "zeebe:input",
|
|
6779
|
-
"name": "
|
|
6785
|
+
"name": "projectId"
|
|
6780
6786
|
},
|
|
6781
6787
|
"constraints": {
|
|
6782
6788
|
"notEmpty": true
|
|
6783
6789
|
},
|
|
6784
6790
|
"condition": {
|
|
6785
|
-
"property": "
|
|
6786
|
-
"oneOf": ["
|
|
6791
|
+
"property": "issueOperation",
|
|
6792
|
+
"oneOf": ["createAnIssue"]
|
|
6787
6793
|
}
|
|
6788
6794
|
},
|
|
6789
6795
|
{
|
|
6790
|
-
"label": "
|
|
6791
|
-
"description": "
|
|
6796
|
+
"label": "Title",
|
|
6797
|
+
"description": "The title of an issue",
|
|
6792
6798
|
"group": "operation",
|
|
6793
6799
|
"type": "String",
|
|
6794
6800
|
"feel": "optional",
|
|
6795
6801
|
"binding": {
|
|
6796
6802
|
"type": "zeebe:input",
|
|
6797
|
-
"name": "
|
|
6803
|
+
"name": "issueTitle"
|
|
6798
6804
|
},
|
|
6799
6805
|
"constraints": {
|
|
6800
6806
|
"notEmpty": true
|
|
6801
6807
|
},
|
|
6802
6808
|
"condition": {
|
|
6803
|
-
"property": "
|
|
6804
|
-
"oneOf": ["
|
|
6805
|
-
}
|
|
6806
|
-
},
|
|
6807
|
-
{
|
|
6808
|
-
"label": "Release name",
|
|
6809
|
-
"description": "The release name",
|
|
6810
|
-
"group": "operation",
|
|
6811
|
-
"type": "String",
|
|
6812
|
-
"feel": "optional",
|
|
6813
|
-
"optional": true,
|
|
6814
|
-
"binding": {
|
|
6815
|
-
"type": "zeebe:input",
|
|
6816
|
-
"name": "releaseName"
|
|
6817
|
-
},
|
|
6818
|
-
"condition": {
|
|
6819
|
-
"property": "releaseOperation",
|
|
6820
|
-
"oneOf": ["createRelease"]
|
|
6809
|
+
"property": "issueOperation",
|
|
6810
|
+
"oneOf": ["createAnIssue"]
|
|
6821
6811
|
}
|
|
6822
6812
|
},
|
|
6823
6813
|
{
|
|
6824
6814
|
"label": "Description",
|
|
6825
|
-
"description": "The description of
|
|
6815
|
+
"description": "The description of an issue",
|
|
6826
6816
|
"group": "operation",
|
|
6827
6817
|
"type": "Text",
|
|
6828
6818
|
"feel": "optional",
|
|
6829
|
-
"optional": true,
|
|
6830
|
-
"binding": {
|
|
6831
|
-
"type": "zeebe:input",
|
|
6832
|
-
"name": "releaseDescription"
|
|
6833
|
-
},
|
|
6834
|
-
"condition": {
|
|
6835
|
-
"property": "releaseOperation",
|
|
6836
|
-
"oneOf": ["createRelease"]
|
|
6837
|
-
}
|
|
6838
|
-
},
|
|
6839
|
-
{
|
|
6840
|
-
"type": "Hidden",
|
|
6841
|
-
"value": "=baseUrl + \"/api/v4/projects/\"+ projectId +\"/releases\"",
|
|
6842
|
-
"binding": {
|
|
6843
|
-
"type": "zeebe:input",
|
|
6844
|
-
"name": "url"
|
|
6845
|
-
},
|
|
6846
|
-
"condition": {
|
|
6847
|
-
"property": "releaseOperation",
|
|
6848
|
-
"oneOf": ["createRelease"]
|
|
6849
|
-
}
|
|
6850
|
-
},
|
|
6851
|
-
{
|
|
6852
|
-
"type": "Hidden",
|
|
6853
|
-
"value": "={\"tag_name\": if releaseTagName = null then null else releaseTagName, \"name\": if releaseName = null then null else releaseName, \"description\": if releaseDescription = null then releaseDescription else releaseDescription, \"ref\": if releaseRef = null then null else releaseRef}",
|
|
6854
|
-
"binding": {
|
|
6855
|
-
"type": "zeebe:input",
|
|
6856
|
-
"name": "body"
|
|
6857
|
-
},
|
|
6858
|
-
"condition": {
|
|
6859
|
-
"property": "releaseOperation",
|
|
6860
|
-
"oneOf": ["createRelease"]
|
|
6861
|
-
}
|
|
6862
|
-
},
|
|
6863
|
-
{
|
|
6864
|
-
"label": "Search string",
|
|
6865
|
-
"description": "Return list of branches containing the search string",
|
|
6866
|
-
"group": "operation",
|
|
6867
|
-
"type": "String",
|
|
6868
|
-
"feel": "optional",
|
|
6869
|
-
"optional": true,
|
|
6870
6819
|
"binding": {
|
|
6871
6820
|
"type": "zeebe:input",
|
|
6872
|
-
"name": "
|
|
6821
|
+
"name": "issueDescription"
|
|
6873
6822
|
},
|
|
6874
|
-
"
|
|
6875
|
-
"
|
|
6876
|
-
"oneOf": ["getRepositoryBranchesByProjectId"]
|
|
6877
|
-
}
|
|
6878
|
-
},
|
|
6879
|
-
{
|
|
6880
|
-
"label": "Regular expression",
|
|
6881
|
-
"description": "Return list of branches with names matching a <a href=\"https://github.com/google/re2/wiki/Syntax\" target=\"_blank\">re2</a> regular expression",
|
|
6882
|
-
"group": "operation",
|
|
6883
|
-
"type": "String",
|
|
6884
|
-
"feel": "optional",
|
|
6885
|
-
"optional": true,
|
|
6886
|
-
"binding": {
|
|
6887
|
-
"type": "zeebe:input",
|
|
6888
|
-
"name": "regex"
|
|
6823
|
+
"constraints": {
|
|
6824
|
+
"notEmpty": true
|
|
6889
6825
|
},
|
|
6890
6826
|
"condition": {
|
|
6891
|
-
"property": "
|
|
6892
|
-
"oneOf": ["
|
|
6827
|
+
"property": "issueOperation",
|
|
6828
|
+
"oneOf": ["createAnIssue"]
|
|
6893
6829
|
}
|
|
6894
6830
|
},
|
|
6895
6831
|
{
|
|
6896
6832
|
"type": "Hidden",
|
|
6897
|
-
"value": "=baseUrl + \"/api/v4/projects/\"+ projectId +\"/
|
|
6833
|
+
"value": "=baseUrl + \"/api/v4/projects/\"+ projectId +\"/issues\"",
|
|
6898
6834
|
"binding": {
|
|
6899
6835
|
"type": "zeebe:input",
|
|
6900
6836
|
"name": "url"
|
|
6901
6837
|
},
|
|
6902
6838
|
"condition": {
|
|
6903
|
-
"property": "
|
|
6904
|
-
"oneOf": [
|
|
6905
|
-
"getRepositoryBranchesByProjectId",
|
|
6906
|
-
"createRepositoryBranch"
|
|
6907
|
-
]
|
|
6839
|
+
"property": "issueOperation",
|
|
6840
|
+
"oneOf": ["createAnIssue"]
|
|
6908
6841
|
}
|
|
6909
6842
|
},
|
|
6910
6843
|
{
|
|
6911
6844
|
"type": "Hidden",
|
|
6912
|
-
"value": "={\"
|
|
6845
|
+
"value": "={\"title\":issueTitle, \"description\":issueDescription}",
|
|
6913
6846
|
"binding": {
|
|
6914
6847
|
"type": "zeebe:input",
|
|
6915
6848
|
"name": "queryParameters"
|
|
6916
6849
|
},
|
|
6917
6850
|
"condition": {
|
|
6918
|
-
"property": "
|
|
6919
|
-
"oneOf": ["
|
|
6851
|
+
"property": "issueOperation",
|
|
6852
|
+
"oneOf": ["createAnIssue"]
|
|
6920
6853
|
}
|
|
6921
6854
|
},
|
|
6922
6855
|
{
|
|
6923
|
-
"label": "
|
|
6924
|
-
"description": "
|
|
6856
|
+
"label": "Project ID",
|
|
6857
|
+
"description": "The global ID or URL-encoded path of the project owned by the authenticated user",
|
|
6925
6858
|
"group": "operation",
|
|
6926
6859
|
"type": "String",
|
|
6927
6860
|
"feel": "optional",
|
|
6928
6861
|
"binding": {
|
|
6929
6862
|
"type": "zeebe:input",
|
|
6930
|
-
"name": "
|
|
6863
|
+
"name": "projectId"
|
|
6931
6864
|
},
|
|
6932
6865
|
"constraints": {
|
|
6933
6866
|
"notEmpty": true
|
|
6934
6867
|
},
|
|
6935
6868
|
"condition": {
|
|
6936
|
-
"property": "
|
|
6937
|
-
"oneOf": ["
|
|
6869
|
+
"property": "issueOperation",
|
|
6870
|
+
"oneOf": ["deleteAnIssue"]
|
|
6938
6871
|
}
|
|
6939
6872
|
},
|
|
6940
6873
|
{
|
|
6941
|
-
"label": "
|
|
6942
|
-
"description": "
|
|
6874
|
+
"label": "Issue ID",
|
|
6875
|
+
"description": "The internal ID of a project’s issue",
|
|
6943
6876
|
"group": "operation",
|
|
6944
6877
|
"type": "String",
|
|
6945
6878
|
"feel": "optional",
|
|
6946
6879
|
"binding": {
|
|
6947
6880
|
"type": "zeebe:input",
|
|
6948
|
-
"name": "
|
|
6881
|
+
"name": "issueId"
|
|
6949
6882
|
},
|
|
6950
6883
|
"constraints": {
|
|
6951
6884
|
"notEmpty": true
|
|
6952
6885
|
},
|
|
6953
6886
|
"condition": {
|
|
6954
|
-
"property": "
|
|
6955
|
-
"oneOf": ["
|
|
6887
|
+
"property": "issueOperation",
|
|
6888
|
+
"oneOf": ["deleteAnIssue"]
|
|
6956
6889
|
}
|
|
6957
6890
|
},
|
|
6958
6891
|
{
|
|
6959
6892
|
"type": "Hidden",
|
|
6960
|
-
"value": "=
|
|
6893
|
+
"value": "=baseUrl + \"/api/v4/projects/\"+ projectId +\"/issues/\" + issueId",
|
|
6961
6894
|
"binding": {
|
|
6962
6895
|
"type": "zeebe:input",
|
|
6963
|
-
"name": "
|
|
6896
|
+
"name": "url"
|
|
6964
6897
|
},
|
|
6965
6898
|
"condition": {
|
|
6966
|
-
"property": "
|
|
6967
|
-
"oneOf": ["
|
|
6899
|
+
"property": "issueOperation",
|
|
6900
|
+
"oneOf": ["deleteAnIssue"]
|
|
6968
6901
|
}
|
|
6969
6902
|
},
|
|
6970
6903
|
{
|
|
6971
|
-
"label": "
|
|
6972
|
-
"description": "
|
|
6904
|
+
"label": "Project ID",
|
|
6905
|
+
"description": "The global ID or URL-encoded path of the project owned by the authenticated user",
|
|
6973
6906
|
"group": "operation",
|
|
6974
6907
|
"type": "String",
|
|
6975
6908
|
"feel": "optional",
|
|
6976
6909
|
"binding": {
|
|
6977
6910
|
"type": "zeebe:input",
|
|
6978
|
-
"name": "
|
|
6911
|
+
"name": "projectId"
|
|
6979
6912
|
},
|
|
6980
6913
|
"constraints": {
|
|
6981
6914
|
"notEmpty": true
|
|
6982
6915
|
},
|
|
6983
6916
|
"condition": {
|
|
6984
|
-
"property": "
|
|
6985
|
-
"oneOf": ["
|
|
6917
|
+
"property": "issueOperation",
|
|
6918
|
+
"oneOf": ["commentToAnIssue"]
|
|
6986
6919
|
}
|
|
6987
6920
|
},
|
|
6988
6921
|
{
|
|
6989
|
-
"label": "
|
|
6990
|
-
"description": "
|
|
6922
|
+
"label": "Issue ID",
|
|
6923
|
+
"description": "The internal ID of a project’s issue",
|
|
6991
6924
|
"group": "operation",
|
|
6992
6925
|
"type": "String",
|
|
6993
6926
|
"feel": "optional",
|
|
6994
6927
|
"binding": {
|
|
6995
6928
|
"type": "zeebe:input",
|
|
6996
|
-
"name": "
|
|
6929
|
+
"name": "issueId"
|
|
6997
6930
|
},
|
|
6998
6931
|
"constraints": {
|
|
6999
6932
|
"notEmpty": true
|
|
7000
6933
|
},
|
|
7001
6934
|
"condition": {
|
|
7002
|
-
"property": "
|
|
7003
|
-
"oneOf": ["
|
|
6935
|
+
"property": "issueOperation",
|
|
6936
|
+
"oneOf": ["commentToAnIssue"]
|
|
7004
6937
|
}
|
|
7005
6938
|
},
|
|
7006
6939
|
{
|
|
7007
|
-
"label": "
|
|
6940
|
+
"label": "Note text",
|
|
6941
|
+
"description": "The content of a note",
|
|
7008
6942
|
"group": "operation",
|
|
7009
6943
|
"type": "Text",
|
|
7010
6944
|
"feel": "optional",
|
|
7011
6945
|
"binding": {
|
|
7012
6946
|
"type": "zeebe:input",
|
|
7013
|
-
"name": "
|
|
6947
|
+
"name": "commentBody"
|
|
7014
6948
|
},
|
|
7015
6949
|
"constraints": {
|
|
7016
6950
|
"notEmpty": true
|
|
7017
6951
|
},
|
|
7018
6952
|
"condition": {
|
|
7019
|
-
"property": "
|
|
7020
|
-
"oneOf": ["
|
|
6953
|
+
"property": "issueOperation",
|
|
6954
|
+
"oneOf": ["commentToAnIssue"]
|
|
7021
6955
|
}
|
|
7022
6956
|
},
|
|
7023
6957
|
{
|
|
7024
|
-
"label": "
|
|
7025
|
-
"description": "
|
|
6958
|
+
"label": "Level on confidentiality",
|
|
6959
|
+
"description": "Indicates whether an issue has to be marked as internal or not",
|
|
7026
6960
|
"group": "operation",
|
|
7027
|
-
"type": "
|
|
7028
|
-
"
|
|
6961
|
+
"type": "Dropdown",
|
|
6962
|
+
"value": "false",
|
|
6963
|
+
"choices": [
|
|
6964
|
+
{
|
|
6965
|
+
"name": "Confidential",
|
|
6966
|
+
"value": "true"
|
|
6967
|
+
},
|
|
6968
|
+
{
|
|
6969
|
+
"name": "Non-confidential",
|
|
6970
|
+
"value": "false"
|
|
6971
|
+
}
|
|
6972
|
+
],
|
|
7029
6973
|
"binding": {
|
|
7030
6974
|
"type": "zeebe:input",
|
|
7031
|
-
"name": "
|
|
7032
|
-
},
|
|
7033
|
-
"constraints": {
|
|
7034
|
-
"notEmpty": true
|
|
6975
|
+
"name": "issueIsConfidential"
|
|
7035
6976
|
},
|
|
7036
6977
|
"condition": {
|
|
7037
|
-
"property": "
|
|
7038
|
-
"oneOf": [
|
|
7039
|
-
"createRepositoryFile",
|
|
7040
|
-
"getRepositoryFile",
|
|
7041
|
-
"updateRepositoryFile"
|
|
7042
|
-
]
|
|
6978
|
+
"property": "issueOperation",
|
|
6979
|
+
"oneOf": ["commentToAnIssue"]
|
|
7043
6980
|
}
|
|
7044
6981
|
},
|
|
7045
6982
|
{
|
|
7046
|
-
"
|
|
7047
|
-
"
|
|
7048
|
-
"group": "operation",
|
|
7049
|
-
"type": "String",
|
|
7050
|
-
"feel": "optional",
|
|
7051
|
-
"optional": true,
|
|
6983
|
+
"type": "Hidden",
|
|
6984
|
+
"value": "={\"body\":commentBody, \"confidential\":issueIsConfidential}",
|
|
7052
6985
|
"binding": {
|
|
7053
6986
|
"type": "zeebe:input",
|
|
7054
|
-
"name": "
|
|
6987
|
+
"name": "queryParameters"
|
|
7055
6988
|
},
|
|
7056
6989
|
"condition": {
|
|
7057
|
-
"property": "
|
|
7058
|
-
"oneOf": ["
|
|
6990
|
+
"property": "issueOperation",
|
|
6991
|
+
"oneOf": ["commentToAnIssue"]
|
|
7059
6992
|
}
|
|
7060
6993
|
},
|
|
7061
6994
|
{
|
|
7062
|
-
"
|
|
7063
|
-
"
|
|
7064
|
-
"group": "operation",
|
|
7065
|
-
"type": "String",
|
|
7066
|
-
"feel": "optional",
|
|
7067
|
-
"optional": true,
|
|
6995
|
+
"type": "Hidden",
|
|
6996
|
+
"value": "=baseUrl + \"/api/v4/projects/\"+ projectId +\"/issues/\" + issueId + \"/notes\"",
|
|
7068
6997
|
"binding": {
|
|
7069
6998
|
"type": "zeebe:input",
|
|
7070
|
-
"name": "
|
|
6999
|
+
"name": "url"
|
|
7071
7000
|
},
|
|
7072
7001
|
"condition": {
|
|
7073
|
-
"property": "
|
|
7074
|
-
"oneOf": ["
|
|
7002
|
+
"property": "issueOperation",
|
|
7003
|
+
"oneOf": ["commentToAnIssue"]
|
|
7075
7004
|
}
|
|
7076
7005
|
},
|
|
7077
7006
|
{
|
|
7078
|
-
"label": "
|
|
7079
|
-
"description": "
|
|
7007
|
+
"label": "Scope",
|
|
7008
|
+
"description": "Return issues with the given scope",
|
|
7080
7009
|
"group": "operation",
|
|
7081
|
-
"type": "
|
|
7082
|
-
"feel": "optional",
|
|
7010
|
+
"type": "Dropdown",
|
|
7083
7011
|
"optional": true,
|
|
7012
|
+
"value": "all",
|
|
7013
|
+
"choices": [
|
|
7014
|
+
{
|
|
7015
|
+
"name": "All",
|
|
7016
|
+
"value": "all"
|
|
7017
|
+
},
|
|
7018
|
+
{
|
|
7019
|
+
"name": "Created by access token owner",
|
|
7020
|
+
"value": "created_by_me"
|
|
7021
|
+
},
|
|
7022
|
+
{
|
|
7023
|
+
"name": "Assigned by access token owner",
|
|
7024
|
+
"value": "assigned_to_me"
|
|
7025
|
+
}
|
|
7026
|
+
],
|
|
7084
7027
|
"binding": {
|
|
7085
7028
|
"type": "zeebe:input",
|
|
7086
|
-
"name": "
|
|
7029
|
+
"name": "searchIssueScope"
|
|
7087
7030
|
},
|
|
7088
7031
|
"condition": {
|
|
7089
|
-
"property": "
|
|
7090
|
-
"oneOf": ["
|
|
7032
|
+
"property": "issueOperation",
|
|
7033
|
+
"oneOf": ["searchIssues"]
|
|
7091
7034
|
}
|
|
7092
7035
|
},
|
|
7093
7036
|
{
|
|
7094
|
-
"label": "
|
|
7095
|
-
"description": "
|
|
7037
|
+
"label": "State",
|
|
7038
|
+
"description": "Return all issues or just those that are opened or closed",
|
|
7096
7039
|
"group": "operation",
|
|
7097
|
-
"type": "
|
|
7098
|
-
"
|
|
7099
|
-
"
|
|
7040
|
+
"type": "Dropdown",
|
|
7041
|
+
"value": "all",
|
|
7042
|
+
"optional": true,
|
|
7043
|
+
"choices": [
|
|
7044
|
+
{
|
|
7045
|
+
"name": "All",
|
|
7046
|
+
"value": "all"
|
|
7047
|
+
},
|
|
7048
|
+
{
|
|
7049
|
+
"name": "Opened",
|
|
7050
|
+
"value": "opened"
|
|
7051
|
+
},
|
|
7052
|
+
{
|
|
7053
|
+
"name": "Closed",
|
|
7054
|
+
"value": "closed"
|
|
7055
|
+
}
|
|
7056
|
+
],
|
|
7100
7057
|
"binding": {
|
|
7101
7058
|
"type": "zeebe:input",
|
|
7102
|
-
"name": "
|
|
7059
|
+
"name": "searchIssueState"
|
|
7103
7060
|
},
|
|
7104
7061
|
"condition": {
|
|
7105
|
-
"property": "
|
|
7106
|
-
"oneOf": ["
|
|
7062
|
+
"property": "issueOperation",
|
|
7063
|
+
"oneOf": ["searchIssues"]
|
|
7107
7064
|
}
|
|
7108
7065
|
},
|
|
7109
7066
|
{
|
|
7110
|
-
"label": "
|
|
7111
|
-
"description": "
|
|
7067
|
+
"label": "Assignee ID",
|
|
7068
|
+
"description": "Return issues assigned to the given user ID. Mutually exclusive with 'Assignee username'. None returns unassigned issues. 'Any' returns issues with an assignee",
|
|
7112
7069
|
"group": "operation",
|
|
7113
7070
|
"type": "String",
|
|
7114
7071
|
"feel": "optional",
|
|
7115
7072
|
"optional": true,
|
|
7116
7073
|
"binding": {
|
|
7117
7074
|
"type": "zeebe:input",
|
|
7118
|
-
"name": "
|
|
7075
|
+
"name": "searchIssueAssigneeId"
|
|
7119
7076
|
},
|
|
7120
7077
|
"condition": {
|
|
7121
|
-
"property": "
|
|
7122
|
-
"oneOf": ["
|
|
7078
|
+
"property": "issueOperation",
|
|
7079
|
+
"oneOf": ["searchIssues"]
|
|
7123
7080
|
}
|
|
7124
7081
|
},
|
|
7125
7082
|
{
|
|
7126
|
-
"label": "
|
|
7127
|
-
"description": "
|
|
7083
|
+
"label": "Assignee username",
|
|
7084
|
+
"description": " Return issues assigned to the given username. Similar to 'Assignee ID' and mutually exclusive with 'Assignee ID'",
|
|
7128
7085
|
"group": "operation",
|
|
7129
7086
|
"type": "String",
|
|
7130
7087
|
"feel": "optional",
|
|
7088
|
+
"optional": true,
|
|
7131
7089
|
"binding": {
|
|
7132
7090
|
"type": "zeebe:input",
|
|
7133
|
-
"name": "
|
|
7134
|
-
},
|
|
7135
|
-
"constraints": {
|
|
7136
|
-
"notEmpty": true
|
|
7137
|
-
},
|
|
7138
|
-
"condition": {
|
|
7139
|
-
"property": "branchOperation",
|
|
7140
|
-
"oneOf": ["getRepositoryFile"]
|
|
7141
|
-
}
|
|
7142
|
-
},
|
|
7143
|
-
{
|
|
7144
|
-
"type": "Hidden",
|
|
7145
|
-
"value": "=baseUrl + \"/api/v4/projects/\"+ projectId +\"/repository/files/\" + filePath",
|
|
7146
|
-
"binding": {
|
|
7147
|
-
"type": "zeebe:input",
|
|
7148
|
-
"name": "url"
|
|
7091
|
+
"name": "searchIssueAssigneeUsername"
|
|
7149
7092
|
},
|
|
7150
7093
|
"condition": {
|
|
7151
|
-
"property": "
|
|
7152
|
-
"oneOf": [
|
|
7153
|
-
"createRepositoryFile",
|
|
7154
|
-
"getRepositoryFile",
|
|
7155
|
-
"updateRepositoryFile"
|
|
7156
|
-
]
|
|
7094
|
+
"property": "issueOperation",
|
|
7095
|
+
"oneOf": ["searchIssues"]
|
|
7157
7096
|
}
|
|
7158
7097
|
},
|
|
7159
7098
|
{
|
|
7160
|
-
"
|
|
7161
|
-
"
|
|
7099
|
+
"label": "Author ID",
|
|
7100
|
+
"description": "Return issues created by the given user ID",
|
|
7101
|
+
"group": "operation",
|
|
7102
|
+
"type": "String",
|
|
7103
|
+
"feel": "optional",
|
|
7104
|
+
"optional": true,
|
|
7162
7105
|
"binding": {
|
|
7163
7106
|
"type": "zeebe:input",
|
|
7164
|
-
"name": "
|
|
7107
|
+
"name": "searchIssueAuthorId"
|
|
7165
7108
|
},
|
|
7166
7109
|
"condition": {
|
|
7167
|
-
"property": "
|
|
7168
|
-
"oneOf": ["
|
|
7110
|
+
"property": "issueOperation",
|
|
7111
|
+
"oneOf": ["searchIssues"]
|
|
7169
7112
|
}
|
|
7170
7113
|
},
|
|
7171
7114
|
{
|
|
7172
|
-
"
|
|
7173
|
-
"
|
|
7115
|
+
"label": "Contains text",
|
|
7116
|
+
"description": "Search issues against their title and description",
|
|
7117
|
+
"group": "operation",
|
|
7118
|
+
"type": "String",
|
|
7119
|
+
"feel": "optional",
|
|
7120
|
+
"optional": true,
|
|
7174
7121
|
"binding": {
|
|
7175
7122
|
"type": "zeebe:input",
|
|
7176
|
-
"name": "
|
|
7123
|
+
"name": "searchIssueSearch"
|
|
7177
7124
|
},
|
|
7178
7125
|
"condition": {
|
|
7179
|
-
"property": "
|
|
7180
|
-
"oneOf": ["
|
|
7126
|
+
"property": "issueOperation",
|
|
7127
|
+
"oneOf": ["searchIssues"]
|
|
7181
7128
|
}
|
|
7182
7129
|
},
|
|
7183
7130
|
{
|
|
7184
|
-
"
|
|
7185
|
-
"
|
|
7186
|
-
"type": "String",
|
|
7187
|
-
"feel": "optional",
|
|
7131
|
+
"type": "Hidden",
|
|
7132
|
+
"value": "={\"state\":if searchIssueState = null then null else searchIssueState, \"scope\": if searchIssueScope = null then null else searchIssueScope, \"assignee_id\": if searchIssueAssigneeId = null then null else searchIssueAssigneeId, \"assignee_username\": if searchIssueAssigneeUsername = null then null else searchIssueAssigneeUsername, \"author_id\": if searchIssueAuthorId = null then null else searchIssueAuthorId, \"search\": if searchIssueSearch = null then null else searchIssueSearch}",
|
|
7188
7133
|
"binding": {
|
|
7189
7134
|
"type": "zeebe:input",
|
|
7190
|
-
"name": "
|
|
7191
|
-
},
|
|
7192
|
-
"constraints": {
|
|
7193
|
-
"notEmpty": true
|
|
7135
|
+
"name": "queryParameters"
|
|
7194
7136
|
},
|
|
7195
7137
|
"condition": {
|
|
7196
|
-
"property": "
|
|
7197
|
-
"oneOf": ["
|
|
7138
|
+
"property": "issueOperation",
|
|
7139
|
+
"oneOf": ["searchIssues"]
|
|
7198
7140
|
}
|
|
7199
7141
|
},
|
|
7200
7142
|
{
|
|
7201
|
-
"
|
|
7202
|
-
"
|
|
7203
|
-
"type": "String",
|
|
7204
|
-
"feel": "optional",
|
|
7143
|
+
"type": "Hidden",
|
|
7144
|
+
"value": "=baseUrl + \"/api/v4/issues\"",
|
|
7205
7145
|
"binding": {
|
|
7206
7146
|
"type": "zeebe:input",
|
|
7207
|
-
"name": "
|
|
7208
|
-
},
|
|
7209
|
-
"constraints": {
|
|
7210
|
-
"notEmpty": true
|
|
7147
|
+
"name": "url"
|
|
7211
7148
|
},
|
|
7212
7149
|
"condition": {
|
|
7213
|
-
"property": "
|
|
7214
|
-
"oneOf": ["
|
|
7150
|
+
"property": "issueOperation",
|
|
7151
|
+
"oneOf": ["searchIssues"]
|
|
7215
7152
|
}
|
|
7216
7153
|
},
|
|
7217
7154
|
{
|
|
7218
|
-
"label": "
|
|
7155
|
+
"label": "Project ID",
|
|
7156
|
+
"description": "The global ID or URL-encoded path of the project owned by the authenticated user",
|
|
7219
7157
|
"group": "operation",
|
|
7220
7158
|
"type": "String",
|
|
7221
7159
|
"feel": "optional",
|
|
7222
7160
|
"binding": {
|
|
7223
7161
|
"type": "zeebe:input",
|
|
7224
|
-
"name": "
|
|
7162
|
+
"name": "projectId"
|
|
7225
7163
|
},
|
|
7226
7164
|
"constraints": {
|
|
7227
7165
|
"notEmpty": true
|
|
7228
7166
|
},
|
|
7229
7167
|
"condition": {
|
|
7230
|
-
"property": "
|
|
7231
|
-
"oneOf": ["
|
|
7168
|
+
"property": "releaseOperation",
|
|
7169
|
+
"oneOf": ["getReleasesByProjectId"]
|
|
7232
7170
|
}
|
|
7233
7171
|
},
|
|
7234
7172
|
{
|
|
7235
|
-
"
|
|
7236
|
-
"
|
|
7237
|
-
"group": "operation",
|
|
7238
|
-
"type": "Boolean",
|
|
7239
|
-
"feel": "optional",
|
|
7240
|
-
"value": "=false",
|
|
7173
|
+
"type": "Hidden",
|
|
7174
|
+
"value": "=baseUrl + \"/api/v4/projects/\"+ projectId +\"/releases\"",
|
|
7241
7175
|
"binding": {
|
|
7242
7176
|
"type": "zeebe:input",
|
|
7243
|
-
"name": "
|
|
7177
|
+
"name": "url"
|
|
7244
7178
|
},
|
|
7245
7179
|
"condition": {
|
|
7246
|
-
"property": "
|
|
7247
|
-
"oneOf": ["
|
|
7180
|
+
"property": "releaseOperation",
|
|
7181
|
+
"oneOf": ["getReleasesByProjectId"]
|
|
7248
7182
|
}
|
|
7249
7183
|
},
|
|
7250
7184
|
{
|
|
7251
|
-
"label": "
|
|
7252
|
-
"description": "The ID
|
|
7185
|
+
"label": "Project ID",
|
|
7186
|
+
"description": "The global ID or URL-encoded path of the project owned by the authenticated user",
|
|
7253
7187
|
"group": "operation",
|
|
7254
7188
|
"type": "String",
|
|
7255
7189
|
"feel": "optional",
|
|
7256
|
-
"optional": true,
|
|
7257
7190
|
"binding": {
|
|
7258
7191
|
"type": "zeebe:input",
|
|
7259
|
-
"name": "
|
|
7192
|
+
"name": "projectId"
|
|
7193
|
+
},
|
|
7194
|
+
"constraints": {
|
|
7195
|
+
"notEmpty": true
|
|
7260
7196
|
},
|
|
7261
7197
|
"condition": {
|
|
7262
|
-
"property": "
|
|
7263
|
-
"oneOf": ["
|
|
7198
|
+
"property": "releaseOperation",
|
|
7199
|
+
"oneOf": ["getReleaseByTagName"]
|
|
7264
7200
|
}
|
|
7265
7201
|
},
|
|
7266
7202
|
{
|
|
7267
|
-
"label": "
|
|
7203
|
+
"label": "Tag name",
|
|
7204
|
+
"description": "The Git tag the release is associated with",
|
|
7268
7205
|
"group": "operation",
|
|
7269
7206
|
"type": "String",
|
|
7270
7207
|
"feel": "optional",
|
|
7271
|
-
"optional": true,
|
|
7272
7208
|
"binding": {
|
|
7273
7209
|
"type": "zeebe:input",
|
|
7274
|
-
"name": "
|
|
7210
|
+
"name": "releaseTagName"
|
|
7211
|
+
},
|
|
7212
|
+
"constraints": {
|
|
7213
|
+
"notEmpty": true
|
|
7275
7214
|
},
|
|
7276
7215
|
"condition": {
|
|
7277
|
-
"property": "
|
|
7278
|
-
"oneOf": ["
|
|
7216
|
+
"property": "releaseOperation",
|
|
7217
|
+
"oneOf": ["getReleaseByTagName"]
|
|
7279
7218
|
}
|
|
7280
7219
|
},
|
|
7281
7220
|
{
|
|
7282
|
-
"
|
|
7283
|
-
"
|
|
7284
|
-
"group": "operation",
|
|
7285
|
-
"type": "String",
|
|
7286
|
-
"feel": "optional",
|
|
7287
|
-
"optional": true,
|
|
7221
|
+
"type": "Hidden",
|
|
7222
|
+
"value": "=baseUrl + \"/api/v4/projects/\"+ projectId +\"/releases/\" + releaseTagName",
|
|
7288
7223
|
"binding": {
|
|
7289
7224
|
"type": "zeebe:input",
|
|
7290
|
-
"name": "
|
|
7225
|
+
"name": "url"
|
|
7291
7226
|
},
|
|
7292
7227
|
"condition": {
|
|
7293
|
-
"property": "
|
|
7294
|
-
"oneOf": ["
|
|
7228
|
+
"property": "releaseOperation",
|
|
7229
|
+
"oneOf": ["getReleaseByTagName"]
|
|
7295
7230
|
}
|
|
7296
7231
|
},
|
|
7297
7232
|
{
|
|
7298
|
-
"label": "
|
|
7233
|
+
"label": "Project ID",
|
|
7234
|
+
"description": "The global ID or URL-encoded path of the project owned by the authenticated user",
|
|
7299
7235
|
"group": "operation",
|
|
7300
7236
|
"type": "String",
|
|
7301
7237
|
"feel": "optional",
|
|
7302
|
-
"optional": true,
|
|
7303
7238
|
"binding": {
|
|
7304
7239
|
"type": "zeebe:input",
|
|
7305
|
-
"name": "
|
|
7240
|
+
"name": "projectId"
|
|
7241
|
+
},
|
|
7242
|
+
"constraints": {
|
|
7243
|
+
"notEmpty": true
|
|
7306
7244
|
},
|
|
7307
7245
|
"condition": {
|
|
7308
|
-
"property": "
|
|
7309
|
-
"oneOf": ["
|
|
7246
|
+
"property": "releaseOperation",
|
|
7247
|
+
"oneOf": ["createRelease"]
|
|
7310
7248
|
}
|
|
7311
7249
|
},
|
|
7312
7250
|
{
|
|
7313
|
-
"label": "
|
|
7314
|
-
"description": "
|
|
7251
|
+
"label": "Tag name",
|
|
7252
|
+
"description": "The tag where the release is created from",
|
|
7315
7253
|
"group": "operation",
|
|
7316
|
-
"type": "
|
|
7254
|
+
"type": "String",
|
|
7317
7255
|
"feel": "optional",
|
|
7318
|
-
"value": "=false",
|
|
7319
7256
|
"binding": {
|
|
7320
7257
|
"type": "zeebe:input",
|
|
7321
|
-
"name": "
|
|
7258
|
+
"name": "releaseTagName"
|
|
7259
|
+
},
|
|
7260
|
+
"constraints": {
|
|
7261
|
+
"notEmpty": true
|
|
7322
7262
|
},
|
|
7323
7263
|
"condition": {
|
|
7324
|
-
"property": "
|
|
7325
|
-
"oneOf": ["
|
|
7264
|
+
"property": "releaseOperation",
|
|
7265
|
+
"oneOf": ["createRelease"]
|
|
7326
7266
|
}
|
|
7327
7267
|
},
|
|
7328
7268
|
{
|
|
7329
|
-
"label": "
|
|
7330
|
-
"description": "
|
|
7269
|
+
"label": "Ref",
|
|
7270
|
+
"description": "A commit SHA, another tag name, or a branch name",
|
|
7331
7271
|
"group": "operation",
|
|
7332
7272
|
"type": "String",
|
|
7333
7273
|
"feel": "optional",
|
|
7334
|
-
"optional": true,
|
|
7335
7274
|
"binding": {
|
|
7336
7275
|
"type": "zeebe:input",
|
|
7337
|
-
"name": "
|
|
7276
|
+
"name": "releaseRef"
|
|
7277
|
+
},
|
|
7278
|
+
"constraints": {
|
|
7279
|
+
"notEmpty": true
|
|
7338
7280
|
},
|
|
7339
7281
|
"condition": {
|
|
7340
|
-
"property": "
|
|
7341
|
-
"oneOf": ["
|
|
7282
|
+
"property": "releaseOperation",
|
|
7283
|
+
"oneOf": ["createRelease"]
|
|
7342
7284
|
}
|
|
7343
7285
|
},
|
|
7344
7286
|
{
|
|
7345
|
-
"label": "
|
|
7346
|
-
"description": "
|
|
7287
|
+
"label": "Release name",
|
|
7288
|
+
"description": "The release name",
|
|
7347
7289
|
"group": "operation",
|
|
7348
|
-
"type": "
|
|
7290
|
+
"type": "String",
|
|
7349
7291
|
"feel": "optional",
|
|
7350
|
-
"
|
|
7292
|
+
"optional": true,
|
|
7351
7293
|
"binding": {
|
|
7352
7294
|
"type": "zeebe:input",
|
|
7353
|
-
"name": "
|
|
7295
|
+
"name": "releaseName"
|
|
7354
7296
|
},
|
|
7355
7297
|
"condition": {
|
|
7356
|
-
"property": "
|
|
7357
|
-
"oneOf": ["
|
|
7298
|
+
"property": "releaseOperation",
|
|
7299
|
+
"oneOf": ["createRelease"]
|
|
7358
7300
|
}
|
|
7359
7301
|
},
|
|
7360
7302
|
{
|
|
7361
|
-
"label": "
|
|
7362
|
-
"description": "
|
|
7303
|
+
"label": "Description",
|
|
7304
|
+
"description": "The description of the release",
|
|
7363
7305
|
"group": "operation",
|
|
7364
|
-
"type": "
|
|
7306
|
+
"type": "Text",
|
|
7365
7307
|
"feel": "optional",
|
|
7366
7308
|
"optional": true,
|
|
7367
7309
|
"binding": {
|
|
7368
7310
|
"type": "zeebe:input",
|
|
7369
|
-
"name": "
|
|
7311
|
+
"name": "releaseDescription"
|
|
7370
7312
|
},
|
|
7371
7313
|
"condition": {
|
|
7372
|
-
"property": "
|
|
7373
|
-
"oneOf": ["
|
|
7314
|
+
"property": "releaseOperation",
|
|
7315
|
+
"oneOf": ["createRelease"]
|
|
7374
7316
|
}
|
|
7375
7317
|
},
|
|
7376
7318
|
{
|
|
7377
7319
|
"type": "Hidden",
|
|
7378
|
-
"value": "=baseUrl + \"/api/v4/projects/\"+ projectId +\"/
|
|
7320
|
+
"value": "=baseUrl + \"/api/v4/projects/\"+ projectId +\"/releases\"",
|
|
7379
7321
|
"binding": {
|
|
7380
7322
|
"type": "zeebe:input",
|
|
7381
7323
|
"name": "url"
|
|
7382
7324
|
},
|
|
7383
7325
|
"condition": {
|
|
7384
|
-
"property": "
|
|
7385
|
-
"oneOf": ["
|
|
7326
|
+
"property": "releaseOperation",
|
|
7327
|
+
"oneOf": ["createRelease"]
|
|
7386
7328
|
}
|
|
7387
7329
|
},
|
|
7388
7330
|
{
|
|
7389
7331
|
"type": "Hidden",
|
|
7390
|
-
"value": "={\"
|
|
7332
|
+
"value": "={\"tag_name\": if releaseTagName = null then null else releaseTagName, \"name\": if releaseName = null then null else releaseName, \"description\": if releaseDescription = null then releaseDescription else releaseDescription, \"ref\": if releaseRef = null then null else releaseRef}",
|
|
7391
7333
|
"binding": {
|
|
7392
7334
|
"type": "zeebe:input",
|
|
7393
7335
|
"name": "body"
|
|
7394
7336
|
},
|
|
7395
7337
|
"condition": {
|
|
7396
|
-
"property": "
|
|
7397
|
-
"oneOf": ["
|
|
7338
|
+
"property": "releaseOperation",
|
|
7339
|
+
"oneOf": ["createRelease"]
|
|
7398
7340
|
}
|
|
7399
7341
|
},
|
|
7400
7342
|
{
|
|
@@ -7437,14 +7379,38 @@
|
|
|
7437
7379
|
"key": "errorExpression"
|
|
7438
7380
|
}
|
|
7439
7381
|
}
|
|
7440
|
-
]
|
|
7382
|
+
],
|
|
7383
|
+
"engines": {
|
|
7384
|
+
"camunda": "^8.2"
|
|
7385
|
+
}
|
|
7441
7386
|
},
|
|
7442
7387
|
{
|
|
7443
7388
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
7444
7389
|
"name": "GitLab Outbound Connector",
|
|
7445
7390
|
"id": "io.camunda.connectors.GitLab.v1",
|
|
7446
|
-
"version":
|
|
7447
|
-
"
|
|
7391
|
+
"version": 7,
|
|
7392
|
+
"engines": {
|
|
7393
|
+
"camunda": "^8.3"
|
|
7394
|
+
},
|
|
7395
|
+
"description": "Manage GitLab issues, branches, releases, and more",
|
|
7396
|
+
"metadata": {
|
|
7397
|
+
"keywords": [
|
|
7398
|
+
"create issue",
|
|
7399
|
+
"delete issue",
|
|
7400
|
+
"comment to issue",
|
|
7401
|
+
"search issues",
|
|
7402
|
+
"get issue by ID",
|
|
7403
|
+
"get releases by project ID",
|
|
7404
|
+
"get release by tag name",
|
|
7405
|
+
"create release",
|
|
7406
|
+
"list repository branches",
|
|
7407
|
+
"create repository branch",
|
|
7408
|
+
"create repository file",
|
|
7409
|
+
"get repository file",
|
|
7410
|
+
"update repository file",
|
|
7411
|
+
"create merge request"
|
|
7412
|
+
]
|
|
7413
|
+
},
|
|
7448
7414
|
"icon": {
|
|
7449
7415
|
"contents": "data:image/svg+xml;utf8,%3Csvg width='18px' height='18px' viewBox='0 -10 256 256' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' preserveAspectRatio='xMidYMid'%3E%3Cg%3E%3Cpath d='M128.07485,236.074667 L128.07485,236.074667 L175.17885,91.1043048 L80.9708495,91.1043048 L128.07485,236.074667 L128.07485,236.074667 Z' fill='%23E24329'%3E%3C/path%3E%3Cpath d='M128.07485,236.074423 L80.9708495,91.104061 L14.9557638,91.104061 L128.07485,236.074423 L128.07485,236.074423 Z' fill='%23FC6D26'%3E%3C/path%3E%3Cpath d='M14.9558857,91.1044267 L14.9558857,91.1044267 L0.641828571,135.159589 C-0.663771429,139.17757 0.766171429,143.57955 4.18438095,146.06275 L128.074971,236.074789 L14.9558857,91.1044267 L14.9558857,91.1044267 Z' fill='%23FCA326'%3E%3C/path%3E%3Cpath d='M14.9558857,91.1045486 L80.9709714,91.1045486 L52.6000762,3.79026286 C51.1408762,-0.703146667 44.7847619,-0.701927619 43.3255619,3.79026286 L14.9558857,91.1045486 L14.9558857,91.1045486 Z' fill='%23E24329'%3E%3C/path%3E%3Cpath d='M128.07485,236.074423 L175.17885,91.104061 L241.193935,91.104061 L128.07485,236.074423 L128.07485,236.074423 Z' fill='%23FC6D26'%3E%3C/path%3E%3Cpath d='M241.193935,91.1044267 L241.193935,91.1044267 L255.507992,135.159589 C256.813592,139.17757 255.38365,143.57955 251.96544,146.06275 L128.07485,236.074789 L241.193935,91.1044267 L241.193935,91.1044267 Z' fill='%23FCA326'%3E%3C/path%3E%3Cpath d='M241.193935,91.1045486 L175.17885,91.1045486 L203.549745,3.79026286 C205.008945,-0.703146667 211.365059,-0.701927619 212.824259,3.79026286 L241.193935,91.1045486 L241.193935,91.1045486 Z' fill='%23E24329'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"
|
|
7450
7416
|
},
|
|
@@ -7948,7 +7914,7 @@
|
|
|
7948
7914
|
},
|
|
7949
7915
|
{
|
|
7950
7916
|
"label": "Issue ID",
|
|
7951
|
-
"description": "The internal ID of a project
|
|
7917
|
+
"description": "The internal ID of a project\u2019s issue",
|
|
7952
7918
|
"group": "operation",
|
|
7953
7919
|
"type": "String",
|
|
7954
7920
|
"feel": "optional",
|
|
@@ -8036,9 +8002,22 @@
|
|
|
8036
8002
|
"oneOf": ["createAnIssue"]
|
|
8037
8003
|
}
|
|
8038
8004
|
},
|
|
8005
|
+
{
|
|
8006
|
+
"id": "skipEncoding",
|
|
8007
|
+
"label": "Skip URL encoding",
|
|
8008
|
+
"description": "Skip the default URL decoding and encoding behavior",
|
|
8009
|
+
"optional": true,
|
|
8010
|
+
"group": "endpoint",
|
|
8011
|
+
"binding": {
|
|
8012
|
+
"name": "skipEncoding",
|
|
8013
|
+
"type": "zeebe:input"
|
|
8014
|
+
},
|
|
8015
|
+
"value": "true",
|
|
8016
|
+
"type": "Hidden"
|
|
8017
|
+
},
|
|
8039
8018
|
{
|
|
8040
8019
|
"label": "Issue ID",
|
|
8041
|
-
"description": "The internal ID of a project
|
|
8020
|
+
"description": "The internal ID of a project\u2019s issue",
|
|
8042
8021
|
"group": "operation",
|
|
8043
8022
|
"type": "String",
|
|
8044
8023
|
"feel": "optional",
|
|
@@ -8068,7 +8047,7 @@
|
|
|
8068
8047
|
},
|
|
8069
8048
|
{
|
|
8070
8049
|
"label": "Issue ID",
|
|
8071
|
-
"description": "The internal ID of a project
|
|
8050
|
+
"description": "The internal ID of a project\u2019s issue",
|
|
8072
8051
|
"group": "operation",
|
|
8073
8052
|
"type": "String",
|
|
8074
8053
|
"feel": "optional",
|
|
@@ -9001,7 +8980,7 @@
|
|
|
9001
8980
|
},
|
|
9002
8981
|
{
|
|
9003
8982
|
"label": "Error expression",
|
|
9004
|
-
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors
|
|
8983
|
+
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/#bpmn-errors\" target=\"_blank\">documentation</a>",
|
|
9005
8984
|
"group": "errors",
|
|
9006
8985
|
"type": "Text",
|
|
9007
8986
|
"feel": "required",
|
|
@@ -9009,10 +8988,31 @@
|
|
|
9009
8988
|
"type": "zeebe:taskHeader",
|
|
9010
8989
|
"key": "errorExpression"
|
|
9011
8990
|
}
|
|
8991
|
+
},
|
|
8992
|
+
{
|
|
8993
|
+
"id": "version",
|
|
8994
|
+
"label": "Version",
|
|
8995
|
+
"description": "Version of the element template",
|
|
8996
|
+
"value": "7",
|
|
8997
|
+
"group": "connector",
|
|
8998
|
+
"binding": {
|
|
8999
|
+
"key": "elementTemplateVersion",
|
|
9000
|
+
"type": "zeebe:taskHeader"
|
|
9001
|
+
},
|
|
9002
|
+
"type": "Hidden"
|
|
9003
|
+
},
|
|
9004
|
+
{
|
|
9005
|
+
"id": "id",
|
|
9006
|
+
"label": "ID",
|
|
9007
|
+
"description": "ID of the element template",
|
|
9008
|
+
"value": "io.camunda.connectors.GitLab.v1",
|
|
9009
|
+
"group": "connector",
|
|
9010
|
+
"binding": {
|
|
9011
|
+
"key": "elementTemplateId",
|
|
9012
|
+
"type": "zeebe:taskHeader"
|
|
9013
|
+
},
|
|
9014
|
+
"type": "Hidden"
|
|
9012
9015
|
}
|
|
9013
|
-
]
|
|
9014
|
-
"engines": {
|
|
9015
|
-
"camunda": "^8.5"
|
|
9016
|
-
}
|
|
9016
|
+
]
|
|
9017
9017
|
}
|
|
9018
9018
|
]
|