@camunda/connectors-element-templates 1.0.5 → 1.0.7
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 +4 -2
- package/src/element-templates/agenticai-adhoctoolsschema-outbound-connector.json +171 -13
- package/src/element-templates/agenticai-aiagent-job-worker.json +1618 -0
- package/src/element-templates/agenticai-aiagent-outbound-connector.json +3064 -300
- package/src/element-templates/agenticai-mcp-client-outbound-connector.json +1 -1
- package/src/element-templates/agenticai-mcp-remote-client-outbound-connector.json +2 -1
- package/src/element-templates/asana-connector.json +8 -8
- package/src/element-templates/automation-anywhere-outbound-connector.json +1185 -1179
- package/src/element-templates/aws-dynamodb-outbound-connector.json +77 -77
- package/src/element-templates/aws-eventbridge-connector-boundary.json +20 -20
- package/src/element-templates/aws-eventbridge-connector-intermediate.json +38 -38
- package/src/element-templates/aws-eventbridge-connector-message-start.json +10 -10
- package/src/element-templates/aws-eventbridge-connector-start-event.json +18 -15
- package/src/element-templates/aws-eventbridge-outbound-connector.json +50 -50
- package/src/element-templates/aws-lambda-outbound-connector.json +279 -279
- 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 +486 -486
- package/src/element-templates/aws-sns-inbound-intermediate.json +491 -491
- package/src/element-templates/aws-sns-inbound-message-start.json +98 -98
- package/src/element-templates/aws-sns-inbound-start-event.json +133 -133
- package/src/element-templates/aws-sns-outbound-connector.json +423 -423
- package/src/element-templates/aws-sqs-boundary-connector.json +58 -58
- package/src/element-templates/aws-sqs-inbound-intermediate-connector.json +523 -523
- package/src/element-templates/aws-sqs-outbound-connector.json +692 -692
- package/src/element-templates/aws-sqs-start-event-connector.json +709 -709
- package/src/element-templates/aws-sqs-start-message.json +460 -460
- package/src/element-templates/azure-blobstorage-outbound-connector.json +1 -1
- package/src/element-templates/blue-prism-connector.json +53 -53
- package/src/element-templates/csv-outbound-connector.json +804 -0
- package/src/element-templates/easy-post-connector.json +151 -151
- package/src/element-templates/email-inbound-connector-intermediate.json +19 -19
- package/src/element-templates/email-message-start-event-connector.json +19 -19
- package/src/element-templates/email-outbound-connector.json +199 -199
- package/src/element-templates/embeddings-vector-database-outbound-connector.json +3478 -170
- package/src/element-templates/github-connector.json +277 -277
- package/src/element-templates/github-webhook-connector-intermediate.json +44 -44
- package/src/element-templates/github-webhook-connector-start-event.json +29 -26
- package/src/element-templates/gitlab-connector.json +990 -990
- package/src/element-templates/google-drive-outbound-connector.json +423 -423
- package/src/element-templates/google-gemini-outbound-connector.json +32 -32
- package/src/element-templates/google-maps-platform-connector.json +17 -17
- package/src/element-templates/google-sheets-outbound-connector.json +2550 -2550
- package/src/element-templates/graphql-outbound-connector.json +1179 -1179
- package/src/element-templates/http-json-connector.json +2280 -2280
- package/src/element-templates/http-polling-boundary-catch-event-connector.json +256 -553
- package/src/element-templates/http-polling-connector.json +262 -559
- package/src/element-templates/hugging-face-connector.json +34 -34
- package/src/element-templates/jdbc-outbound-connector.json +402 -0
- package/src/element-templates/kafka-inbound-connector-boundary.json +1052 -1052
- package/src/element-templates/kafka-inbound-connector-intermediate.json +1088 -1088
- package/src/element-templates/kafka-inbound-connector-start-message.json +112 -112
- package/src/element-templates/kafka-inbound-connector.json +3 -0
- package/src/element-templates/kafka-outbound-connector.json +617 -617
- package/src/element-templates/microsoft-office365-mail-connector.json +32 -32
- package/src/element-templates/microsoft-teams-outbound-connector.json +1783 -1783
- package/src/element-templates/openai-connector.json +144 -144
- package/src/element-templates/operate-connector.json +66 -62
- package/src/element-templates/power-automate-connector.json +10 -10
- package/src/element-templates/rabbitmq-inbound-connector-boundary.json +439 -439
- package/src/element-templates/rabbitmq-inbound-connector-intermediate.json +474 -474
- package/src/element-templates/rabbitmq-inbound-connector-message-start.json +11 -11
- package/src/element-templates/rabbitmq-inbound-connector-start-event.json +597 -597
- package/src/element-templates/rabbitmq-outbound-connector.json +622 -622
- package/src/element-templates/salesforce-connector.json +44 -44
- package/src/element-templates/sendgrid-outbound-connector.json +633 -633
- package/src/element-templates/slack-inbound-boundary.json +184 -184
- package/src/element-templates/slack-inbound-intermediate.json +168 -168
- package/src/element-templates/slack-inbound-message-start.json +201 -201
- package/src/element-templates/slack-inbound-start-event.json +320 -317
- package/src/element-templates/slack-outbound-connector.json +1185 -1185
- package/src/element-templates/twilio-connector.json +26 -26
- package/src/element-templates/twilio-webhook-boundary-connector.json +28 -28
- package/src/element-templates/twilio-webhook-connector.json +3 -0
- package/src/element-templates/twilio-webhook-intermediate-connector.json +31 -31
- package/src/element-templates/twilio-webhook-message-start-connector.json +8 -8
- package/src/element-templates/uipath-connector.json +10 -10
- package/src/element-templates/webhook-connector-boundary.json +629 -629
- package/src/element-templates/webhook-connector-intermediate.json +268 -268
- package/src/element-templates/webhook-connector-start-event.json +1563 -1560
- package/src/element-templates/webhook-connector-start-message.json +1258 -1258
- package/src/element-templates/whatsapp-connector.json +39 -39
- package/src/element-templates/idp-extraction-outbound-connector.json +0 -932
|
@@ -3,7 +3,7 @@
|
|
|
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":
|
|
6
|
+
"version": 4,
|
|
7
7
|
"description": "Administer and work with issues, releases, and more",
|
|
8
8
|
"icon": {
|
|
9
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"
|
|
@@ -228,14 +228,6 @@
|
|
|
228
228
|
{
|
|
229
229
|
"name": "Create new file in repository",
|
|
230
230
|
"value": "createRepositoryFile"
|
|
231
|
-
},
|
|
232
|
-
{
|
|
233
|
-
"name": "Get file from repository",
|
|
234
|
-
"value": "getRepositoryFile"
|
|
235
|
-
},
|
|
236
|
-
{
|
|
237
|
-
"name": "Update existing file in repository",
|
|
238
|
-
"value": "updateRepositoryFile"
|
|
239
231
|
}
|
|
240
232
|
],
|
|
241
233
|
"binding": {
|
|
@@ -328,30 +320,6 @@
|
|
|
328
320
|
"oneOf": ["createRepositoryFile"]
|
|
329
321
|
}
|
|
330
322
|
},
|
|
331
|
-
{
|
|
332
|
-
"type": "Hidden",
|
|
333
|
-
"value": "get",
|
|
334
|
-
"binding": {
|
|
335
|
-
"type": "zeebe:input",
|
|
336
|
-
"name": "method"
|
|
337
|
-
},
|
|
338
|
-
"condition": {
|
|
339
|
-
"property": "reposOperation",
|
|
340
|
-
"oneOf": ["getRepositoryFile"]
|
|
341
|
-
}
|
|
342
|
-
},
|
|
343
|
-
{
|
|
344
|
-
"type": "Hidden",
|
|
345
|
-
"value": "put",
|
|
346
|
-
"binding": {
|
|
347
|
-
"type": "zeebe:input",
|
|
348
|
-
"name": "method"
|
|
349
|
-
},
|
|
350
|
-
"condition": {
|
|
351
|
-
"property": "reposOperation",
|
|
352
|
-
"oneOf": ["updateRepositoryFile"]
|
|
353
|
-
}
|
|
354
|
-
},
|
|
355
323
|
{
|
|
356
324
|
"type": "Hidden",
|
|
357
325
|
"value": "post",
|
|
@@ -433,11 +401,7 @@
|
|
|
433
401
|
},
|
|
434
402
|
"condition": {
|
|
435
403
|
"property": "reposOperation",
|
|
436
|
-
"oneOf": [
|
|
437
|
-
"createRepositoryFile",
|
|
438
|
-
"getRepositoryFile",
|
|
439
|
-
"updateRepositoryFile"
|
|
440
|
-
]
|
|
404
|
+
"oneOf": ["createRepositoryFile"]
|
|
441
405
|
}
|
|
442
406
|
},
|
|
443
407
|
{
|
|
@@ -1102,7 +1066,7 @@
|
|
|
1102
1066
|
},
|
|
1103
1067
|
{
|
|
1104
1068
|
"label": "Branch name",
|
|
1105
|
-
"description": "Name of the new branch to
|
|
1069
|
+
"description": "Name of the new branch to create the file in. The commit is added to this branch",
|
|
1106
1070
|
"group": "operation",
|
|
1107
1071
|
"type": "String",
|
|
1108
1072
|
"feel": "optional",
|
|
@@ -1115,12 +1079,12 @@
|
|
|
1115
1079
|
},
|
|
1116
1080
|
"condition": {
|
|
1117
1081
|
"property": "reposOperation",
|
|
1118
|
-
"oneOf": ["createRepositoryFile"
|
|
1082
|
+
"oneOf": ["createRepositoryFile"]
|
|
1119
1083
|
}
|
|
1120
1084
|
},
|
|
1121
1085
|
{
|
|
1122
1086
|
"label": "Commit message",
|
|
1123
|
-
"description": "Message of the commit that
|
|
1087
|
+
"description": "Message of the commit that adds the new file",
|
|
1124
1088
|
"group": "operation",
|
|
1125
1089
|
"type": "String",
|
|
1126
1090
|
"feel": "optional",
|
|
@@ -1133,11 +1097,11 @@
|
|
|
1133
1097
|
},
|
|
1134
1098
|
"condition": {
|
|
1135
1099
|
"property": "reposOperation",
|
|
1136
|
-
"oneOf": ["createRepositoryFile"
|
|
1100
|
+
"oneOf": ["createRepositoryFile"]
|
|
1137
1101
|
}
|
|
1138
1102
|
},
|
|
1139
1103
|
{
|
|
1140
|
-
"label": "
|
|
1104
|
+
"label": "Content",
|
|
1141
1105
|
"group": "operation",
|
|
1142
1106
|
"type": "Text",
|
|
1143
1107
|
"feel": "optional",
|
|
@@ -1150,12 +1114,12 @@
|
|
|
1150
1114
|
},
|
|
1151
1115
|
"condition": {
|
|
1152
1116
|
"property": "reposOperation",
|
|
1153
|
-
"oneOf": ["createRepositoryFile"
|
|
1117
|
+
"oneOf": ["createRepositoryFile"]
|
|
1154
1118
|
}
|
|
1155
1119
|
},
|
|
1156
1120
|
{
|
|
1157
1121
|
"label": "File path",
|
|
1158
|
-
"description": "URL-encoded full path to
|
|
1122
|
+
"description": "URL-encoded full path to new file. For example, lib%2Fclass%2Erb",
|
|
1159
1123
|
"group": "operation",
|
|
1160
1124
|
"type": "String",
|
|
1161
1125
|
"feel": "optional",
|
|
@@ -1168,11 +1132,7 @@
|
|
|
1168
1132
|
},
|
|
1169
1133
|
"condition": {
|
|
1170
1134
|
"property": "reposOperation",
|
|
1171
|
-
"oneOf": [
|
|
1172
|
-
"createRepositoryFile",
|
|
1173
|
-
"getRepositoryFile",
|
|
1174
|
-
"updateRepositoryFile"
|
|
1175
|
-
]
|
|
1135
|
+
"oneOf": ["createRepositoryFile"]
|
|
1176
1136
|
}
|
|
1177
1137
|
},
|
|
1178
1138
|
{
|
|
@@ -1188,7 +1148,7 @@
|
|
|
1188
1148
|
},
|
|
1189
1149
|
"condition": {
|
|
1190
1150
|
"property": "reposOperation",
|
|
1191
|
-
"oneOf": ["createRepositoryFile"
|
|
1151
|
+
"oneOf": ["createRepositoryFile"]
|
|
1192
1152
|
}
|
|
1193
1153
|
},
|
|
1194
1154
|
{
|
|
@@ -1204,7 +1164,7 @@
|
|
|
1204
1164
|
},
|
|
1205
1165
|
"condition": {
|
|
1206
1166
|
"property": "reposOperation",
|
|
1207
|
-
"oneOf": ["createRepositoryFile"
|
|
1167
|
+
"oneOf": ["createRepositoryFile"]
|
|
1208
1168
|
}
|
|
1209
1169
|
},
|
|
1210
1170
|
{
|
|
@@ -1220,7 +1180,7 @@
|
|
|
1220
1180
|
},
|
|
1221
1181
|
"condition": {
|
|
1222
1182
|
"property": "reposOperation",
|
|
1223
|
-
"oneOf": ["createRepositoryFile"
|
|
1183
|
+
"oneOf": ["createRepositoryFile"]
|
|
1224
1184
|
}
|
|
1225
1185
|
},
|
|
1226
1186
|
{
|
|
@@ -1236,12 +1196,12 @@
|
|
|
1236
1196
|
},
|
|
1237
1197
|
"condition": {
|
|
1238
1198
|
"property": "reposOperation",
|
|
1239
|
-
"oneOf": ["createRepositoryFile"
|
|
1199
|
+
"oneOf": ["createRepositoryFile"]
|
|
1240
1200
|
}
|
|
1241
1201
|
},
|
|
1242
1202
|
{
|
|
1243
1203
|
"label": "Start branch",
|
|
1244
|
-
"description": "Name of the
|
|
1204
|
+
"description": "Name of the branch to start the new branch from",
|
|
1245
1205
|
"group": "operation",
|
|
1246
1206
|
"type": "String",
|
|
1247
1207
|
"feel": "optional",
|
|
@@ -1252,25 +1212,7 @@
|
|
|
1252
1212
|
},
|
|
1253
1213
|
"condition": {
|
|
1254
1214
|
"property": "reposOperation",
|
|
1255
|
-
"oneOf": ["createRepositoryFile"
|
|
1256
|
-
}
|
|
1257
|
-
},
|
|
1258
|
-
{
|
|
1259
|
-
"label": "Reference",
|
|
1260
|
-
"description": "Name of the branch, tag or commit the file is fetched from",
|
|
1261
|
-
"group": "operation",
|
|
1262
|
-
"type": "String",
|
|
1263
|
-
"feel": "optional",
|
|
1264
|
-
"binding": {
|
|
1265
|
-
"type": "zeebe:input",
|
|
1266
|
-
"name": "repositoryFileReference"
|
|
1267
|
-
},
|
|
1268
|
-
"constraints": {
|
|
1269
|
-
"notEmpty": true
|
|
1270
|
-
},
|
|
1271
|
-
"condition": {
|
|
1272
|
-
"property": "branchOperation",
|
|
1273
|
-
"oneOf": ["getRepositoryFile"]
|
|
1215
|
+
"oneOf": ["createRepositoryFile"]
|
|
1274
1216
|
}
|
|
1275
1217
|
},
|
|
1276
1218
|
{
|
|
@@ -1282,11 +1224,7 @@
|
|
|
1282
1224
|
},
|
|
1283
1225
|
"condition": {
|
|
1284
1226
|
"property": "reposOperation",
|
|
1285
|
-
"oneOf": [
|
|
1286
|
-
"createRepositoryFile",
|
|
1287
|
-
"getRepositoryFile",
|
|
1288
|
-
"updateRepositoryFile"
|
|
1289
|
-
]
|
|
1227
|
+
"oneOf": ["createRepositoryFile"]
|
|
1290
1228
|
}
|
|
1291
1229
|
},
|
|
1292
1230
|
{
|
|
@@ -1298,19 +1236,7 @@
|
|
|
1298
1236
|
},
|
|
1299
1237
|
"condition": {
|
|
1300
1238
|
"property": "reposOperation",
|
|
1301
|
-
"oneOf": ["createRepositoryFile"
|
|
1302
|
-
}
|
|
1303
|
-
},
|
|
1304
|
-
{
|
|
1305
|
-
"type": "Hidden",
|
|
1306
|
-
"value": "={\"ref\":repositoryFileReference}",
|
|
1307
|
-
"binding": {
|
|
1308
|
-
"type": "zeebe:input",
|
|
1309
|
-
"name": "queryParameters"
|
|
1310
|
-
},
|
|
1311
|
-
"condition": {
|
|
1312
|
-
"property": "reposOperation",
|
|
1313
|
-
"oneOf": ["getRepositoryFile"]
|
|
1239
|
+
"oneOf": ["createRepositoryFile"]
|
|
1314
1240
|
}
|
|
1315
1241
|
},
|
|
1316
1242
|
{
|
|
@@ -1561,7 +1487,7 @@
|
|
|
1561
1487
|
},
|
|
1562
1488
|
{
|
|
1563
1489
|
"label": "Error expression",
|
|
1564
|
-
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors
|
|
1490
|
+
"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>",
|
|
1565
1491
|
"group": "errors",
|
|
1566
1492
|
"type": "Text",
|
|
1567
1493
|
"feel": "required",
|
|
@@ -3184,9 +3110,9 @@
|
|
|
3184
3110
|
},
|
|
3185
3111
|
{
|
|
3186
3112
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
3187
|
-
"name": "GitLab
|
|
3113
|
+
"name": "GitLab connector",
|
|
3188
3114
|
"id": "io.camunda.connectors.GitLab.v1",
|
|
3189
|
-
"version":
|
|
3115
|
+
"version": 1,
|
|
3190
3116
|
"description": "Administer and work with issues and releases",
|
|
3191
3117
|
"icon": {
|
|
3192
3118
|
"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"
|
|
@@ -3248,8 +3174,8 @@
|
|
|
3248
3174
|
"constraints": {
|
|
3249
3175
|
"notEmpty": true,
|
|
3250
3176
|
"pattern": {
|
|
3251
|
-
"value": "^(=|(https
|
|
3252
|
-
"message": "Must be a http(s) URL"
|
|
3177
|
+
"value": "^(=|(http://|https://|secrets).*$)",
|
|
3178
|
+
"message": "Must be a http(s) URL."
|
|
3253
3179
|
}
|
|
3254
3180
|
}
|
|
3255
3181
|
},
|
|
@@ -4086,8 +4012,8 @@
|
|
|
4086
4012
|
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4087
4013
|
"name": "GitLab Outbound Connector",
|
|
4088
4014
|
"id": "io.camunda.connectors.GitLab.v1",
|
|
4089
|
-
"version":
|
|
4090
|
-
"description": "Administer and work with issues
|
|
4015
|
+
"version": 3,
|
|
4016
|
+
"description": "Administer and work with issues and releases",
|
|
4091
4017
|
"icon": {
|
|
4092
4018
|
"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"
|
|
4093
4019
|
},
|
|
@@ -4191,18 +4117,6 @@
|
|
|
4191
4117
|
{
|
|
4192
4118
|
"name": "Releases",
|
|
4193
4119
|
"value": "releases"
|
|
4194
|
-
},
|
|
4195
|
-
{
|
|
4196
|
-
"name": "Branches",
|
|
4197
|
-
"value": "branches"
|
|
4198
|
-
},
|
|
4199
|
-
{
|
|
4200
|
-
"name": "Repository files",
|
|
4201
|
-
"value": "repositoryFiles"
|
|
4202
|
-
},
|
|
4203
|
-
{
|
|
4204
|
-
"name": "Merge requests",
|
|
4205
|
-
"value": "mergeRequests"
|
|
4206
4120
|
}
|
|
4207
4121
|
],
|
|
4208
4122
|
"binding": {
|
|
@@ -4276,85 +4190,6 @@
|
|
|
4276
4190
|
"equals": "releases"
|
|
4277
4191
|
}
|
|
4278
4192
|
},
|
|
4279
|
-
{
|
|
4280
|
-
"label": "Operation",
|
|
4281
|
-
"id": "branchOperation",
|
|
4282
|
-
"group": "operation",
|
|
4283
|
-
"description": "Choose operation to perform",
|
|
4284
|
-
"type": "Dropdown",
|
|
4285
|
-
"choices": [
|
|
4286
|
-
{
|
|
4287
|
-
"name": "List repository branches",
|
|
4288
|
-
"value": "getRepositoryBranchesByProjectId"
|
|
4289
|
-
},
|
|
4290
|
-
{
|
|
4291
|
-
"name": "Create repository branch",
|
|
4292
|
-
"value": "createRepositoryBranch"
|
|
4293
|
-
}
|
|
4294
|
-
],
|
|
4295
|
-
"binding": {
|
|
4296
|
-
"type": "zeebe:input",
|
|
4297
|
-
"name": "operation"
|
|
4298
|
-
},
|
|
4299
|
-
"condition": {
|
|
4300
|
-
"property": "operationGroup",
|
|
4301
|
-
"equals": "branches"
|
|
4302
|
-
}
|
|
4303
|
-
},
|
|
4304
|
-
{
|
|
4305
|
-
"label": "Operation",
|
|
4306
|
-
"id": "reposOperation",
|
|
4307
|
-
"group": "operation",
|
|
4308
|
-
"description": "Choose operation to perform",
|
|
4309
|
-
"type": "Dropdown",
|
|
4310
|
-
"choices": [
|
|
4311
|
-
{
|
|
4312
|
-
"name": "Create new file in repository",
|
|
4313
|
-
"value": "createRepositoryFile"
|
|
4314
|
-
}
|
|
4315
|
-
],
|
|
4316
|
-
"binding": {
|
|
4317
|
-
"type": "zeebe:input",
|
|
4318
|
-
"name": "operation"
|
|
4319
|
-
},
|
|
4320
|
-
"condition": {
|
|
4321
|
-
"property": "operationGroup",
|
|
4322
|
-
"equals": "repositoryFiles"
|
|
4323
|
-
}
|
|
4324
|
-
},
|
|
4325
|
-
{
|
|
4326
|
-
"label": "Operation",
|
|
4327
|
-
"id": "mergeOperation",
|
|
4328
|
-
"group": "operation",
|
|
4329
|
-
"description": "Choose operation to perform",
|
|
4330
|
-
"type": "Dropdown",
|
|
4331
|
-
"choices": [
|
|
4332
|
-
{
|
|
4333
|
-
"name": "Create merge request",
|
|
4334
|
-
"value": "createMergeRequest"
|
|
4335
|
-
}
|
|
4336
|
-
],
|
|
4337
|
-
"binding": {
|
|
4338
|
-
"type": "zeebe:input",
|
|
4339
|
-
"name": "operation"
|
|
4340
|
-
},
|
|
4341
|
-
"condition": {
|
|
4342
|
-
"property": "operationGroup",
|
|
4343
|
-
"equals": "mergeRequests"
|
|
4344
|
-
}
|
|
4345
|
-
},
|
|
4346
|
-
{
|
|
4347
|
-
"type": "Hidden",
|
|
4348
|
-
"value": "get",
|
|
4349
|
-
"binding": {
|
|
4350
|
-
"type": "zeebe:input",
|
|
4351
|
-
"name": "method"
|
|
4352
|
-
},
|
|
4353
|
-
"condition": {
|
|
4354
|
-
"property": "branchOperation",
|
|
4355
|
-
"oneOf": ["getRepositoryBranchesByProjectId"]
|
|
4356
|
-
}
|
|
4357
|
-
},
|
|
4358
4193
|
{
|
|
4359
4194
|
"type": "Hidden",
|
|
4360
4195
|
"value": "get",
|
|
@@ -4379,42 +4214,6 @@
|
|
|
4379
4214
|
"oneOf": ["getIssueById", "searchIssues"]
|
|
4380
4215
|
}
|
|
4381
4216
|
},
|
|
4382
|
-
{
|
|
4383
|
-
"type": "Hidden",
|
|
4384
|
-
"value": "post",
|
|
4385
|
-
"binding": {
|
|
4386
|
-
"type": "zeebe:input",
|
|
4387
|
-
"name": "method"
|
|
4388
|
-
},
|
|
4389
|
-
"condition": {
|
|
4390
|
-
"property": "mergeOperation",
|
|
4391
|
-
"oneOf": ["createMergeRequest"]
|
|
4392
|
-
}
|
|
4393
|
-
},
|
|
4394
|
-
{
|
|
4395
|
-
"type": "Hidden",
|
|
4396
|
-
"value": "post",
|
|
4397
|
-
"binding": {
|
|
4398
|
-
"type": "zeebe:input",
|
|
4399
|
-
"name": "method"
|
|
4400
|
-
},
|
|
4401
|
-
"condition": {
|
|
4402
|
-
"property": "reposOperation",
|
|
4403
|
-
"oneOf": ["createRepositoryFile"]
|
|
4404
|
-
}
|
|
4405
|
-
},
|
|
4406
|
-
{
|
|
4407
|
-
"type": "Hidden",
|
|
4408
|
-
"value": "post",
|
|
4409
|
-
"binding": {
|
|
4410
|
-
"type": "zeebe:input",
|
|
4411
|
-
"name": "method"
|
|
4412
|
-
},
|
|
4413
|
-
"condition": {
|
|
4414
|
-
"property": "branchOperation",
|
|
4415
|
-
"oneOf": ["createRepositoryBranch"]
|
|
4416
|
-
}
|
|
4417
|
-
},
|
|
4418
4217
|
{
|
|
4419
4218
|
"type": "Hidden",
|
|
4420
4219
|
"value": "post",
|
|
@@ -4465,69 +4264,38 @@
|
|
|
4465
4264
|
"notEmpty": true
|
|
4466
4265
|
},
|
|
4467
4266
|
"condition": {
|
|
4468
|
-
"property": "
|
|
4469
|
-
"oneOf": ["
|
|
4267
|
+
"property": "issueOperation",
|
|
4268
|
+
"oneOf": ["getIssueById"]
|
|
4470
4269
|
}
|
|
4471
4270
|
},
|
|
4472
4271
|
{
|
|
4473
|
-
"label": "
|
|
4474
|
-
"description": "The
|
|
4475
|
-
"group": "operation",
|
|
4476
|
-
"type": "String",
|
|
4477
|
-
"feel": "optional",
|
|
4478
|
-
"binding": {
|
|
4479
|
-
"type": "zeebe:input",
|
|
4480
|
-
"name": "projectId"
|
|
4481
|
-
},
|
|
4482
|
-
"constraints": {
|
|
4483
|
-
"notEmpty": true
|
|
4484
|
-
},
|
|
4485
|
-
"condition": {
|
|
4486
|
-
"property": "reposOperation",
|
|
4487
|
-
"oneOf": ["createRepositoryFile"]
|
|
4488
|
-
}
|
|
4489
|
-
},
|
|
4490
|
-
{
|
|
4491
|
-
"label": "Project ID",
|
|
4492
|
-
"description": "The global ID or URL-encoded path of the project owned by the authenticated user",
|
|
4272
|
+
"label": "Issue ID",
|
|
4273
|
+
"description": "The internal ID of a project’s issue",
|
|
4493
4274
|
"group": "operation",
|
|
4494
4275
|
"type": "String",
|
|
4495
4276
|
"feel": "optional",
|
|
4496
4277
|
"binding": {
|
|
4497
4278
|
"type": "zeebe:input",
|
|
4498
|
-
"name": "
|
|
4279
|
+
"name": "issueId"
|
|
4499
4280
|
},
|
|
4500
4281
|
"constraints": {
|
|
4501
4282
|
"notEmpty": true
|
|
4502
4283
|
},
|
|
4503
4284
|
"condition": {
|
|
4504
|
-
"property": "
|
|
4505
|
-
"oneOf": [
|
|
4506
|
-
"getRepositoryBranchesByProjectId",
|
|
4507
|
-
"createRepositoryBranch"
|
|
4508
|
-
]
|
|
4285
|
+
"property": "issueOperation",
|
|
4286
|
+
"oneOf": ["getIssueById"]
|
|
4509
4287
|
}
|
|
4510
4288
|
},
|
|
4511
4289
|
{
|
|
4512
|
-
"
|
|
4513
|
-
"
|
|
4514
|
-
"group": "operation",
|
|
4515
|
-
"type": "String",
|
|
4516
|
-
"feel": "optional",
|
|
4290
|
+
"type": "Hidden",
|
|
4291
|
+
"value": "=baseUrl + \"/api/v4/projects/\"+ projectId +\"/issues/\" + issueId",
|
|
4517
4292
|
"binding": {
|
|
4518
4293
|
"type": "zeebe:input",
|
|
4519
|
-
"name": "
|
|
4520
|
-
},
|
|
4521
|
-
"constraints": {
|
|
4522
|
-
"notEmpty": true
|
|
4294
|
+
"name": "url"
|
|
4523
4295
|
},
|
|
4524
4296
|
"condition": {
|
|
4525
|
-
"property": "
|
|
4526
|
-
"oneOf": [
|
|
4527
|
-
"getReleasesByProjectId",
|
|
4528
|
-
"getReleaseByTagName",
|
|
4529
|
-
"createRelease"
|
|
4530
|
-
]
|
|
4297
|
+
"property": "issueOperation",
|
|
4298
|
+
"oneOf": ["getIssueById"]
|
|
4531
4299
|
}
|
|
4532
4300
|
},
|
|
4533
4301
|
{
|
|
@@ -4545,42 +4313,7 @@
|
|
|
4545
4313
|
},
|
|
4546
4314
|
"condition": {
|
|
4547
4315
|
"property": "issueOperation",
|
|
4548
|
-
"oneOf": [
|
|
4549
|
-
"getIssueById",
|
|
4550
|
-
"createAnIssue",
|
|
4551
|
-
"deleteAnIssue",
|
|
4552
|
-
"commentToAnIssue"
|
|
4553
|
-
]
|
|
4554
|
-
}
|
|
4555
|
-
},
|
|
4556
|
-
{
|
|
4557
|
-
"label": "Issue ID",
|
|
4558
|
-
"description": "The internal ID of a project’s issue",
|
|
4559
|
-
"group": "operation",
|
|
4560
|
-
"type": "String",
|
|
4561
|
-
"feel": "optional",
|
|
4562
|
-
"binding": {
|
|
4563
|
-
"type": "zeebe:input",
|
|
4564
|
-
"name": "issueId"
|
|
4565
|
-
},
|
|
4566
|
-
"constraints": {
|
|
4567
|
-
"notEmpty": true
|
|
4568
|
-
},
|
|
4569
|
-
"condition": {
|
|
4570
|
-
"property": "issueOperation",
|
|
4571
|
-
"oneOf": ["getIssueById"]
|
|
4572
|
-
}
|
|
4573
|
-
},
|
|
4574
|
-
{
|
|
4575
|
-
"type": "Hidden",
|
|
4576
|
-
"value": "=baseUrl + \"/api/v4/projects/\"+ projectId +\"/issues/\" + issueId",
|
|
4577
|
-
"binding": {
|
|
4578
|
-
"type": "zeebe:input",
|
|
4579
|
-
"name": "url"
|
|
4580
|
-
},
|
|
4581
|
-
"condition": {
|
|
4582
|
-
"property": "issueOperation",
|
|
4583
|
-
"oneOf": ["getIssueById"]
|
|
4316
|
+
"oneOf": ["createAnIssue"]
|
|
4584
4317
|
}
|
|
4585
4318
|
},
|
|
4586
4319
|
{
|
|
@@ -4643,6 +4376,24 @@
|
|
|
4643
4376
|
"oneOf": ["createAnIssue"]
|
|
4644
4377
|
}
|
|
4645
4378
|
},
|
|
4379
|
+
{
|
|
4380
|
+
"label": "Project ID",
|
|
4381
|
+
"description": "The global ID or URL-encoded path of the project owned by the authenticated user",
|
|
4382
|
+
"group": "operation",
|
|
4383
|
+
"type": "String",
|
|
4384
|
+
"feel": "optional",
|
|
4385
|
+
"binding": {
|
|
4386
|
+
"type": "zeebe:input",
|
|
4387
|
+
"name": "projectId"
|
|
4388
|
+
},
|
|
4389
|
+
"constraints": {
|
|
4390
|
+
"notEmpty": true
|
|
4391
|
+
},
|
|
4392
|
+
"condition": {
|
|
4393
|
+
"property": "issueOperation",
|
|
4394
|
+
"oneOf": ["deleteAnIssue"]
|
|
4395
|
+
}
|
|
4396
|
+
},
|
|
4646
4397
|
{
|
|
4647
4398
|
"label": "Issue ID",
|
|
4648
4399
|
"description": "The internal ID of a project’s issue",
|
|
@@ -4673,6 +4424,24 @@
|
|
|
4673
4424
|
"oneOf": ["deleteAnIssue"]
|
|
4674
4425
|
}
|
|
4675
4426
|
},
|
|
4427
|
+
{
|
|
4428
|
+
"label": "Project ID",
|
|
4429
|
+
"description": "The global ID or URL-encoded path of the project owned by the authenticated user",
|
|
4430
|
+
"group": "operation",
|
|
4431
|
+
"type": "String",
|
|
4432
|
+
"feel": "optional",
|
|
4433
|
+
"binding": {
|
|
4434
|
+
"type": "zeebe:input",
|
|
4435
|
+
"name": "projectId"
|
|
4436
|
+
},
|
|
4437
|
+
"constraints": {
|
|
4438
|
+
"notEmpty": true
|
|
4439
|
+
},
|
|
4440
|
+
"condition": {
|
|
4441
|
+
"property": "issueOperation",
|
|
4442
|
+
"oneOf": ["commentToAnIssue"]
|
|
4443
|
+
}
|
|
4444
|
+
},
|
|
4676
4445
|
{
|
|
4677
4446
|
"label": "Issue ID",
|
|
4678
4447
|
"description": "The internal ID of a project’s issue",
|
|
@@ -4906,6 +4675,24 @@
|
|
|
4906
4675
|
"oneOf": ["searchIssues"]
|
|
4907
4676
|
}
|
|
4908
4677
|
},
|
|
4678
|
+
{
|
|
4679
|
+
"label": "Project ID",
|
|
4680
|
+
"description": "The global ID or URL-encoded path of the project owned by the authenticated user",
|
|
4681
|
+
"group": "operation",
|
|
4682
|
+
"type": "String",
|
|
4683
|
+
"feel": "optional",
|
|
4684
|
+
"binding": {
|
|
4685
|
+
"type": "zeebe:input",
|
|
4686
|
+
"name": "projectId"
|
|
4687
|
+
},
|
|
4688
|
+
"constraints": {
|
|
4689
|
+
"notEmpty": true
|
|
4690
|
+
},
|
|
4691
|
+
"condition": {
|
|
4692
|
+
"property": "releaseOperation",
|
|
4693
|
+
"oneOf": ["getReleasesByProjectId"]
|
|
4694
|
+
}
|
|
4695
|
+
},
|
|
4909
4696
|
{
|
|
4910
4697
|
"type": "Hidden",
|
|
4911
4698
|
"value": "=baseUrl + \"/api/v4/projects/\"+ projectId +\"/releases\"",
|
|
@@ -4918,6 +4705,24 @@
|
|
|
4918
4705
|
"oneOf": ["getReleasesByProjectId"]
|
|
4919
4706
|
}
|
|
4920
4707
|
},
|
|
4708
|
+
{
|
|
4709
|
+
"label": "Project ID",
|
|
4710
|
+
"description": "The global ID or URL-encoded path of the project owned by the authenticated user",
|
|
4711
|
+
"group": "operation",
|
|
4712
|
+
"type": "String",
|
|
4713
|
+
"feel": "optional",
|
|
4714
|
+
"binding": {
|
|
4715
|
+
"type": "zeebe:input",
|
|
4716
|
+
"name": "projectId"
|
|
4717
|
+
},
|
|
4718
|
+
"constraints": {
|
|
4719
|
+
"notEmpty": true
|
|
4720
|
+
},
|
|
4721
|
+
"condition": {
|
|
4722
|
+
"property": "releaseOperation",
|
|
4723
|
+
"oneOf": ["getReleaseByTagName"]
|
|
4724
|
+
}
|
|
4725
|
+
},
|
|
4921
4726
|
{
|
|
4922
4727
|
"label": "Tag name",
|
|
4923
4728
|
"description": "The Git tag the release is associated with",
|
|
@@ -4948,6 +4753,24 @@
|
|
|
4948
4753
|
"oneOf": ["getReleaseByTagName"]
|
|
4949
4754
|
}
|
|
4950
4755
|
},
|
|
4756
|
+
{
|
|
4757
|
+
"label": "Project ID",
|
|
4758
|
+
"description": "The global ID or URL-encoded path of the project owned by the authenticated user",
|
|
4759
|
+
"group": "operation",
|
|
4760
|
+
"type": "String",
|
|
4761
|
+
"feel": "optional",
|
|
4762
|
+
"binding": {
|
|
4763
|
+
"type": "zeebe:input",
|
|
4764
|
+
"name": "projectId"
|
|
4765
|
+
},
|
|
4766
|
+
"constraints": {
|
|
4767
|
+
"notEmpty": true
|
|
4768
|
+
},
|
|
4769
|
+
"condition": {
|
|
4770
|
+
"property": "releaseOperation",
|
|
4771
|
+
"oneOf": ["createRelease"]
|
|
4772
|
+
}
|
|
4773
|
+
},
|
|
4951
4774
|
{
|
|
4952
4775
|
"label": "Tag name",
|
|
4953
4776
|
"description": "The tag where the release is created from",
|
|
@@ -5041,257 +4864,373 @@
|
|
|
5041
4864
|
}
|
|
5042
4865
|
},
|
|
5043
4866
|
{
|
|
5044
|
-
"
|
|
5045
|
-
"
|
|
5046
|
-
"group": "operation",
|
|
5047
|
-
"type": "String",
|
|
5048
|
-
"feel": "optional",
|
|
5049
|
-
"optional": true,
|
|
4867
|
+
"type": "Hidden",
|
|
4868
|
+
"value": "20",
|
|
5050
4869
|
"binding": {
|
|
5051
4870
|
"type": "zeebe:input",
|
|
5052
|
-
"name": "
|
|
5053
|
-
},
|
|
5054
|
-
"condition": {
|
|
5055
|
-
"property": "branchOperation",
|
|
5056
|
-
"oneOf": ["getRepositoryBranchesByProjectId"]
|
|
4871
|
+
"name": "connectionTimeoutInSeconds"
|
|
5057
4872
|
}
|
|
5058
4873
|
},
|
|
5059
4874
|
{
|
|
5060
|
-
"label": "
|
|
5061
|
-
"description": "
|
|
5062
|
-
"group": "
|
|
4875
|
+
"label": "Result variable",
|
|
4876
|
+
"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>",
|
|
4877
|
+
"group": "output",
|
|
5063
4878
|
"type": "String",
|
|
5064
|
-
"feel": "optional",
|
|
5065
|
-
"optional": true,
|
|
5066
4879
|
"binding": {
|
|
5067
|
-
"type": "zeebe:
|
|
5068
|
-
"
|
|
5069
|
-
},
|
|
5070
|
-
"condition": {
|
|
5071
|
-
"property": "branchOperation",
|
|
5072
|
-
"oneOf": ["getRepositoryBranchesByProjectId"]
|
|
4880
|
+
"type": "zeebe:taskHeader",
|
|
4881
|
+
"key": "resultVariable"
|
|
5073
4882
|
}
|
|
5074
4883
|
},
|
|
5075
4884
|
{
|
|
5076
|
-
"
|
|
5077
|
-
"
|
|
4885
|
+
"label": "Result expression",
|
|
4886
|
+
"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>",
|
|
4887
|
+
"group": "output",
|
|
4888
|
+
"type": "Text",
|
|
4889
|
+
"feel": "required",
|
|
5078
4890
|
"binding": {
|
|
5079
|
-
"type": "zeebe:
|
|
5080
|
-
"
|
|
5081
|
-
},
|
|
5082
|
-
"condition": {
|
|
5083
|
-
"property": "branchOperation",
|
|
5084
|
-
"oneOf": [
|
|
5085
|
-
"getRepositoryBranchesByProjectId",
|
|
5086
|
-
"createRepositoryBranch"
|
|
5087
|
-
]
|
|
4891
|
+
"type": "zeebe:taskHeader",
|
|
4892
|
+
"key": "resultExpression"
|
|
5088
4893
|
}
|
|
5089
4894
|
},
|
|
5090
4895
|
{
|
|
5091
|
-
"
|
|
5092
|
-
"
|
|
4896
|
+
"label": "Error expression",
|
|
4897
|
+
"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>",
|
|
4898
|
+
"group": "errors",
|
|
4899
|
+
"type": "Text",
|
|
4900
|
+
"feel": "required",
|
|
5093
4901
|
"binding": {
|
|
5094
|
-
"type": "zeebe:
|
|
5095
|
-
"
|
|
5096
|
-
},
|
|
5097
|
-
"condition": {
|
|
5098
|
-
"property": "branchOperation",
|
|
5099
|
-
"oneOf": ["getRepositoryBranchesByProjectId"]
|
|
4902
|
+
"type": "zeebe:taskHeader",
|
|
4903
|
+
"key": "errorExpression"
|
|
5100
4904
|
}
|
|
5101
|
-
}
|
|
5102
|
-
|
|
5103
|
-
|
|
5104
|
-
|
|
5105
|
-
|
|
5106
|
-
|
|
5107
|
-
|
|
5108
|
-
|
|
5109
|
-
|
|
5110
|
-
|
|
5111
|
-
|
|
5112
|
-
|
|
5113
|
-
|
|
5114
|
-
|
|
5115
|
-
|
|
5116
|
-
|
|
5117
|
-
|
|
4905
|
+
}
|
|
4906
|
+
],
|
|
4907
|
+
"engines": {
|
|
4908
|
+
"camunda": "^8.2"
|
|
4909
|
+
}
|
|
4910
|
+
},
|
|
4911
|
+
{
|
|
4912
|
+
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
4913
|
+
"name": "GitLab Outbound Connector",
|
|
4914
|
+
"id": "io.camunda.connectors.GitLab.v1",
|
|
4915
|
+
"version": 5,
|
|
4916
|
+
"description": "Administer and work with issues, releases, and more",
|
|
4917
|
+
"icon": {
|
|
4918
|
+
"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"
|
|
4919
|
+
},
|
|
4920
|
+
"category": {
|
|
4921
|
+
"id": "connectors",
|
|
4922
|
+
"name": "Connectors"
|
|
4923
|
+
},
|
|
4924
|
+
"appliesTo": ["bpmn:Task"],
|
|
4925
|
+
"elementType": {
|
|
4926
|
+
"value": "bpmn:ServiceTask"
|
|
4927
|
+
},
|
|
4928
|
+
"groups": [
|
|
4929
|
+
{
|
|
4930
|
+
"id": "endpoint",
|
|
4931
|
+
"label": "HTTP endpoint"
|
|
4932
|
+
},
|
|
4933
|
+
{
|
|
4934
|
+
"id": "operation",
|
|
4935
|
+
"label": "Operation"
|
|
4936
|
+
},
|
|
4937
|
+
{
|
|
4938
|
+
"id": "output",
|
|
4939
|
+
"label": "Response mapping"
|
|
4940
|
+
},
|
|
4941
|
+
{
|
|
4942
|
+
"id": "errors",
|
|
4943
|
+
"label": "Error handling"
|
|
4944
|
+
}
|
|
4945
|
+
],
|
|
4946
|
+
"properties": [
|
|
4947
|
+
{
|
|
4948
|
+
"type": "Hidden",
|
|
4949
|
+
"value": "io.camunda:http-json:1",
|
|
4950
|
+
"binding": {
|
|
4951
|
+
"type": "zeebe:taskDefinition",
|
|
4952
|
+
"property": "type"
|
|
5118
4953
|
}
|
|
5119
4954
|
},
|
|
5120
4955
|
{
|
|
5121
|
-
"
|
|
5122
|
-
"
|
|
5123
|
-
"
|
|
4956
|
+
"group": "authentication",
|
|
4957
|
+
"type": "Hidden",
|
|
4958
|
+
"value": "noAuth",
|
|
4959
|
+
"binding": {
|
|
4960
|
+
"type": "zeebe:input",
|
|
4961
|
+
"name": "authentication.type"
|
|
4962
|
+
}
|
|
4963
|
+
},
|
|
4964
|
+
{
|
|
4965
|
+
"label": "GitLab base URL",
|
|
4966
|
+
"group": "endpoint",
|
|
5124
4967
|
"type": "String",
|
|
4968
|
+
"value": "https://gitlab.example.com",
|
|
5125
4969
|
"feel": "optional",
|
|
5126
4970
|
"binding": {
|
|
5127
4971
|
"type": "zeebe:input",
|
|
5128
|
-
"name": "
|
|
4972
|
+
"name": "baseUrl"
|
|
5129
4973
|
},
|
|
5130
4974
|
"constraints": {
|
|
5131
|
-
"notEmpty": true
|
|
5132
|
-
|
|
5133
|
-
|
|
5134
|
-
|
|
5135
|
-
|
|
4975
|
+
"notEmpty": true,
|
|
4976
|
+
"pattern": {
|
|
4977
|
+
"value": "^(=|(https?://|\\{\\{secrets\\..+\\}\\}).*$)",
|
|
4978
|
+
"message": "Must be a http(s) URL"
|
|
4979
|
+
}
|
|
5136
4980
|
}
|
|
5137
4981
|
},
|
|
5138
4982
|
{
|
|
5139
|
-
"
|
|
5140
|
-
"
|
|
4983
|
+
"label": "GitLab access token",
|
|
4984
|
+
"group": "endpoint",
|
|
4985
|
+
"type": "String",
|
|
4986
|
+
"feel": "optional",
|
|
5141
4987
|
"binding": {
|
|
5142
4988
|
"type": "zeebe:input",
|
|
5143
|
-
"name": "
|
|
4989
|
+
"name": "gitlabAccessToken"
|
|
5144
4990
|
},
|
|
5145
|
-
"
|
|
5146
|
-
"
|
|
5147
|
-
"oneOf": ["createRepositoryBranch"]
|
|
4991
|
+
"constraints": {
|
|
4992
|
+
"notEmpty": true
|
|
5148
4993
|
}
|
|
5149
4994
|
},
|
|
5150
4995
|
{
|
|
5151
|
-
"
|
|
5152
|
-
"
|
|
5153
|
-
"group": "operation",
|
|
5154
|
-
"type": "String",
|
|
5155
|
-
"feel": "optional",
|
|
4996
|
+
"type": "Hidden",
|
|
4997
|
+
"value": "={\"PRIVATE-TOKEN\":gitlabAccessToken, \"Content-Type\":\"application/json\"}",
|
|
5156
4998
|
"binding": {
|
|
5157
4999
|
"type": "zeebe:input",
|
|
5158
|
-
"name": "
|
|
5000
|
+
"name": "headers"
|
|
5159
5001
|
},
|
|
5160
5002
|
"constraints": {
|
|
5161
5003
|
"notEmpty": true
|
|
5004
|
+
}
|
|
5005
|
+
},
|
|
5006
|
+
{
|
|
5007
|
+
"label": "Operation group",
|
|
5008
|
+
"id": "operationGroup",
|
|
5009
|
+
"group": "operation",
|
|
5010
|
+
"description": "Choose operation group",
|
|
5011
|
+
"type": "Dropdown",
|
|
5012
|
+
"choices": [
|
|
5013
|
+
{
|
|
5014
|
+
"name": "Issues",
|
|
5015
|
+
"value": "issues"
|
|
5016
|
+
},
|
|
5017
|
+
{
|
|
5018
|
+
"name": "Releases",
|
|
5019
|
+
"value": "releases"
|
|
5020
|
+
},
|
|
5021
|
+
{
|
|
5022
|
+
"name": "Branches",
|
|
5023
|
+
"value": "branches"
|
|
5024
|
+
},
|
|
5025
|
+
{
|
|
5026
|
+
"name": "Repository files",
|
|
5027
|
+
"value": "repositoryFiles"
|
|
5028
|
+
},
|
|
5029
|
+
{
|
|
5030
|
+
"name": "Merge requests",
|
|
5031
|
+
"value": "mergeRequests"
|
|
5032
|
+
}
|
|
5033
|
+
],
|
|
5034
|
+
"binding": {
|
|
5035
|
+
"type": "zeebe:input",
|
|
5036
|
+
"name": "operationGroup"
|
|
5037
|
+
}
|
|
5038
|
+
},
|
|
5039
|
+
{
|
|
5040
|
+
"label": "Operation",
|
|
5041
|
+
"id": "issueOperation",
|
|
5042
|
+
"group": "operation",
|
|
5043
|
+
"description": "Choose operation to perform",
|
|
5044
|
+
"type": "Dropdown",
|
|
5045
|
+
"choices": [
|
|
5046
|
+
{
|
|
5047
|
+
"name": "Get an issue by ID",
|
|
5048
|
+
"value": "getIssueById"
|
|
5049
|
+
},
|
|
5050
|
+
{
|
|
5051
|
+
"name": "Create an issue",
|
|
5052
|
+
"value": "createAnIssue"
|
|
5053
|
+
},
|
|
5054
|
+
{
|
|
5055
|
+
"name": "Delete an issue",
|
|
5056
|
+
"value": "deleteAnIssue"
|
|
5057
|
+
},
|
|
5058
|
+
{
|
|
5059
|
+
"name": "Comment to an issue",
|
|
5060
|
+
"value": "commentToAnIssue"
|
|
5061
|
+
},
|
|
5062
|
+
{
|
|
5063
|
+
"name": "Search issues",
|
|
5064
|
+
"value": "searchIssues"
|
|
5065
|
+
}
|
|
5066
|
+
],
|
|
5067
|
+
"binding": {
|
|
5068
|
+
"type": "zeebe:input",
|
|
5069
|
+
"name": "operation"
|
|
5162
5070
|
},
|
|
5163
5071
|
"condition": {
|
|
5164
|
-
"property": "
|
|
5165
|
-
"
|
|
5072
|
+
"property": "operationGroup",
|
|
5073
|
+
"equals": "issues"
|
|
5166
5074
|
}
|
|
5167
5075
|
},
|
|
5168
5076
|
{
|
|
5169
|
-
"label": "
|
|
5170
|
-
"
|
|
5077
|
+
"label": "Operation",
|
|
5078
|
+
"id": "releaseOperation",
|
|
5171
5079
|
"group": "operation",
|
|
5172
|
-
"
|
|
5173
|
-
"
|
|
5080
|
+
"description": "Choose operation to perform",
|
|
5081
|
+
"type": "Dropdown",
|
|
5082
|
+
"choices": [
|
|
5083
|
+
{
|
|
5084
|
+
"name": "List all releases by project ID",
|
|
5085
|
+
"value": "getReleasesByProjectId"
|
|
5086
|
+
},
|
|
5087
|
+
{
|
|
5088
|
+
"name": "Get release by a tag name",
|
|
5089
|
+
"value": "getReleaseByTagName"
|
|
5090
|
+
},
|
|
5091
|
+
{
|
|
5092
|
+
"name": "Create a release",
|
|
5093
|
+
"value": "createRelease"
|
|
5094
|
+
}
|
|
5095
|
+
],
|
|
5174
5096
|
"binding": {
|
|
5175
5097
|
"type": "zeebe:input",
|
|
5176
|
-
"name": "
|
|
5177
|
-
},
|
|
5178
|
-
"constraints": {
|
|
5179
|
-
"notEmpty": true
|
|
5098
|
+
"name": "operation"
|
|
5180
5099
|
},
|
|
5181
5100
|
"condition": {
|
|
5182
|
-
"property": "
|
|
5183
|
-
"
|
|
5101
|
+
"property": "operationGroup",
|
|
5102
|
+
"equals": "releases"
|
|
5184
5103
|
}
|
|
5185
5104
|
},
|
|
5186
5105
|
{
|
|
5187
|
-
"label": "
|
|
5106
|
+
"label": "Operation",
|
|
5107
|
+
"id": "branchOperation",
|
|
5188
5108
|
"group": "operation",
|
|
5189
|
-
"
|
|
5190
|
-
"
|
|
5109
|
+
"description": "Choose operation to perform",
|
|
5110
|
+
"type": "Dropdown",
|
|
5111
|
+
"choices": [
|
|
5112
|
+
{
|
|
5113
|
+
"name": "List repository branches",
|
|
5114
|
+
"value": "getRepositoryBranchesByProjectId"
|
|
5115
|
+
},
|
|
5116
|
+
{
|
|
5117
|
+
"name": "Create repository branch",
|
|
5118
|
+
"value": "createRepositoryBranch"
|
|
5119
|
+
}
|
|
5120
|
+
],
|
|
5191
5121
|
"binding": {
|
|
5192
5122
|
"type": "zeebe:input",
|
|
5193
|
-
"name": "
|
|
5194
|
-
},
|
|
5195
|
-
"constraints": {
|
|
5196
|
-
"notEmpty": true
|
|
5123
|
+
"name": "operation"
|
|
5197
5124
|
},
|
|
5198
5125
|
"condition": {
|
|
5199
|
-
"property": "
|
|
5200
|
-
"
|
|
5126
|
+
"property": "operationGroup",
|
|
5127
|
+
"equals": "branches"
|
|
5201
5128
|
}
|
|
5202
5129
|
},
|
|
5203
5130
|
{
|
|
5204
|
-
"label": "
|
|
5205
|
-
"
|
|
5131
|
+
"label": "Operation",
|
|
5132
|
+
"id": "reposOperation",
|
|
5206
5133
|
"group": "operation",
|
|
5207
|
-
"
|
|
5208
|
-
"
|
|
5134
|
+
"description": "Choose operation to perform",
|
|
5135
|
+
"type": "Dropdown",
|
|
5136
|
+
"choices": [
|
|
5137
|
+
{
|
|
5138
|
+
"name": "Create new file in repository",
|
|
5139
|
+
"value": "createRepositoryFile"
|
|
5140
|
+
},
|
|
5141
|
+
{
|
|
5142
|
+
"name": "Get file from repository",
|
|
5143
|
+
"value": "getRepositoryFile"
|
|
5144
|
+
},
|
|
5145
|
+
{
|
|
5146
|
+
"name": "Update existing file in repository",
|
|
5147
|
+
"value": "updateRepositoryFile"
|
|
5148
|
+
}
|
|
5149
|
+
],
|
|
5209
5150
|
"binding": {
|
|
5210
5151
|
"type": "zeebe:input",
|
|
5211
|
-
"name": "
|
|
5212
|
-
},
|
|
5213
|
-
"constraints": {
|
|
5214
|
-
"notEmpty": true
|
|
5152
|
+
"name": "operation"
|
|
5215
5153
|
},
|
|
5216
5154
|
"condition": {
|
|
5217
|
-
"property": "
|
|
5218
|
-
"
|
|
5155
|
+
"property": "operationGroup",
|
|
5156
|
+
"equals": "repositoryFiles"
|
|
5219
5157
|
}
|
|
5220
5158
|
},
|
|
5221
5159
|
{
|
|
5222
|
-
"label": "
|
|
5223
|
-
"
|
|
5160
|
+
"label": "Operation",
|
|
5161
|
+
"id": "mergeOperation",
|
|
5224
5162
|
"group": "operation",
|
|
5225
|
-
"
|
|
5226
|
-
"
|
|
5227
|
-
"
|
|
5163
|
+
"description": "Choose operation to perform",
|
|
5164
|
+
"type": "Dropdown",
|
|
5165
|
+
"choices": [
|
|
5166
|
+
{
|
|
5167
|
+
"name": "Create merge request",
|
|
5168
|
+
"value": "createMergeRequest"
|
|
5169
|
+
}
|
|
5170
|
+
],
|
|
5228
5171
|
"binding": {
|
|
5229
5172
|
"type": "zeebe:input",
|
|
5230
|
-
"name": "
|
|
5173
|
+
"name": "operation"
|
|
5231
5174
|
},
|
|
5232
5175
|
"condition": {
|
|
5233
|
-
"property": "
|
|
5234
|
-
"
|
|
5176
|
+
"property": "operationGroup",
|
|
5177
|
+
"equals": "mergeRequests"
|
|
5235
5178
|
}
|
|
5236
5179
|
},
|
|
5237
5180
|
{
|
|
5238
|
-
"
|
|
5239
|
-
"
|
|
5240
|
-
"group": "operation",
|
|
5241
|
-
"type": "String",
|
|
5242
|
-
"feel": "optional",
|
|
5243
|
-
"optional": true,
|
|
5181
|
+
"type": "Hidden",
|
|
5182
|
+
"value": "get",
|
|
5244
5183
|
"binding": {
|
|
5245
5184
|
"type": "zeebe:input",
|
|
5246
|
-
"name": "
|
|
5185
|
+
"name": "method"
|
|
5247
5186
|
},
|
|
5248
5187
|
"condition": {
|
|
5249
|
-
"property": "
|
|
5250
|
-
"oneOf": ["
|
|
5188
|
+
"property": "branchOperation",
|
|
5189
|
+
"oneOf": ["getRepositoryBranchesByProjectId"]
|
|
5251
5190
|
}
|
|
5252
5191
|
},
|
|
5253
5192
|
{
|
|
5254
|
-
"
|
|
5255
|
-
"
|
|
5256
|
-
"group": "operation",
|
|
5257
|
-
"type": "String",
|
|
5258
|
-
"feel": "optional",
|
|
5259
|
-
"optional": true,
|
|
5193
|
+
"type": "Hidden",
|
|
5194
|
+
"value": "get",
|
|
5260
5195
|
"binding": {
|
|
5261
5196
|
"type": "zeebe:input",
|
|
5262
|
-
"name": "
|
|
5197
|
+
"name": "method"
|
|
5263
5198
|
},
|
|
5264
5199
|
"condition": {
|
|
5265
|
-
"property": "
|
|
5266
|
-
"oneOf": ["
|
|
5200
|
+
"property": "releaseOperation",
|
|
5201
|
+
"oneOf": ["getReleasesByProjectId", "getReleaseByTagName"]
|
|
5267
5202
|
}
|
|
5268
5203
|
},
|
|
5269
5204
|
{
|
|
5270
|
-
"
|
|
5271
|
-
"
|
|
5272
|
-
"group": "operation",
|
|
5273
|
-
"type": "Boolean",
|
|
5274
|
-
"feel": "optional",
|
|
5275
|
-
"value": "=false",
|
|
5205
|
+
"type": "Hidden",
|
|
5206
|
+
"value": "get",
|
|
5276
5207
|
"binding": {
|
|
5277
5208
|
"type": "zeebe:input",
|
|
5278
|
-
"name": "
|
|
5209
|
+
"name": "method"
|
|
5279
5210
|
},
|
|
5280
5211
|
"condition": {
|
|
5281
|
-
"property": "
|
|
5282
|
-
"oneOf": ["
|
|
5212
|
+
"property": "issueOperation",
|
|
5213
|
+
"oneOf": ["getIssueById", "searchIssues"]
|
|
5283
5214
|
}
|
|
5284
5215
|
},
|
|
5285
5216
|
{
|
|
5286
|
-
"
|
|
5287
|
-
"
|
|
5288
|
-
"group": "operation",
|
|
5289
|
-
"type": "String",
|
|
5290
|
-
"feel": "optional",
|
|
5291
|
-
"optional": true,
|
|
5217
|
+
"type": "Hidden",
|
|
5218
|
+
"value": "post",
|
|
5292
5219
|
"binding": {
|
|
5293
5220
|
"type": "zeebe:input",
|
|
5294
|
-
"name": "
|
|
5221
|
+
"name": "method"
|
|
5222
|
+
},
|
|
5223
|
+
"condition": {
|
|
5224
|
+
"property": "mergeOperation",
|
|
5225
|
+
"oneOf": ["createMergeRequest"]
|
|
5226
|
+
}
|
|
5227
|
+
},
|
|
5228
|
+
{
|
|
5229
|
+
"type": "Hidden",
|
|
5230
|
+
"value": "post",
|
|
5231
|
+
"binding": {
|
|
5232
|
+
"type": "zeebe:input",
|
|
5233
|
+
"name": "method"
|
|
5295
5234
|
},
|
|
5296
5235
|
"condition": {
|
|
5297
5236
|
"property": "reposOperation",
|
|
@@ -5300,70 +5239,85 @@
|
|
|
5300
5239
|
},
|
|
5301
5240
|
{
|
|
5302
5241
|
"type": "Hidden",
|
|
5303
|
-
"value": "
|
|
5242
|
+
"value": "get",
|
|
5304
5243
|
"binding": {
|
|
5305
5244
|
"type": "zeebe:input",
|
|
5306
|
-
"name": "
|
|
5245
|
+
"name": "method"
|
|
5307
5246
|
},
|
|
5308
5247
|
"condition": {
|
|
5309
5248
|
"property": "reposOperation",
|
|
5310
|
-
"oneOf": ["
|
|
5249
|
+
"oneOf": ["getRepositoryFile"]
|
|
5311
5250
|
}
|
|
5312
5251
|
},
|
|
5313
5252
|
{
|
|
5314
5253
|
"type": "Hidden",
|
|
5315
|
-
"value": "
|
|
5254
|
+
"value": "put",
|
|
5316
5255
|
"binding": {
|
|
5317
5256
|
"type": "zeebe:input",
|
|
5318
|
-
"name": "
|
|
5257
|
+
"name": "method"
|
|
5319
5258
|
},
|
|
5320
5259
|
"condition": {
|
|
5321
5260
|
"property": "reposOperation",
|
|
5322
|
-
"oneOf": ["
|
|
5261
|
+
"oneOf": ["updateRepositoryFile"]
|
|
5323
5262
|
}
|
|
5324
5263
|
},
|
|
5325
5264
|
{
|
|
5326
|
-
"
|
|
5327
|
-
"
|
|
5328
|
-
"type": "String",
|
|
5329
|
-
"feel": "optional",
|
|
5265
|
+
"type": "Hidden",
|
|
5266
|
+
"value": "post",
|
|
5330
5267
|
"binding": {
|
|
5331
5268
|
"type": "zeebe:input",
|
|
5332
|
-
"name": "
|
|
5269
|
+
"name": "method"
|
|
5333
5270
|
},
|
|
5334
|
-
"
|
|
5335
|
-
"
|
|
5271
|
+
"condition": {
|
|
5272
|
+
"property": "branchOperation",
|
|
5273
|
+
"oneOf": ["createRepositoryBranch"]
|
|
5274
|
+
}
|
|
5275
|
+
},
|
|
5276
|
+
{
|
|
5277
|
+
"type": "Hidden",
|
|
5278
|
+
"value": "post",
|
|
5279
|
+
"binding": {
|
|
5280
|
+
"type": "zeebe:input",
|
|
5281
|
+
"name": "method"
|
|
5336
5282
|
},
|
|
5337
5283
|
"condition": {
|
|
5338
|
-
"property": "
|
|
5339
|
-
"oneOf": ["
|
|
5284
|
+
"property": "releaseOperation",
|
|
5285
|
+
"oneOf": ["createRelease"]
|
|
5340
5286
|
}
|
|
5341
5287
|
},
|
|
5342
5288
|
{
|
|
5343
|
-
"
|
|
5344
|
-
"
|
|
5345
|
-
"type": "String",
|
|
5346
|
-
"feel": "optional",
|
|
5289
|
+
"type": "Hidden",
|
|
5290
|
+
"value": "post",
|
|
5347
5291
|
"binding": {
|
|
5348
5292
|
"type": "zeebe:input",
|
|
5349
|
-
"name": "
|
|
5293
|
+
"name": "method"
|
|
5350
5294
|
},
|
|
5351
|
-
"
|
|
5352
|
-
"
|
|
5295
|
+
"condition": {
|
|
5296
|
+
"property": "issueOperation",
|
|
5297
|
+
"oneOf": ["commentToAnIssue", "createAnIssue"]
|
|
5298
|
+
}
|
|
5299
|
+
},
|
|
5300
|
+
{
|
|
5301
|
+
"type": "Hidden",
|
|
5302
|
+
"value": "delete",
|
|
5303
|
+
"binding": {
|
|
5304
|
+
"type": "zeebe:input",
|
|
5305
|
+
"name": "method"
|
|
5353
5306
|
},
|
|
5354
5307
|
"condition": {
|
|
5355
|
-
"property": "
|
|
5356
|
-
"oneOf": ["
|
|
5308
|
+
"property": "issueOperation",
|
|
5309
|
+
"oneOf": ["deleteAnIssue"]
|
|
5357
5310
|
}
|
|
5358
5311
|
},
|
|
5359
5312
|
{
|
|
5360
|
-
"label": "
|
|
5313
|
+
"label": "Project ID",
|
|
5314
|
+
"description": "The global ID or URL-encoded path of the project owned by the authenticated user",
|
|
5361
5315
|
"group": "operation",
|
|
5362
5316
|
"type": "String",
|
|
5363
5317
|
"feel": "optional",
|
|
5364
5318
|
"binding": {
|
|
5365
5319
|
"type": "zeebe:input",
|
|
5366
|
-
"name": "
|
|
5320
|
+
"name": "projectId"
|
|
5367
5321
|
},
|
|
5368
5322
|
"constraints": {
|
|
5369
5323
|
"notEmpty": true
|
|
@@ -5374,1069 +5328,1115 @@
|
|
|
5374
5328
|
}
|
|
5375
5329
|
},
|
|
5376
5330
|
{
|
|
5377
|
-
"label": "
|
|
5378
|
-
"description": "
|
|
5331
|
+
"label": "Project ID",
|
|
5332
|
+
"description": "The global ID or URL-encoded path of the project owned by the authenticated user",
|
|
5379
5333
|
"group": "operation",
|
|
5380
|
-
"type": "
|
|
5334
|
+
"type": "String",
|
|
5381
5335
|
"feel": "optional",
|
|
5382
|
-
"value": "=false",
|
|
5383
5336
|
"binding": {
|
|
5384
5337
|
"type": "zeebe:input",
|
|
5385
|
-
"name": "
|
|
5338
|
+
"name": "projectId"
|
|
5339
|
+
},
|
|
5340
|
+
"constraints": {
|
|
5341
|
+
"notEmpty": true
|
|
5386
5342
|
},
|
|
5387
5343
|
"condition": {
|
|
5388
5344
|
"property": "reposOperation",
|
|
5389
|
-
"oneOf": [
|
|
5345
|
+
"oneOf": [
|
|
5346
|
+
"createRepositoryFile",
|
|
5347
|
+
"getRepositoryFile",
|
|
5348
|
+
"updateRepositoryFile"
|
|
5349
|
+
]
|
|
5390
5350
|
}
|
|
5391
5351
|
},
|
|
5392
5352
|
{
|
|
5393
|
-
"label": "
|
|
5394
|
-
"description": "The ID
|
|
5353
|
+
"label": "Project ID",
|
|
5354
|
+
"description": "The global ID or URL-encoded path of the project owned by the authenticated user",
|
|
5395
5355
|
"group": "operation",
|
|
5396
5356
|
"type": "String",
|
|
5397
5357
|
"feel": "optional",
|
|
5398
|
-
"optional": true,
|
|
5399
5358
|
"binding": {
|
|
5400
5359
|
"type": "zeebe:input",
|
|
5401
|
-
"name": "
|
|
5360
|
+
"name": "projectId"
|
|
5361
|
+
},
|
|
5362
|
+
"constraints": {
|
|
5363
|
+
"notEmpty": true
|
|
5402
5364
|
},
|
|
5403
5365
|
"condition": {
|
|
5404
|
-
"property": "
|
|
5405
|
-
"oneOf": [
|
|
5366
|
+
"property": "branchOperation",
|
|
5367
|
+
"oneOf": [
|
|
5368
|
+
"getRepositoryBranchesByProjectId",
|
|
5369
|
+
"createRepositoryBranch"
|
|
5370
|
+
]
|
|
5406
5371
|
}
|
|
5407
5372
|
},
|
|
5408
5373
|
{
|
|
5409
|
-
"label": "
|
|
5374
|
+
"label": "Project ID",
|
|
5375
|
+
"description": "The global ID or URL-encoded path of the project owned by the authenticated user",
|
|
5410
5376
|
"group": "operation",
|
|
5411
5377
|
"type": "String",
|
|
5412
5378
|
"feel": "optional",
|
|
5413
|
-
"optional": true,
|
|
5414
5379
|
"binding": {
|
|
5415
5380
|
"type": "zeebe:input",
|
|
5416
|
-
"name": "
|
|
5381
|
+
"name": "projectId"
|
|
5382
|
+
},
|
|
5383
|
+
"constraints": {
|
|
5384
|
+
"notEmpty": true
|
|
5417
5385
|
},
|
|
5418
5386
|
"condition": {
|
|
5419
|
-
"property": "
|
|
5420
|
-
"oneOf": [
|
|
5387
|
+
"property": "releaseOperation",
|
|
5388
|
+
"oneOf": [
|
|
5389
|
+
"getReleasesByProjectId",
|
|
5390
|
+
"getReleaseByTagName",
|
|
5391
|
+
"createRelease"
|
|
5392
|
+
]
|
|
5421
5393
|
}
|
|
5422
5394
|
},
|
|
5423
5395
|
{
|
|
5424
|
-
"label": "
|
|
5425
|
-
"description": "
|
|
5396
|
+
"label": "Project ID",
|
|
5397
|
+
"description": "The global ID or URL-encoded path of the project owned by the authenticated user",
|
|
5426
5398
|
"group": "operation",
|
|
5427
5399
|
"type": "String",
|
|
5428
5400
|
"feel": "optional",
|
|
5429
|
-
"optional": true,
|
|
5430
5401
|
"binding": {
|
|
5431
5402
|
"type": "zeebe:input",
|
|
5432
|
-
"name": "
|
|
5403
|
+
"name": "projectId"
|
|
5404
|
+
},
|
|
5405
|
+
"constraints": {
|
|
5406
|
+
"notEmpty": true
|
|
5433
5407
|
},
|
|
5434
5408
|
"condition": {
|
|
5435
|
-
"property": "
|
|
5436
|
-
"oneOf": [
|
|
5409
|
+
"property": "issueOperation",
|
|
5410
|
+
"oneOf": [
|
|
5411
|
+
"getIssueById",
|
|
5412
|
+
"createAnIssue",
|
|
5413
|
+
"deleteAnIssue",
|
|
5414
|
+
"commentToAnIssue"
|
|
5415
|
+
]
|
|
5437
5416
|
}
|
|
5438
5417
|
},
|
|
5439
5418
|
{
|
|
5440
|
-
"label": "
|
|
5419
|
+
"label": "Issue ID",
|
|
5420
|
+
"description": "The internal ID of a project’s issue",
|
|
5441
5421
|
"group": "operation",
|
|
5442
5422
|
"type": "String",
|
|
5443
5423
|
"feel": "optional",
|
|
5444
|
-
"optional": true,
|
|
5445
5424
|
"binding": {
|
|
5446
5425
|
"type": "zeebe:input",
|
|
5447
|
-
"name": "
|
|
5426
|
+
"name": "issueId"
|
|
5427
|
+
},
|
|
5428
|
+
"constraints": {
|
|
5429
|
+
"notEmpty": true
|
|
5448
5430
|
},
|
|
5449
5431
|
"condition": {
|
|
5450
|
-
"property": "
|
|
5451
|
-
"oneOf": ["
|
|
5432
|
+
"property": "issueOperation",
|
|
5433
|
+
"oneOf": ["getIssueById"]
|
|
5452
5434
|
}
|
|
5453
5435
|
},
|
|
5454
5436
|
{
|
|
5455
|
-
"
|
|
5456
|
-
"
|
|
5457
|
-
"group": "operation",
|
|
5458
|
-
"type": "Boolean",
|
|
5459
|
-
"feel": "optional",
|
|
5460
|
-
"value": "=false",
|
|
5437
|
+
"type": "Hidden",
|
|
5438
|
+
"value": "=baseUrl + \"/api/v4/projects/\"+ projectId +\"/issues/\" + issueId",
|
|
5461
5439
|
"binding": {
|
|
5462
5440
|
"type": "zeebe:input",
|
|
5463
|
-
"name": "
|
|
5441
|
+
"name": "url"
|
|
5464
5442
|
},
|
|
5465
5443
|
"condition": {
|
|
5466
|
-
"property": "
|
|
5467
|
-
"oneOf": ["
|
|
5444
|
+
"property": "issueOperation",
|
|
5445
|
+
"oneOf": ["getIssueById"]
|
|
5468
5446
|
}
|
|
5469
5447
|
},
|
|
5470
5448
|
{
|
|
5471
|
-
"label": "
|
|
5472
|
-
"description": "The
|
|
5449
|
+
"label": "Title",
|
|
5450
|
+
"description": "The title of an issue",
|
|
5473
5451
|
"group": "operation",
|
|
5474
5452
|
"type": "String",
|
|
5475
5453
|
"feel": "optional",
|
|
5476
|
-
"optional": true,
|
|
5477
5454
|
"binding": {
|
|
5478
5455
|
"type": "zeebe:input",
|
|
5479
|
-
"name": "
|
|
5456
|
+
"name": "issueTitle"
|
|
5457
|
+
},
|
|
5458
|
+
"constraints": {
|
|
5459
|
+
"notEmpty": true
|
|
5480
5460
|
},
|
|
5481
5461
|
"condition": {
|
|
5482
|
-
"property": "
|
|
5483
|
-
"oneOf": ["
|
|
5462
|
+
"property": "issueOperation",
|
|
5463
|
+
"oneOf": ["createAnIssue"]
|
|
5484
5464
|
}
|
|
5485
5465
|
},
|
|
5486
5466
|
{
|
|
5487
|
-
"label": "
|
|
5488
|
-
"description": "
|
|
5467
|
+
"label": "Description",
|
|
5468
|
+
"description": "The description of an issue",
|
|
5489
5469
|
"group": "operation",
|
|
5490
|
-
"type": "
|
|
5470
|
+
"type": "Text",
|
|
5491
5471
|
"feel": "optional",
|
|
5492
|
-
"value": "=false",
|
|
5493
5472
|
"binding": {
|
|
5494
5473
|
"type": "zeebe:input",
|
|
5495
|
-
"name": "
|
|
5474
|
+
"name": "issueDescription"
|
|
5475
|
+
},
|
|
5476
|
+
"constraints": {
|
|
5477
|
+
"notEmpty": true
|
|
5496
5478
|
},
|
|
5497
5479
|
"condition": {
|
|
5498
|
-
"property": "
|
|
5499
|
-
"oneOf": ["
|
|
5480
|
+
"property": "issueOperation",
|
|
5481
|
+
"oneOf": ["createAnIssue"]
|
|
5500
5482
|
}
|
|
5501
5483
|
},
|
|
5502
5484
|
{
|
|
5503
|
-
"
|
|
5504
|
-
"
|
|
5505
|
-
"group": "operation",
|
|
5506
|
-
"type": "String",
|
|
5507
|
-
"feel": "optional",
|
|
5508
|
-
"optional": true,
|
|
5485
|
+
"type": "Hidden",
|
|
5486
|
+
"value": "=baseUrl + \"/api/v4/projects/\"+ projectId +\"/issues\"",
|
|
5509
5487
|
"binding": {
|
|
5510
5488
|
"type": "zeebe:input",
|
|
5511
|
-
"name": "
|
|
5489
|
+
"name": "url"
|
|
5512
5490
|
},
|
|
5513
5491
|
"condition": {
|
|
5514
|
-
"property": "
|
|
5515
|
-
"oneOf": ["
|
|
5492
|
+
"property": "issueOperation",
|
|
5493
|
+
"oneOf": ["createAnIssue"]
|
|
5516
5494
|
}
|
|
5517
5495
|
},
|
|
5518
5496
|
{
|
|
5519
5497
|
"type": "Hidden",
|
|
5520
|
-
"value": "=
|
|
5498
|
+
"value": "={\"title\":issueTitle, \"description\":issueDescription}",
|
|
5521
5499
|
"binding": {
|
|
5522
5500
|
"type": "zeebe:input",
|
|
5523
|
-
"name": "
|
|
5501
|
+
"name": "queryParameters"
|
|
5524
5502
|
},
|
|
5525
5503
|
"condition": {
|
|
5526
|
-
"property": "
|
|
5527
|
-
"oneOf": ["
|
|
5504
|
+
"property": "issueOperation",
|
|
5505
|
+
"oneOf": ["createAnIssue"]
|
|
5528
5506
|
}
|
|
5529
5507
|
},
|
|
5530
5508
|
{
|
|
5531
|
-
"
|
|
5532
|
-
"
|
|
5509
|
+
"label": "Issue ID",
|
|
5510
|
+
"description": "The internal ID of a project’s issue",
|
|
5511
|
+
"group": "operation",
|
|
5512
|
+
"type": "String",
|
|
5513
|
+
"feel": "optional",
|
|
5533
5514
|
"binding": {
|
|
5534
5515
|
"type": "zeebe:input",
|
|
5535
|
-
"name": "
|
|
5516
|
+
"name": "issueId"
|
|
5517
|
+
},
|
|
5518
|
+
"constraints": {
|
|
5519
|
+
"notEmpty": true
|
|
5536
5520
|
},
|
|
5537
5521
|
"condition": {
|
|
5538
|
-
"property": "
|
|
5539
|
-
"oneOf": ["
|
|
5522
|
+
"property": "issueOperation",
|
|
5523
|
+
"oneOf": ["deleteAnIssue"]
|
|
5540
5524
|
}
|
|
5541
5525
|
},
|
|
5542
5526
|
{
|
|
5543
5527
|
"type": "Hidden",
|
|
5544
|
-
"value": "
|
|
5528
|
+
"value": "=baseUrl + \"/api/v4/projects/\"+ projectId +\"/issues/\" + issueId",
|
|
5545
5529
|
"binding": {
|
|
5546
5530
|
"type": "zeebe:input",
|
|
5547
|
-
"name": "
|
|
5531
|
+
"name": "url"
|
|
5532
|
+
},
|
|
5533
|
+
"condition": {
|
|
5534
|
+
"property": "issueOperation",
|
|
5535
|
+
"oneOf": ["deleteAnIssue"]
|
|
5548
5536
|
}
|
|
5549
5537
|
},
|
|
5550
5538
|
{
|
|
5551
|
-
"label": "
|
|
5552
|
-
"description": "
|
|
5553
|
-
"group": "
|
|
5539
|
+
"label": "Issue ID",
|
|
5540
|
+
"description": "The internal ID of a project’s issue",
|
|
5541
|
+
"group": "operation",
|
|
5554
5542
|
"type": "String",
|
|
5543
|
+
"feel": "optional",
|
|
5555
5544
|
"binding": {
|
|
5556
|
-
"type": "zeebe:
|
|
5557
|
-
"
|
|
5558
|
-
}
|
|
5559
|
-
|
|
5560
|
-
|
|
5561
|
-
|
|
5562
|
-
"
|
|
5563
|
-
|
|
5564
|
-
|
|
5565
|
-
"feel": "required",
|
|
5566
|
-
"binding": {
|
|
5567
|
-
"type": "zeebe:taskHeader",
|
|
5568
|
-
"key": "resultExpression"
|
|
5545
|
+
"type": "zeebe:input",
|
|
5546
|
+
"name": "issueId"
|
|
5547
|
+
},
|
|
5548
|
+
"constraints": {
|
|
5549
|
+
"notEmpty": true
|
|
5550
|
+
},
|
|
5551
|
+
"condition": {
|
|
5552
|
+
"property": "issueOperation",
|
|
5553
|
+
"oneOf": ["commentToAnIssue"]
|
|
5569
5554
|
}
|
|
5570
5555
|
},
|
|
5571
5556
|
{
|
|
5572
|
-
"label": "
|
|
5573
|
-
"description": "
|
|
5574
|
-
"group": "
|
|
5557
|
+
"label": "Note text",
|
|
5558
|
+
"description": "The content of a note",
|
|
5559
|
+
"group": "operation",
|
|
5575
5560
|
"type": "Text",
|
|
5576
|
-
"feel": "
|
|
5577
|
-
"binding": {
|
|
5578
|
-
"type": "zeebe:taskHeader",
|
|
5579
|
-
"key": "errorExpression"
|
|
5580
|
-
}
|
|
5581
|
-
}
|
|
5582
|
-
],
|
|
5583
|
-
"engines": {
|
|
5584
|
-
"camunda": "^8.5"
|
|
5585
|
-
}
|
|
5586
|
-
},
|
|
5587
|
-
{
|
|
5588
|
-
"$schema": "https://unpkg.com/@camunda/zeebe-element-templates-json-schema/resources/schema.json",
|
|
5589
|
-
"name": "GitLab connector",
|
|
5590
|
-
"id": "io.camunda.connectors.GitLab.v1",
|
|
5591
|
-
"version": 1,
|
|
5592
|
-
"description": "Administer and work with issues and releases",
|
|
5593
|
-
"icon": {
|
|
5594
|
-
"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"
|
|
5595
|
-
},
|
|
5596
|
-
"category": {
|
|
5597
|
-
"id": "connectors",
|
|
5598
|
-
"name": "Connectors"
|
|
5599
|
-
},
|
|
5600
|
-
"appliesTo": ["bpmn:Task"],
|
|
5601
|
-
"elementType": {
|
|
5602
|
-
"value": "bpmn:ServiceTask"
|
|
5603
|
-
},
|
|
5604
|
-
"groups": [
|
|
5605
|
-
{
|
|
5606
|
-
"id": "endpoint",
|
|
5607
|
-
"label": "HTTP endpoint"
|
|
5608
|
-
},
|
|
5609
|
-
{
|
|
5610
|
-
"id": "operation",
|
|
5611
|
-
"label": "Operation"
|
|
5612
|
-
},
|
|
5613
|
-
{
|
|
5614
|
-
"id": "output",
|
|
5615
|
-
"label": "Response mapping"
|
|
5616
|
-
},
|
|
5617
|
-
{
|
|
5618
|
-
"id": "errors",
|
|
5619
|
-
"label": "Error handling"
|
|
5620
|
-
}
|
|
5621
|
-
],
|
|
5622
|
-
"properties": [
|
|
5623
|
-
{
|
|
5624
|
-
"type": "Hidden",
|
|
5625
|
-
"value": "io.camunda:http-json:1",
|
|
5626
|
-
"binding": {
|
|
5627
|
-
"type": "zeebe:taskDefinition",
|
|
5628
|
-
"property": "type"
|
|
5629
|
-
}
|
|
5630
|
-
},
|
|
5631
|
-
{
|
|
5632
|
-
"group": "authentication",
|
|
5633
|
-
"type": "Hidden",
|
|
5634
|
-
"value": "noAuth",
|
|
5561
|
+
"feel": "optional",
|
|
5635
5562
|
"binding": {
|
|
5636
5563
|
"type": "zeebe:input",
|
|
5637
|
-
"name": "
|
|
5564
|
+
"name": "commentBody"
|
|
5565
|
+
},
|
|
5566
|
+
"constraints": {
|
|
5567
|
+
"notEmpty": true
|
|
5568
|
+
},
|
|
5569
|
+
"condition": {
|
|
5570
|
+
"property": "issueOperation",
|
|
5571
|
+
"oneOf": ["commentToAnIssue"]
|
|
5638
5572
|
}
|
|
5639
5573
|
},
|
|
5640
5574
|
{
|
|
5641
|
-
"label": "
|
|
5642
|
-
"
|
|
5643
|
-
"
|
|
5644
|
-
"
|
|
5645
|
-
"
|
|
5575
|
+
"label": "Level on confidentiality",
|
|
5576
|
+
"description": "Indicates whether an issue has to be marked as internal or not",
|
|
5577
|
+
"group": "operation",
|
|
5578
|
+
"type": "Dropdown",
|
|
5579
|
+
"value": "false",
|
|
5580
|
+
"choices": [
|
|
5581
|
+
{
|
|
5582
|
+
"name": "Confidential",
|
|
5583
|
+
"value": "true"
|
|
5584
|
+
},
|
|
5585
|
+
{
|
|
5586
|
+
"name": "Non-confidential",
|
|
5587
|
+
"value": "false"
|
|
5588
|
+
}
|
|
5589
|
+
],
|
|
5646
5590
|
"binding": {
|
|
5647
5591
|
"type": "zeebe:input",
|
|
5648
|
-
"name": "
|
|
5592
|
+
"name": "issueIsConfidential"
|
|
5649
5593
|
},
|
|
5650
|
-
"
|
|
5651
|
-
"
|
|
5652
|
-
"
|
|
5653
|
-
"value": "^(=|(http://|https://|secrets).*$)",
|
|
5654
|
-
"message": "Must be a http(s) URL."
|
|
5655
|
-
}
|
|
5594
|
+
"condition": {
|
|
5595
|
+
"property": "issueOperation",
|
|
5596
|
+
"oneOf": ["commentToAnIssue"]
|
|
5656
5597
|
}
|
|
5657
5598
|
},
|
|
5658
5599
|
{
|
|
5659
|
-
"
|
|
5660
|
-
"
|
|
5661
|
-
"type": "String",
|
|
5662
|
-
"feel": "optional",
|
|
5600
|
+
"type": "Hidden",
|
|
5601
|
+
"value": "={\"body\":commentBody, \"confidential\":issueIsConfidential}",
|
|
5663
5602
|
"binding": {
|
|
5664
5603
|
"type": "zeebe:input",
|
|
5665
|
-
"name": "
|
|
5604
|
+
"name": "queryParameters"
|
|
5666
5605
|
},
|
|
5667
|
-
"
|
|
5668
|
-
"
|
|
5606
|
+
"condition": {
|
|
5607
|
+
"property": "issueOperation",
|
|
5608
|
+
"oneOf": ["commentToAnIssue"]
|
|
5669
5609
|
}
|
|
5670
5610
|
},
|
|
5671
5611
|
{
|
|
5672
5612
|
"type": "Hidden",
|
|
5673
|
-
"value": "=
|
|
5613
|
+
"value": "=baseUrl + \"/api/v4/projects/\"+ projectId +\"/issues/\" + issueId + \"/notes\"",
|
|
5674
5614
|
"binding": {
|
|
5675
5615
|
"type": "zeebe:input",
|
|
5676
|
-
"name": "
|
|
5616
|
+
"name": "url"
|
|
5677
5617
|
},
|
|
5678
|
-
"
|
|
5679
|
-
"
|
|
5618
|
+
"condition": {
|
|
5619
|
+
"property": "issueOperation",
|
|
5620
|
+
"oneOf": ["commentToAnIssue"]
|
|
5680
5621
|
}
|
|
5681
5622
|
},
|
|
5682
5623
|
{
|
|
5683
|
-
"label": "
|
|
5684
|
-
"
|
|
5624
|
+
"label": "Scope",
|
|
5625
|
+
"description": "Return issues with the given scope",
|
|
5685
5626
|
"group": "operation",
|
|
5686
|
-
"description": "Choose operation group",
|
|
5687
5627
|
"type": "Dropdown",
|
|
5628
|
+
"optional": true,
|
|
5629
|
+
"value": "all",
|
|
5688
5630
|
"choices": [
|
|
5689
5631
|
{
|
|
5690
|
-
"name": "
|
|
5691
|
-
"value": "
|
|
5632
|
+
"name": "All",
|
|
5633
|
+
"value": "all"
|
|
5692
5634
|
},
|
|
5693
5635
|
{
|
|
5694
|
-
"name": "
|
|
5695
|
-
"value": "
|
|
5636
|
+
"name": "Created by access token owner",
|
|
5637
|
+
"value": "created_by_me"
|
|
5638
|
+
},
|
|
5639
|
+
{
|
|
5640
|
+
"name": "Assigned by access token owner",
|
|
5641
|
+
"value": "assigned_to_me"
|
|
5696
5642
|
}
|
|
5697
5643
|
],
|
|
5698
5644
|
"binding": {
|
|
5699
5645
|
"type": "zeebe:input",
|
|
5700
|
-
"name": "
|
|
5646
|
+
"name": "searchIssueScope"
|
|
5647
|
+
},
|
|
5648
|
+
"condition": {
|
|
5649
|
+
"property": "issueOperation",
|
|
5650
|
+
"oneOf": ["searchIssues"]
|
|
5701
5651
|
}
|
|
5702
5652
|
},
|
|
5703
5653
|
{
|
|
5704
|
-
"label": "
|
|
5705
|
-
"
|
|
5654
|
+
"label": "State",
|
|
5655
|
+
"description": "Return all issues or just those that are opened or closed",
|
|
5706
5656
|
"group": "operation",
|
|
5707
|
-
"description": "Choose operation to perform",
|
|
5708
5657
|
"type": "Dropdown",
|
|
5658
|
+
"value": "all",
|
|
5659
|
+
"optional": true,
|
|
5709
5660
|
"choices": [
|
|
5710
5661
|
{
|
|
5711
|
-
"name": "
|
|
5712
|
-
"value": "
|
|
5713
|
-
},
|
|
5714
|
-
{
|
|
5715
|
-
"name": "Create an issue",
|
|
5716
|
-
"value": "createAnIssue"
|
|
5717
|
-
},
|
|
5718
|
-
{
|
|
5719
|
-
"name": "Delete an issue",
|
|
5720
|
-
"value": "deleteAnIssue"
|
|
5662
|
+
"name": "All",
|
|
5663
|
+
"value": "all"
|
|
5721
5664
|
},
|
|
5722
5665
|
{
|
|
5723
|
-
"name": "
|
|
5724
|
-
"value": "
|
|
5666
|
+
"name": "Opened",
|
|
5667
|
+
"value": "opened"
|
|
5725
5668
|
},
|
|
5726
5669
|
{
|
|
5727
|
-
"name": "
|
|
5728
|
-
"value": "
|
|
5670
|
+
"name": "Closed",
|
|
5671
|
+
"value": "closed"
|
|
5729
5672
|
}
|
|
5730
5673
|
],
|
|
5731
5674
|
"binding": {
|
|
5732
5675
|
"type": "zeebe:input",
|
|
5733
|
-
"name": "
|
|
5676
|
+
"name": "searchIssueState"
|
|
5734
5677
|
},
|
|
5735
5678
|
"condition": {
|
|
5736
|
-
"property": "
|
|
5737
|
-
"
|
|
5679
|
+
"property": "issueOperation",
|
|
5680
|
+
"oneOf": ["searchIssues"]
|
|
5738
5681
|
}
|
|
5739
5682
|
},
|
|
5740
5683
|
{
|
|
5741
|
-
"label": "
|
|
5742
|
-
"
|
|
5684
|
+
"label": "Assignee ID",
|
|
5685
|
+
"description": "Return issues assigned to the given user ID. Mutually exclusive with 'Assignee username'. None returns unassigned issues. 'Any' returns issues with an assignee",
|
|
5743
5686
|
"group": "operation",
|
|
5744
|
-
"
|
|
5745
|
-
"
|
|
5746
|
-
"
|
|
5747
|
-
{
|
|
5748
|
-
"name": "List all releases by project ID",
|
|
5749
|
-
"value": "getReleasesByProjectId"
|
|
5750
|
-
},
|
|
5751
|
-
{
|
|
5752
|
-
"name": "Get release by a tag name",
|
|
5753
|
-
"value": "getReleaseByTagName"
|
|
5754
|
-
},
|
|
5755
|
-
{
|
|
5756
|
-
"name": "Create a release",
|
|
5757
|
-
"value": "createRelease"
|
|
5758
|
-
}
|
|
5759
|
-
],
|
|
5687
|
+
"type": "String",
|
|
5688
|
+
"feel": "optional",
|
|
5689
|
+
"optional": true,
|
|
5760
5690
|
"binding": {
|
|
5761
5691
|
"type": "zeebe:input",
|
|
5762
|
-
"name": "
|
|
5692
|
+
"name": "searchIssueAssigneeId"
|
|
5763
5693
|
},
|
|
5764
5694
|
"condition": {
|
|
5765
|
-
"property": "
|
|
5766
|
-
"
|
|
5695
|
+
"property": "issueOperation",
|
|
5696
|
+
"oneOf": ["searchIssues"]
|
|
5697
|
+
}
|
|
5698
|
+
},
|
|
5699
|
+
{
|
|
5700
|
+
"label": "Assignee username",
|
|
5701
|
+
"description": " Return issues assigned to the given username. Similar to 'Assignee ID' and mutually exclusive with 'Assignee ID'",
|
|
5702
|
+
"group": "operation",
|
|
5703
|
+
"type": "String",
|
|
5704
|
+
"feel": "optional",
|
|
5705
|
+
"optional": true,
|
|
5706
|
+
"binding": {
|
|
5707
|
+
"type": "zeebe:input",
|
|
5708
|
+
"name": "searchIssueAssigneeUsername"
|
|
5709
|
+
},
|
|
5710
|
+
"condition": {
|
|
5711
|
+
"property": "issueOperation",
|
|
5712
|
+
"oneOf": ["searchIssues"]
|
|
5713
|
+
}
|
|
5714
|
+
},
|
|
5715
|
+
{
|
|
5716
|
+
"label": "Author ID",
|
|
5717
|
+
"description": "Return issues created by the given user ID",
|
|
5718
|
+
"group": "operation",
|
|
5719
|
+
"type": "String",
|
|
5720
|
+
"feel": "optional",
|
|
5721
|
+
"optional": true,
|
|
5722
|
+
"binding": {
|
|
5723
|
+
"type": "zeebe:input",
|
|
5724
|
+
"name": "searchIssueAuthorId"
|
|
5725
|
+
},
|
|
5726
|
+
"condition": {
|
|
5727
|
+
"property": "issueOperation",
|
|
5728
|
+
"oneOf": ["searchIssues"]
|
|
5729
|
+
}
|
|
5730
|
+
},
|
|
5731
|
+
{
|
|
5732
|
+
"label": "Contains text",
|
|
5733
|
+
"description": "Search issues against their title and description",
|
|
5734
|
+
"group": "operation",
|
|
5735
|
+
"type": "String",
|
|
5736
|
+
"feel": "optional",
|
|
5737
|
+
"optional": true,
|
|
5738
|
+
"binding": {
|
|
5739
|
+
"type": "zeebe:input",
|
|
5740
|
+
"name": "searchIssueSearch"
|
|
5741
|
+
},
|
|
5742
|
+
"condition": {
|
|
5743
|
+
"property": "issueOperation",
|
|
5744
|
+
"oneOf": ["searchIssues"]
|
|
5767
5745
|
}
|
|
5768
5746
|
},
|
|
5769
5747
|
{
|
|
5770
5748
|
"type": "Hidden",
|
|
5771
|
-
"value": "
|
|
5749
|
+
"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}",
|
|
5772
5750
|
"binding": {
|
|
5773
5751
|
"type": "zeebe:input",
|
|
5774
|
-
"name": "
|
|
5752
|
+
"name": "queryParameters"
|
|
5775
5753
|
},
|
|
5776
5754
|
"condition": {
|
|
5777
|
-
"property": "
|
|
5778
|
-
"oneOf": ["
|
|
5755
|
+
"property": "issueOperation",
|
|
5756
|
+
"oneOf": ["searchIssues"]
|
|
5779
5757
|
}
|
|
5780
5758
|
},
|
|
5781
5759
|
{
|
|
5782
5760
|
"type": "Hidden",
|
|
5783
|
-
"value": "
|
|
5761
|
+
"value": "=baseUrl + \"/api/v4/issues\"",
|
|
5784
5762
|
"binding": {
|
|
5785
5763
|
"type": "zeebe:input",
|
|
5786
|
-
"name": "
|
|
5764
|
+
"name": "url"
|
|
5787
5765
|
},
|
|
5788
5766
|
"condition": {
|
|
5789
5767
|
"property": "issueOperation",
|
|
5790
|
-
"oneOf": ["
|
|
5768
|
+
"oneOf": ["searchIssues"]
|
|
5791
5769
|
}
|
|
5792
5770
|
},
|
|
5793
5771
|
{
|
|
5794
5772
|
"type": "Hidden",
|
|
5795
|
-
"value": "
|
|
5773
|
+
"value": "=baseUrl + \"/api/v4/projects/\"+ projectId +\"/releases\"",
|
|
5796
5774
|
"binding": {
|
|
5797
5775
|
"type": "zeebe:input",
|
|
5798
|
-
"name": "
|
|
5776
|
+
"name": "url"
|
|
5799
5777
|
},
|
|
5800
5778
|
"condition": {
|
|
5801
5779
|
"property": "releaseOperation",
|
|
5802
|
-
"oneOf": ["
|
|
5780
|
+
"oneOf": ["getReleasesByProjectId"]
|
|
5803
5781
|
}
|
|
5804
5782
|
},
|
|
5805
5783
|
{
|
|
5806
|
-
"
|
|
5807
|
-
"
|
|
5784
|
+
"label": "Tag name",
|
|
5785
|
+
"description": "The Git tag the release is associated with",
|
|
5786
|
+
"group": "operation",
|
|
5787
|
+
"type": "String",
|
|
5788
|
+
"feel": "optional",
|
|
5808
5789
|
"binding": {
|
|
5809
5790
|
"type": "zeebe:input",
|
|
5810
|
-
"name": "
|
|
5791
|
+
"name": "releaseTagName"
|
|
5792
|
+
},
|
|
5793
|
+
"constraints": {
|
|
5794
|
+
"notEmpty": true
|
|
5811
5795
|
},
|
|
5812
5796
|
"condition": {
|
|
5813
|
-
"property": "
|
|
5814
|
-
"oneOf": ["
|
|
5797
|
+
"property": "releaseOperation",
|
|
5798
|
+
"oneOf": ["getReleaseByTagName"]
|
|
5815
5799
|
}
|
|
5816
5800
|
},
|
|
5817
5801
|
{
|
|
5818
5802
|
"type": "Hidden",
|
|
5819
|
-
"value": "
|
|
5803
|
+
"value": "=baseUrl + \"/api/v4/projects/\"+ projectId +\"/releases/\" + releaseTagName",
|
|
5820
5804
|
"binding": {
|
|
5821
5805
|
"type": "zeebe:input",
|
|
5822
|
-
"name": "
|
|
5806
|
+
"name": "url"
|
|
5823
5807
|
},
|
|
5824
5808
|
"condition": {
|
|
5825
|
-
"property": "
|
|
5826
|
-
"oneOf": ["
|
|
5809
|
+
"property": "releaseOperation",
|
|
5810
|
+
"oneOf": ["getReleaseByTagName"]
|
|
5827
5811
|
}
|
|
5828
5812
|
},
|
|
5829
5813
|
{
|
|
5830
|
-
"label": "
|
|
5831
|
-
"description": "The
|
|
5814
|
+
"label": "Tag name",
|
|
5815
|
+
"description": "The tag where the release is created from",
|
|
5816
|
+
"group": "operation",
|
|
5817
|
+
"type": "String",
|
|
5818
|
+
"feel": "optional",
|
|
5819
|
+
"binding": {
|
|
5820
|
+
"type": "zeebe:input",
|
|
5821
|
+
"name": "releaseTagName"
|
|
5822
|
+
},
|
|
5823
|
+
"constraints": {
|
|
5824
|
+
"notEmpty": true
|
|
5825
|
+
},
|
|
5826
|
+
"condition": {
|
|
5827
|
+
"property": "releaseOperation",
|
|
5828
|
+
"oneOf": ["createRelease"]
|
|
5829
|
+
}
|
|
5830
|
+
},
|
|
5831
|
+
{
|
|
5832
|
+
"label": "Ref",
|
|
5833
|
+
"description": "A commit SHA, another tag name, or a branch name",
|
|
5834
|
+
"group": "operation",
|
|
5835
|
+
"type": "String",
|
|
5836
|
+
"feel": "optional",
|
|
5837
|
+
"binding": {
|
|
5838
|
+
"type": "zeebe:input",
|
|
5839
|
+
"name": "releaseRef"
|
|
5840
|
+
},
|
|
5841
|
+
"constraints": {
|
|
5842
|
+
"notEmpty": true
|
|
5843
|
+
},
|
|
5844
|
+
"condition": {
|
|
5845
|
+
"property": "releaseOperation",
|
|
5846
|
+
"oneOf": ["createRelease"]
|
|
5847
|
+
}
|
|
5848
|
+
},
|
|
5849
|
+
{
|
|
5850
|
+
"label": "Release name",
|
|
5851
|
+
"description": "The release name",
|
|
5832
5852
|
"group": "operation",
|
|
5833
5853
|
"type": "String",
|
|
5834
5854
|
"feel": "optional",
|
|
5855
|
+
"optional": true,
|
|
5835
5856
|
"binding": {
|
|
5836
5857
|
"type": "zeebe:input",
|
|
5837
|
-
"name": "
|
|
5838
|
-
},
|
|
5839
|
-
"constraints": {
|
|
5840
|
-
"notEmpty": true
|
|
5858
|
+
"name": "releaseName"
|
|
5841
5859
|
},
|
|
5842
5860
|
"condition": {
|
|
5843
|
-
"property": "
|
|
5844
|
-
"oneOf": ["
|
|
5861
|
+
"property": "releaseOperation",
|
|
5862
|
+
"oneOf": ["createRelease"]
|
|
5845
5863
|
}
|
|
5846
5864
|
},
|
|
5847
5865
|
{
|
|
5848
|
-
"label": "
|
|
5849
|
-
"description": "The
|
|
5866
|
+
"label": "Description",
|
|
5867
|
+
"description": "The description of the release",
|
|
5850
5868
|
"group": "operation",
|
|
5851
|
-
"type": "
|
|
5869
|
+
"type": "Text",
|
|
5852
5870
|
"feel": "optional",
|
|
5871
|
+
"optional": true,
|
|
5853
5872
|
"binding": {
|
|
5854
5873
|
"type": "zeebe:input",
|
|
5855
|
-
"name": "
|
|
5856
|
-
},
|
|
5857
|
-
"constraints": {
|
|
5858
|
-
"notEmpty": true
|
|
5874
|
+
"name": "releaseDescription"
|
|
5859
5875
|
},
|
|
5860
5876
|
"condition": {
|
|
5861
|
-
"property": "
|
|
5862
|
-
"oneOf": ["
|
|
5877
|
+
"property": "releaseOperation",
|
|
5878
|
+
"oneOf": ["createRelease"]
|
|
5863
5879
|
}
|
|
5864
5880
|
},
|
|
5865
5881
|
{
|
|
5866
5882
|
"type": "Hidden",
|
|
5867
|
-
"value": "=baseUrl + \"/api/v4/projects/\"+ projectId +\"/
|
|
5883
|
+
"value": "=baseUrl + \"/api/v4/projects/\"+ projectId +\"/releases\"",
|
|
5868
5884
|
"binding": {
|
|
5869
5885
|
"type": "zeebe:input",
|
|
5870
5886
|
"name": "url"
|
|
5871
5887
|
},
|
|
5872
5888
|
"condition": {
|
|
5873
|
-
"property": "
|
|
5874
|
-
"oneOf": ["
|
|
5889
|
+
"property": "releaseOperation",
|
|
5890
|
+
"oneOf": ["createRelease"]
|
|
5875
5891
|
}
|
|
5876
5892
|
},
|
|
5877
5893
|
{
|
|
5878
|
-
"
|
|
5879
|
-
"
|
|
5880
|
-
"group": "operation",
|
|
5881
|
-
"type": "String",
|
|
5882
|
-
"feel": "optional",
|
|
5894
|
+
"type": "Hidden",
|
|
5895
|
+
"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}",
|
|
5883
5896
|
"binding": {
|
|
5884
5897
|
"type": "zeebe:input",
|
|
5885
|
-
"name": "
|
|
5886
|
-
},
|
|
5887
|
-
"constraints": {
|
|
5888
|
-
"notEmpty": true
|
|
5898
|
+
"name": "body"
|
|
5889
5899
|
},
|
|
5890
5900
|
"condition": {
|
|
5891
|
-
"property": "
|
|
5892
|
-
"oneOf": ["
|
|
5901
|
+
"property": "releaseOperation",
|
|
5902
|
+
"oneOf": ["createRelease"]
|
|
5893
5903
|
}
|
|
5894
5904
|
},
|
|
5895
5905
|
{
|
|
5896
|
-
"label": "
|
|
5897
|
-
"description": "
|
|
5906
|
+
"label": "Search string",
|
|
5907
|
+
"description": "Return list of branches containing the search string",
|
|
5898
5908
|
"group": "operation",
|
|
5899
5909
|
"type": "String",
|
|
5900
5910
|
"feel": "optional",
|
|
5911
|
+
"optional": true,
|
|
5901
5912
|
"binding": {
|
|
5902
5913
|
"type": "zeebe:input",
|
|
5903
|
-
"name": "
|
|
5904
|
-
},
|
|
5905
|
-
"constraints": {
|
|
5906
|
-
"notEmpty": true
|
|
5914
|
+
"name": "searchString"
|
|
5907
5915
|
},
|
|
5908
5916
|
"condition": {
|
|
5909
|
-
"property": "
|
|
5910
|
-
"oneOf": ["
|
|
5917
|
+
"property": "branchOperation",
|
|
5918
|
+
"oneOf": ["getRepositoryBranchesByProjectId"]
|
|
5911
5919
|
}
|
|
5912
5920
|
},
|
|
5913
5921
|
{
|
|
5914
|
-
"label": "
|
|
5915
|
-
"description": "
|
|
5922
|
+
"label": "Regular expression",
|
|
5923
|
+
"description": "Return list of branches with names matching a <a href=\"https://github.com/google/re2/wiki/Syntax\" target=\"_blank\">re2</a> regular expression",
|
|
5916
5924
|
"group": "operation",
|
|
5917
|
-
"type": "
|
|
5925
|
+
"type": "String",
|
|
5918
5926
|
"feel": "optional",
|
|
5927
|
+
"optional": true,
|
|
5919
5928
|
"binding": {
|
|
5920
5929
|
"type": "zeebe:input",
|
|
5921
|
-
"name": "
|
|
5922
|
-
},
|
|
5923
|
-
"constraints": {
|
|
5924
|
-
"notEmpty": true
|
|
5930
|
+
"name": "regex"
|
|
5925
5931
|
},
|
|
5926
5932
|
"condition": {
|
|
5927
|
-
"property": "
|
|
5928
|
-
"oneOf": ["
|
|
5933
|
+
"property": "branchOperation",
|
|
5934
|
+
"oneOf": ["getRepositoryBranchesByProjectId"]
|
|
5929
5935
|
}
|
|
5930
5936
|
},
|
|
5931
5937
|
{
|
|
5932
5938
|
"type": "Hidden",
|
|
5933
|
-
"value": "=baseUrl + \"/api/v4/projects/\"+ projectId +\"/
|
|
5939
|
+
"value": "=baseUrl + \"/api/v4/projects/\"+ projectId +\"/repository/branches\"",
|
|
5934
5940
|
"binding": {
|
|
5935
5941
|
"type": "zeebe:input",
|
|
5936
5942
|
"name": "url"
|
|
5937
5943
|
},
|
|
5938
5944
|
"condition": {
|
|
5939
|
-
"property": "
|
|
5940
|
-
"oneOf": [
|
|
5945
|
+
"property": "branchOperation",
|
|
5946
|
+
"oneOf": [
|
|
5947
|
+
"getRepositoryBranchesByProjectId",
|
|
5948
|
+
"createRepositoryBranch"
|
|
5949
|
+
]
|
|
5941
5950
|
}
|
|
5942
5951
|
},
|
|
5943
5952
|
{
|
|
5944
5953
|
"type": "Hidden",
|
|
5945
|
-
"value": "={\"
|
|
5954
|
+
"value": "={\"search\": if searchString = null then null else searchString, \"regex\": if regex = null then null else regex}",
|
|
5946
5955
|
"binding": {
|
|
5947
5956
|
"type": "zeebe:input",
|
|
5948
5957
|
"name": "queryParameters"
|
|
5949
5958
|
},
|
|
5950
5959
|
"condition": {
|
|
5951
|
-
"property": "
|
|
5952
|
-
"oneOf": ["
|
|
5960
|
+
"property": "branchOperation",
|
|
5961
|
+
"oneOf": ["getRepositoryBranchesByProjectId"]
|
|
5953
5962
|
}
|
|
5954
5963
|
},
|
|
5955
5964
|
{
|
|
5956
|
-
"label": "
|
|
5957
|
-
"description": "
|
|
5965
|
+
"label": "Name",
|
|
5966
|
+
"description": "Name of the new branch",
|
|
5958
5967
|
"group": "operation",
|
|
5959
5968
|
"type": "String",
|
|
5960
5969
|
"feel": "optional",
|
|
5961
5970
|
"binding": {
|
|
5962
5971
|
"type": "zeebe:input",
|
|
5963
|
-
"name": "
|
|
5972
|
+
"name": "branchName"
|
|
5964
5973
|
},
|
|
5965
5974
|
"constraints": {
|
|
5966
5975
|
"notEmpty": true
|
|
5967
5976
|
},
|
|
5968
5977
|
"condition": {
|
|
5969
|
-
"property": "
|
|
5970
|
-
"oneOf": ["
|
|
5978
|
+
"property": "branchOperation",
|
|
5979
|
+
"oneOf": ["createRepositoryBranch"]
|
|
5971
5980
|
}
|
|
5972
5981
|
},
|
|
5973
5982
|
{
|
|
5974
|
-
"label": "
|
|
5975
|
-
"description": "
|
|
5983
|
+
"label": "Reference",
|
|
5984
|
+
"description": "Branch name or commit SHA to create branch from",
|
|
5976
5985
|
"group": "operation",
|
|
5977
5986
|
"type": "String",
|
|
5978
5987
|
"feel": "optional",
|
|
5979
5988
|
"binding": {
|
|
5980
5989
|
"type": "zeebe:input",
|
|
5981
|
-
"name": "
|
|
5990
|
+
"name": "ref"
|
|
5982
5991
|
},
|
|
5983
5992
|
"constraints": {
|
|
5984
5993
|
"notEmpty": true
|
|
5985
5994
|
},
|
|
5986
5995
|
"condition": {
|
|
5987
|
-
"property": "
|
|
5988
|
-
"oneOf": ["
|
|
5996
|
+
"property": "branchOperation",
|
|
5997
|
+
"oneOf": ["createRepositoryBranch"]
|
|
5989
5998
|
}
|
|
5990
5999
|
},
|
|
5991
6000
|
{
|
|
5992
6001
|
"type": "Hidden",
|
|
5993
|
-
"value": "=
|
|
6002
|
+
"value": "={\"branch\": if branchName = null then null else branchName, \"ref\": if ref = null then null else ref}",
|
|
5994
6003
|
"binding": {
|
|
5995
6004
|
"type": "zeebe:input",
|
|
5996
|
-
"name": "
|
|
6005
|
+
"name": "body"
|
|
5997
6006
|
},
|
|
5998
6007
|
"condition": {
|
|
5999
|
-
"property": "
|
|
6000
|
-
"oneOf": ["
|
|
6008
|
+
"property": "branchOperation",
|
|
6009
|
+
"oneOf": ["createRepositoryBranch"]
|
|
6001
6010
|
}
|
|
6002
6011
|
},
|
|
6003
6012
|
{
|
|
6004
|
-
"label": "
|
|
6005
|
-
"description": "
|
|
6013
|
+
"label": "Branch name",
|
|
6014
|
+
"description": "Name of the new branch to modify the file in. The commit is added to this branch",
|
|
6006
6015
|
"group": "operation",
|
|
6007
6016
|
"type": "String",
|
|
6008
6017
|
"feel": "optional",
|
|
6009
6018
|
"binding": {
|
|
6010
6019
|
"type": "zeebe:input",
|
|
6011
|
-
"name": "
|
|
6020
|
+
"name": "branchName"
|
|
6012
6021
|
},
|
|
6013
6022
|
"constraints": {
|
|
6014
6023
|
"notEmpty": true
|
|
6015
6024
|
},
|
|
6016
6025
|
"condition": {
|
|
6017
|
-
"property": "
|
|
6018
|
-
"oneOf": ["
|
|
6026
|
+
"property": "reposOperation",
|
|
6027
|
+
"oneOf": ["createRepositoryFile", "updateRepositoryFile"]
|
|
6019
6028
|
}
|
|
6020
6029
|
},
|
|
6021
6030
|
{
|
|
6022
|
-
"label": "
|
|
6023
|
-
"description": "
|
|
6031
|
+
"label": "Commit message",
|
|
6032
|
+
"description": "Message of the commit that modifies the file",
|
|
6024
6033
|
"group": "operation",
|
|
6025
6034
|
"type": "String",
|
|
6026
6035
|
"feel": "optional",
|
|
6027
6036
|
"binding": {
|
|
6028
6037
|
"type": "zeebe:input",
|
|
6029
|
-
"name": "
|
|
6038
|
+
"name": "commitMessage"
|
|
6030
6039
|
},
|
|
6031
6040
|
"constraints": {
|
|
6032
6041
|
"notEmpty": true
|
|
6033
6042
|
},
|
|
6034
6043
|
"condition": {
|
|
6035
|
-
"property": "
|
|
6036
|
-
"oneOf": ["
|
|
6044
|
+
"property": "reposOperation",
|
|
6045
|
+
"oneOf": ["createRepositoryFile", "updateRepositoryFile"]
|
|
6037
6046
|
}
|
|
6038
6047
|
},
|
|
6039
6048
|
{
|
|
6040
|
-
"label": "
|
|
6041
|
-
"description": "The content of a note",
|
|
6049
|
+
"label": "File content",
|
|
6042
6050
|
"group": "operation",
|
|
6043
6051
|
"type": "Text",
|
|
6044
6052
|
"feel": "optional",
|
|
6045
6053
|
"binding": {
|
|
6046
6054
|
"type": "zeebe:input",
|
|
6047
|
-
"name": "
|
|
6055
|
+
"name": "content"
|
|
6048
6056
|
},
|
|
6049
6057
|
"constraints": {
|
|
6050
6058
|
"notEmpty": true
|
|
6051
6059
|
},
|
|
6052
6060
|
"condition": {
|
|
6053
|
-
"property": "
|
|
6054
|
-
"oneOf": ["
|
|
6061
|
+
"property": "reposOperation",
|
|
6062
|
+
"oneOf": ["createRepositoryFile", "updateRepositoryFile"]
|
|
6055
6063
|
}
|
|
6056
6064
|
},
|
|
6057
6065
|
{
|
|
6058
|
-
"label": "
|
|
6059
|
-
"description": "
|
|
6066
|
+
"label": "File path",
|
|
6067
|
+
"description": "URL-encoded full path to the file. For example, lib%2Fclass%2Erb",
|
|
6060
6068
|
"group": "operation",
|
|
6061
|
-
"type": "
|
|
6062
|
-
"
|
|
6063
|
-
"choices": [
|
|
6064
|
-
{
|
|
6065
|
-
"name": "Confidential",
|
|
6066
|
-
"value": "true"
|
|
6067
|
-
},
|
|
6068
|
-
{
|
|
6069
|
-
"name": "Non-confidential",
|
|
6070
|
-
"value": "false"
|
|
6071
|
-
}
|
|
6072
|
-
],
|
|
6073
|
-
"binding": {
|
|
6074
|
-
"type": "zeebe:input",
|
|
6075
|
-
"name": "issueIsConfidential"
|
|
6076
|
-
},
|
|
6077
|
-
"condition": {
|
|
6078
|
-
"property": "issueOperation",
|
|
6079
|
-
"oneOf": ["commentToAnIssue"]
|
|
6080
|
-
}
|
|
6081
|
-
},
|
|
6082
|
-
{
|
|
6083
|
-
"type": "Hidden",
|
|
6084
|
-
"value": "={\"body\":commentBody, \"confidential\":issueIsConfidential}",
|
|
6069
|
+
"type": "String",
|
|
6070
|
+
"feel": "optional",
|
|
6085
6071
|
"binding": {
|
|
6086
6072
|
"type": "zeebe:input",
|
|
6087
|
-
"name": "
|
|
6073
|
+
"name": "filePath"
|
|
6088
6074
|
},
|
|
6089
|
-
"
|
|
6090
|
-
"
|
|
6091
|
-
"oneOf": ["commentToAnIssue"]
|
|
6092
|
-
}
|
|
6093
|
-
},
|
|
6094
|
-
{
|
|
6095
|
-
"type": "Hidden",
|
|
6096
|
-
"value": "=baseUrl + \"/api/v4/projects/\"+ projectId +\"/issues/\" + issueId + \"/notes\"",
|
|
6097
|
-
"binding": {
|
|
6098
|
-
"type": "zeebe:input",
|
|
6099
|
-
"name": "url"
|
|
6075
|
+
"constraints": {
|
|
6076
|
+
"notEmpty": true
|
|
6100
6077
|
},
|
|
6101
6078
|
"condition": {
|
|
6102
|
-
"property": "
|
|
6103
|
-
"oneOf": [
|
|
6079
|
+
"property": "reposOperation",
|
|
6080
|
+
"oneOf": [
|
|
6081
|
+
"createRepositoryFile",
|
|
6082
|
+
"getRepositoryFile",
|
|
6083
|
+
"updateRepositoryFile"
|
|
6084
|
+
]
|
|
6104
6085
|
}
|
|
6105
6086
|
},
|
|
6106
6087
|
{
|
|
6107
|
-
"label": "
|
|
6108
|
-
"description": "
|
|
6088
|
+
"label": "Author email",
|
|
6089
|
+
"description": "The commit author's email address",
|
|
6109
6090
|
"group": "operation",
|
|
6110
|
-
"type": "
|
|
6091
|
+
"type": "String",
|
|
6092
|
+
"feel": "optional",
|
|
6111
6093
|
"optional": true,
|
|
6112
|
-
"value": "all",
|
|
6113
|
-
"choices": [
|
|
6114
|
-
{
|
|
6115
|
-
"name": "All",
|
|
6116
|
-
"value": "all"
|
|
6117
|
-
},
|
|
6118
|
-
{
|
|
6119
|
-
"name": "Created by access token owner",
|
|
6120
|
-
"value": "created_by_me"
|
|
6121
|
-
},
|
|
6122
|
-
{
|
|
6123
|
-
"name": "Assigned by access token owner",
|
|
6124
|
-
"value": "assigned_to_me"
|
|
6125
|
-
}
|
|
6126
|
-
],
|
|
6127
6094
|
"binding": {
|
|
6128
6095
|
"type": "zeebe:input",
|
|
6129
|
-
"name": "
|
|
6096
|
+
"name": "authorEmail"
|
|
6130
6097
|
},
|
|
6131
6098
|
"condition": {
|
|
6132
|
-
"property": "
|
|
6133
|
-
"oneOf": ["
|
|
6099
|
+
"property": "reposOperation",
|
|
6100
|
+
"oneOf": ["createRepositoryFile", "updateRepositoryFile"]
|
|
6134
6101
|
}
|
|
6135
6102
|
},
|
|
6136
6103
|
{
|
|
6137
|
-
"label": "
|
|
6138
|
-
"description": "
|
|
6104
|
+
"label": "Author name",
|
|
6105
|
+
"description": "The commit author's name",
|
|
6139
6106
|
"group": "operation",
|
|
6140
|
-
"type": "
|
|
6141
|
-
"
|
|
6107
|
+
"type": "String",
|
|
6108
|
+
"feel": "optional",
|
|
6142
6109
|
"optional": true,
|
|
6143
|
-
"choices": [
|
|
6144
|
-
{
|
|
6145
|
-
"name": "All",
|
|
6146
|
-
"value": "all"
|
|
6147
|
-
},
|
|
6148
|
-
{
|
|
6149
|
-
"name": "Opened",
|
|
6150
|
-
"value": "opened"
|
|
6151
|
-
},
|
|
6152
|
-
{
|
|
6153
|
-
"name": "Closed",
|
|
6154
|
-
"value": "closed"
|
|
6155
|
-
}
|
|
6156
|
-
],
|
|
6157
6110
|
"binding": {
|
|
6158
6111
|
"type": "zeebe:input",
|
|
6159
|
-
"name": "
|
|
6112
|
+
"name": "authorName"
|
|
6160
6113
|
},
|
|
6161
6114
|
"condition": {
|
|
6162
|
-
"property": "
|
|
6163
|
-
"oneOf": ["
|
|
6115
|
+
"property": "reposOperation",
|
|
6116
|
+
"oneOf": ["createRepositoryFile", "updateRepositoryFile"]
|
|
6164
6117
|
}
|
|
6165
6118
|
},
|
|
6166
6119
|
{
|
|
6167
|
-
"label": "
|
|
6168
|
-
"description": "
|
|
6120
|
+
"label": "Encoding",
|
|
6121
|
+
"description": "Change encoding to <code>base64</code>. GitLab's default is <code>text</code>",
|
|
6169
6122
|
"group": "operation",
|
|
6170
6123
|
"type": "String",
|
|
6171
6124
|
"feel": "optional",
|
|
6172
6125
|
"optional": true,
|
|
6173
6126
|
"binding": {
|
|
6174
6127
|
"type": "zeebe:input",
|
|
6175
|
-
"name": "
|
|
6128
|
+
"name": "encoding"
|
|
6176
6129
|
},
|
|
6177
6130
|
"condition": {
|
|
6178
|
-
"property": "
|
|
6179
|
-
"oneOf": ["
|
|
6131
|
+
"property": "reposOperation",
|
|
6132
|
+
"oneOf": ["createRepositoryFile", "updateRepositoryFile"]
|
|
6180
6133
|
}
|
|
6181
6134
|
},
|
|
6182
6135
|
{
|
|
6183
|
-
"label": "
|
|
6184
|
-
"description": "
|
|
6136
|
+
"label": "Execute file mode",
|
|
6137
|
+
"description": "Enables or disables the <code>execute</code> flag on the file",
|
|
6185
6138
|
"group": "operation",
|
|
6186
|
-
"type": "
|
|
6139
|
+
"type": "Boolean",
|
|
6187
6140
|
"feel": "optional",
|
|
6188
|
-
"
|
|
6141
|
+
"value": "=false",
|
|
6189
6142
|
"binding": {
|
|
6190
6143
|
"type": "zeebe:input",
|
|
6191
|
-
"name": "
|
|
6144
|
+
"name": "executeFilemode"
|
|
6192
6145
|
},
|
|
6193
6146
|
"condition": {
|
|
6194
|
-
"property": "
|
|
6195
|
-
"oneOf": ["
|
|
6147
|
+
"property": "reposOperation",
|
|
6148
|
+
"oneOf": ["createRepositoryFile", "updateRepositoryFile"]
|
|
6196
6149
|
}
|
|
6197
6150
|
},
|
|
6198
6151
|
{
|
|
6199
|
-
"label": "
|
|
6200
|
-
"description": "
|
|
6152
|
+
"label": "Start branch",
|
|
6153
|
+
"description": "Name of the base branch to start the new branch from",
|
|
6201
6154
|
"group": "operation",
|
|
6202
6155
|
"type": "String",
|
|
6203
6156
|
"feel": "optional",
|
|
6204
6157
|
"optional": true,
|
|
6205
6158
|
"binding": {
|
|
6206
6159
|
"type": "zeebe:input",
|
|
6207
|
-
"name": "
|
|
6160
|
+
"name": "startBranch"
|
|
6208
6161
|
},
|
|
6209
6162
|
"condition": {
|
|
6210
|
-
"property": "
|
|
6211
|
-
"oneOf": ["
|
|
6163
|
+
"property": "reposOperation",
|
|
6164
|
+
"oneOf": ["createRepositoryFile", "updateRepositoryFile"]
|
|
6212
6165
|
}
|
|
6213
6166
|
},
|
|
6214
6167
|
{
|
|
6215
|
-
"label": "
|
|
6216
|
-
"description": "
|
|
6168
|
+
"label": "Reference",
|
|
6169
|
+
"description": "Name of the branch, tag or commit the file is fetched from",
|
|
6217
6170
|
"group": "operation",
|
|
6218
6171
|
"type": "String",
|
|
6219
6172
|
"feel": "optional",
|
|
6220
|
-
"optional": true,
|
|
6221
6173
|
"binding": {
|
|
6222
6174
|
"type": "zeebe:input",
|
|
6223
|
-
"name": "
|
|
6175
|
+
"name": "repositoryFileReference"
|
|
6176
|
+
},
|
|
6177
|
+
"constraints": {
|
|
6178
|
+
"notEmpty": true
|
|
6224
6179
|
},
|
|
6225
6180
|
"condition": {
|
|
6226
|
-
"property": "
|
|
6227
|
-
"oneOf": ["
|
|
6181
|
+
"property": "branchOperation",
|
|
6182
|
+
"oneOf": ["getRepositoryFile"]
|
|
6228
6183
|
}
|
|
6229
6184
|
},
|
|
6230
6185
|
{
|
|
6231
6186
|
"type": "Hidden",
|
|
6232
|
-
"value": "=
|
|
6187
|
+
"value": "=baseUrl + \"/api/v4/projects/\"+ projectId +\"/repository/files/\" + filePath",
|
|
6233
6188
|
"binding": {
|
|
6234
6189
|
"type": "zeebe:input",
|
|
6235
|
-
"name": "
|
|
6190
|
+
"name": "url"
|
|
6236
6191
|
},
|
|
6237
6192
|
"condition": {
|
|
6238
|
-
"property": "
|
|
6239
|
-
"oneOf": [
|
|
6193
|
+
"property": "reposOperation",
|
|
6194
|
+
"oneOf": [
|
|
6195
|
+
"createRepositoryFile",
|
|
6196
|
+
"getRepositoryFile",
|
|
6197
|
+
"updateRepositoryFile"
|
|
6198
|
+
]
|
|
6240
6199
|
}
|
|
6241
6200
|
},
|
|
6242
6201
|
{
|
|
6243
6202
|
"type": "Hidden",
|
|
6244
|
-
"value": "=
|
|
6203
|
+
"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}",
|
|
6245
6204
|
"binding": {
|
|
6246
6205
|
"type": "zeebe:input",
|
|
6247
|
-
"name": "
|
|
6206
|
+
"name": "body"
|
|
6248
6207
|
},
|
|
6249
6208
|
"condition": {
|
|
6250
|
-
"property": "
|
|
6251
|
-
"oneOf": ["
|
|
6209
|
+
"property": "reposOperation",
|
|
6210
|
+
"oneOf": ["createRepositoryFile", "updateRepositoryFile"]
|
|
6252
6211
|
}
|
|
6253
6212
|
},
|
|
6254
6213
|
{
|
|
6255
|
-
"
|
|
6256
|
-
"
|
|
6214
|
+
"type": "Hidden",
|
|
6215
|
+
"value": "={\"ref\":repositoryFileReference}",
|
|
6216
|
+
"binding": {
|
|
6217
|
+
"type": "zeebe:input",
|
|
6218
|
+
"name": "queryParameters"
|
|
6219
|
+
},
|
|
6220
|
+
"condition": {
|
|
6221
|
+
"property": "reposOperation",
|
|
6222
|
+
"oneOf": ["getRepositoryFile"]
|
|
6223
|
+
}
|
|
6224
|
+
},
|
|
6225
|
+
{
|
|
6226
|
+
"label": "Source branch",
|
|
6257
6227
|
"group": "operation",
|
|
6258
6228
|
"type": "String",
|
|
6259
6229
|
"feel": "optional",
|
|
6260
6230
|
"binding": {
|
|
6261
6231
|
"type": "zeebe:input",
|
|
6262
|
-
"name": "
|
|
6232
|
+
"name": "sourceBranch"
|
|
6263
6233
|
},
|
|
6264
6234
|
"constraints": {
|
|
6265
6235
|
"notEmpty": true
|
|
6266
6236
|
},
|
|
6267
6237
|
"condition": {
|
|
6268
|
-
"property": "
|
|
6269
|
-
"oneOf": ["
|
|
6238
|
+
"property": "mergeOperation",
|
|
6239
|
+
"oneOf": ["createMergeRequest"]
|
|
6270
6240
|
}
|
|
6271
6241
|
},
|
|
6272
6242
|
{
|
|
6273
|
-
"
|
|
6274
|
-
"
|
|
6243
|
+
"label": "Target branch",
|
|
6244
|
+
"group": "operation",
|
|
6245
|
+
"type": "String",
|
|
6246
|
+
"feel": "optional",
|
|
6275
6247
|
"binding": {
|
|
6276
6248
|
"type": "zeebe:input",
|
|
6277
|
-
"name": "
|
|
6249
|
+
"name": "targetBranch"
|
|
6250
|
+
},
|
|
6251
|
+
"constraints": {
|
|
6252
|
+
"notEmpty": true
|
|
6278
6253
|
},
|
|
6279
6254
|
"condition": {
|
|
6280
|
-
"property": "
|
|
6281
|
-
"oneOf": ["
|
|
6255
|
+
"property": "mergeOperation",
|
|
6256
|
+
"oneOf": ["createMergeRequest"]
|
|
6282
6257
|
}
|
|
6283
6258
|
},
|
|
6284
6259
|
{
|
|
6285
|
-
"label": "
|
|
6286
|
-
"description": "The global ID or URL-encoded path of the project owned by the authenticated user",
|
|
6260
|
+
"label": "Title",
|
|
6287
6261
|
"group": "operation",
|
|
6288
6262
|
"type": "String",
|
|
6289
6263
|
"feel": "optional",
|
|
6290
6264
|
"binding": {
|
|
6291
6265
|
"type": "zeebe:input",
|
|
6292
|
-
"name": "
|
|
6266
|
+
"name": "title"
|
|
6293
6267
|
},
|
|
6294
6268
|
"constraints": {
|
|
6295
6269
|
"notEmpty": true
|
|
6296
6270
|
},
|
|
6297
6271
|
"condition": {
|
|
6298
|
-
"property": "
|
|
6299
|
-
"oneOf": ["
|
|
6272
|
+
"property": "mergeOperation",
|
|
6273
|
+
"oneOf": ["createMergeRequest"]
|
|
6300
6274
|
}
|
|
6301
6275
|
},
|
|
6302
6276
|
{
|
|
6303
|
-
"label": "
|
|
6304
|
-
"description": "
|
|
6277
|
+
"label": "Allow collaboration",
|
|
6278
|
+
"description": "Allow commits from members who can merge to the target branch",
|
|
6305
6279
|
"group": "operation",
|
|
6306
|
-
"type": "
|
|
6280
|
+
"type": "Boolean",
|
|
6307
6281
|
"feel": "optional",
|
|
6282
|
+
"value": "=false",
|
|
6308
6283
|
"binding": {
|
|
6309
6284
|
"type": "zeebe:input",
|
|
6310
|
-
"name": "
|
|
6311
|
-
},
|
|
6312
|
-
"constraints": {
|
|
6313
|
-
"notEmpty": true
|
|
6285
|
+
"name": "allowCollaboration"
|
|
6314
6286
|
},
|
|
6315
6287
|
"condition": {
|
|
6316
|
-
"property": "
|
|
6317
|
-
"oneOf": ["
|
|
6288
|
+
"property": "reposOperation",
|
|
6289
|
+
"oneOf": ["createRepositoryFile"]
|
|
6318
6290
|
}
|
|
6319
6291
|
},
|
|
6320
6292
|
{
|
|
6321
|
-
"
|
|
6322
|
-
"
|
|
6293
|
+
"label": "Assignee IDs",
|
|
6294
|
+
"description": "The ID of the users to assign the merge request to as an array of numbers",
|
|
6295
|
+
"group": "operation",
|
|
6296
|
+
"type": "String",
|
|
6297
|
+
"feel": "optional",
|
|
6298
|
+
"optional": true,
|
|
6323
6299
|
"binding": {
|
|
6324
6300
|
"type": "zeebe:input",
|
|
6325
|
-
"name": "
|
|
6301
|
+
"name": "assigneeIds"
|
|
6326
6302
|
},
|
|
6327
6303
|
"condition": {
|
|
6328
|
-
"property": "
|
|
6329
|
-
"oneOf": ["
|
|
6304
|
+
"property": "mergeOperation",
|
|
6305
|
+
"oneOf": ["createMergeRequest"]
|
|
6330
6306
|
}
|
|
6331
6307
|
},
|
|
6332
6308
|
{
|
|
6333
|
-
"label": "
|
|
6334
|
-
"description": "The global ID or URL-encoded path of the project owned by the authenticated user",
|
|
6309
|
+
"label": "Description",
|
|
6335
6310
|
"group": "operation",
|
|
6336
6311
|
"type": "String",
|
|
6337
6312
|
"feel": "optional",
|
|
6313
|
+
"optional": true,
|
|
6338
6314
|
"binding": {
|
|
6339
6315
|
"type": "zeebe:input",
|
|
6340
|
-
"name": "
|
|
6341
|
-
},
|
|
6342
|
-
"constraints": {
|
|
6343
|
-
"notEmpty": true
|
|
6316
|
+
"name": "description"
|
|
6344
6317
|
},
|
|
6345
6318
|
"condition": {
|
|
6346
|
-
"property": "
|
|
6347
|
-
"oneOf": ["
|
|
6319
|
+
"property": "mergeOperation",
|
|
6320
|
+
"oneOf": ["createMergeRequest"]
|
|
6348
6321
|
}
|
|
6349
6322
|
},
|
|
6350
6323
|
{
|
|
6351
|
-
"label": "
|
|
6352
|
-
"description": "
|
|
6324
|
+
"label": "Labels",
|
|
6325
|
+
"description": "Labels for the merge request, as a comma-separated list",
|
|
6353
6326
|
"group": "operation",
|
|
6354
6327
|
"type": "String",
|
|
6355
6328
|
"feel": "optional",
|
|
6329
|
+
"optional": true,
|
|
6356
6330
|
"binding": {
|
|
6357
6331
|
"type": "zeebe:input",
|
|
6358
|
-
"name": "
|
|
6359
|
-
},
|
|
6360
|
-
"constraints": {
|
|
6361
|
-
"notEmpty": true
|
|
6332
|
+
"name": "labels"
|
|
6362
6333
|
},
|
|
6363
6334
|
"condition": {
|
|
6364
|
-
"property": "
|
|
6365
|
-
"oneOf": ["
|
|
6335
|
+
"property": "mergeOperation",
|
|
6336
|
+
"oneOf": ["createMergeRequest"]
|
|
6366
6337
|
}
|
|
6367
6338
|
},
|
|
6368
6339
|
{
|
|
6369
|
-
"label": "
|
|
6370
|
-
"description": "A commit SHA, another tag name, or a branch name",
|
|
6340
|
+
"label": "Milestone ID",
|
|
6371
6341
|
"group": "operation",
|
|
6372
6342
|
"type": "String",
|
|
6373
6343
|
"feel": "optional",
|
|
6344
|
+
"optional": true,
|
|
6374
6345
|
"binding": {
|
|
6375
6346
|
"type": "zeebe:input",
|
|
6376
|
-
"name": "
|
|
6347
|
+
"name": "assigneeIds"
|
|
6377
6348
|
},
|
|
6378
|
-
"
|
|
6379
|
-
"
|
|
6349
|
+
"condition": {
|
|
6350
|
+
"property": "mergeOperation",
|
|
6351
|
+
"oneOf": ["createMergeRequest"]
|
|
6352
|
+
}
|
|
6353
|
+
},
|
|
6354
|
+
{
|
|
6355
|
+
"label": "Remove source branch",
|
|
6356
|
+
"description": "Flag indicating if a merge request should remove the source branch when merging",
|
|
6357
|
+
"group": "operation",
|
|
6358
|
+
"type": "Boolean",
|
|
6359
|
+
"feel": "optional",
|
|
6360
|
+
"value": "=false",
|
|
6361
|
+
"binding": {
|
|
6362
|
+
"type": "zeebe:input",
|
|
6363
|
+
"name": "removeSourceBranch"
|
|
6380
6364
|
},
|
|
6381
6365
|
"condition": {
|
|
6382
|
-
"property": "
|
|
6383
|
-
"oneOf": ["
|
|
6366
|
+
"property": "mergeOperation",
|
|
6367
|
+
"oneOf": ["createMergeRequest"]
|
|
6384
6368
|
}
|
|
6385
6369
|
},
|
|
6386
6370
|
{
|
|
6387
|
-
"label": "
|
|
6388
|
-
"description": "The
|
|
6371
|
+
"label": "Reviewer IDs",
|
|
6372
|
+
"description": "The ID of the users added as a reviewer to the merge request as an array of numbers",
|
|
6389
6373
|
"group": "operation",
|
|
6390
6374
|
"type": "String",
|
|
6391
6375
|
"feel": "optional",
|
|
6392
6376
|
"optional": true,
|
|
6393
6377
|
"binding": {
|
|
6394
6378
|
"type": "zeebe:input",
|
|
6395
|
-
"name": "
|
|
6379
|
+
"name": "reviewerIds"
|
|
6396
6380
|
},
|
|
6397
6381
|
"condition": {
|
|
6398
|
-
"property": "
|
|
6399
|
-
"oneOf": ["
|
|
6382
|
+
"property": "mergeOperation",
|
|
6383
|
+
"oneOf": ["createMergeRequest"]
|
|
6400
6384
|
}
|
|
6401
6385
|
},
|
|
6402
6386
|
{
|
|
6403
|
-
"label": "
|
|
6404
|
-
"description": "
|
|
6387
|
+
"label": "Squash",
|
|
6388
|
+
"description": "Indicates if the merge request is set to be squashed when merged. Project settings might override this value",
|
|
6405
6389
|
"group": "operation",
|
|
6406
|
-
"type": "
|
|
6390
|
+
"type": "Boolean",
|
|
6391
|
+
"feel": "optional",
|
|
6392
|
+
"value": "=false",
|
|
6393
|
+
"binding": {
|
|
6394
|
+
"type": "zeebe:input",
|
|
6395
|
+
"name": "squash"
|
|
6396
|
+
},
|
|
6397
|
+
"condition": {
|
|
6398
|
+
"property": "mergeOperation",
|
|
6399
|
+
"oneOf": ["createMergeRequest"]
|
|
6400
|
+
}
|
|
6401
|
+
},
|
|
6402
|
+
{
|
|
6403
|
+
"label": "Target project ID",
|
|
6404
|
+
"description": "Numeric ID of the target project",
|
|
6405
|
+
"group": "operation",
|
|
6406
|
+
"type": "String",
|
|
6407
6407
|
"feel": "optional",
|
|
6408
6408
|
"optional": true,
|
|
6409
6409
|
"binding": {
|
|
6410
6410
|
"type": "zeebe:input",
|
|
6411
|
-
"name": "
|
|
6411
|
+
"name": "targetProjectId"
|
|
6412
6412
|
},
|
|
6413
6413
|
"condition": {
|
|
6414
|
-
"property": "
|
|
6415
|
-
"oneOf": ["
|
|
6414
|
+
"property": "mergeOperation",
|
|
6415
|
+
"oneOf": ["createMergeRequest"]
|
|
6416
6416
|
}
|
|
6417
6417
|
},
|
|
6418
6418
|
{
|
|
6419
6419
|
"type": "Hidden",
|
|
6420
|
-
"value": "=baseUrl + \"/api/v4/projects/\"+ projectId +\"/
|
|
6420
|
+
"value": "=baseUrl + \"/api/v4/projects/\"+ projectId +\"/merge_requests\"",
|
|
6421
6421
|
"binding": {
|
|
6422
6422
|
"type": "zeebe:input",
|
|
6423
6423
|
"name": "url"
|
|
6424
6424
|
},
|
|
6425
6425
|
"condition": {
|
|
6426
|
-
"property": "
|
|
6427
|
-
"oneOf": ["
|
|
6426
|
+
"property": "mergeOperation",
|
|
6427
|
+
"oneOf": ["createMergeRequest"]
|
|
6428
6428
|
}
|
|
6429
6429
|
},
|
|
6430
6430
|
{
|
|
6431
6431
|
"type": "Hidden",
|
|
6432
|
-
"value": "={\"
|
|
6432
|
+
"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}",
|
|
6433
6433
|
"binding": {
|
|
6434
6434
|
"type": "zeebe:input",
|
|
6435
6435
|
"name": "body"
|
|
6436
6436
|
},
|
|
6437
6437
|
"condition": {
|
|
6438
|
-
"property": "
|
|
6439
|
-
"oneOf": ["
|
|
6438
|
+
"property": "mergeOperation",
|
|
6439
|
+
"oneOf": ["createMergeRequest"]
|
|
6440
6440
|
}
|
|
6441
6441
|
},
|
|
6442
6442
|
{
|
|
@@ -6470,7 +6470,7 @@
|
|
|
6470
6470
|
},
|
|
6471
6471
|
{
|
|
6472
6472
|
"label": "Error expression",
|
|
6473
|
-
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors
|
|
6473
|
+
"description": "Expression to handle errors. Details in the <a href=\"https://docs.camunda.io/docs/components/connectors/use-connectors/\" target=\"_blank\">documentation</a>",
|
|
6474
6474
|
"group": "errors",
|
|
6475
6475
|
"type": "Text",
|
|
6476
6476
|
"feel": "required",
|
|
@@ -6481,7 +6481,7 @@
|
|
|
6481
6481
|
}
|
|
6482
6482
|
],
|
|
6483
6483
|
"engines": {
|
|
6484
|
-
"camunda": "^8.
|
|
6484
|
+
"camunda": "^8.5"
|
|
6485
6485
|
}
|
|
6486
6486
|
},
|
|
6487
6487
|
{
|