@forge/manifest 9.4.0-next.5 → 9.4.0-next.6
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/CHANGELOG.md +6 -0
- package/out/schema/manifest-schema.json +244 -36
- package/out/schema/manifest.d.ts +327 -125
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2018,6 +2018,18 @@
|
|
|
2018
2018
|
"type": "boolean",
|
|
2019
2019
|
"description": "Enable config for UI Kit 2"
|
|
2020
2020
|
},
|
|
2021
|
+
{
|
|
2022
|
+
"type": "object",
|
|
2023
|
+
"additionalProperties": false,
|
|
2024
|
+
"properties": {
|
|
2025
|
+
"openOnInsert": {
|
|
2026
|
+
"type": "boolean"
|
|
2027
|
+
}
|
|
2028
|
+
},
|
|
2029
|
+
"required": [
|
|
2030
|
+
"openOnInsert"
|
|
2031
|
+
]
|
|
2032
|
+
},
|
|
2021
2033
|
{
|
|
2022
2034
|
"type": "object",
|
|
2023
2035
|
"additionalProperties": false,
|
|
@@ -5910,12 +5922,7 @@
|
|
|
5910
5922
|
"name",
|
|
5911
5923
|
"type",
|
|
5912
5924
|
"key"
|
|
5913
|
-
]
|
|
5914
|
-
"not": {
|
|
5915
|
-
"required": [
|
|
5916
|
-
"unlicensedAccess"
|
|
5917
|
-
]
|
|
5918
|
-
}
|
|
5925
|
+
]
|
|
5919
5926
|
},
|
|
5920
5927
|
{
|
|
5921
5928
|
"type": "object",
|
|
@@ -6351,12 +6358,7 @@
|
|
|
6351
6358
|
"type",
|
|
6352
6359
|
"view",
|
|
6353
6360
|
"key"
|
|
6354
|
-
]
|
|
6355
|
-
"not": {
|
|
6356
|
-
"required": [
|
|
6357
|
-
"unlicensedAccess"
|
|
6358
|
-
]
|
|
6359
|
-
}
|
|
6361
|
+
]
|
|
6360
6362
|
},
|
|
6361
6363
|
{
|
|
6362
6364
|
"type": "object",
|
|
@@ -6749,12 +6751,7 @@
|
|
|
6749
6751
|
"name",
|
|
6750
6752
|
"type",
|
|
6751
6753
|
"key"
|
|
6752
|
-
]
|
|
6753
|
-
"not": {
|
|
6754
|
-
"required": [
|
|
6755
|
-
"unlicensedAccess"
|
|
6756
|
-
]
|
|
6757
|
-
}
|
|
6754
|
+
]
|
|
6758
6755
|
}
|
|
6759
6756
|
]
|
|
6760
6757
|
},
|
|
@@ -7296,12 +7293,7 @@
|
|
|
7296
7293
|
"name",
|
|
7297
7294
|
"type",
|
|
7298
7295
|
"key"
|
|
7299
|
-
]
|
|
7300
|
-
"not": {
|
|
7301
|
-
"required": [
|
|
7302
|
-
"unlicensedAccess"
|
|
7303
|
-
]
|
|
7304
|
-
}
|
|
7296
|
+
]
|
|
7305
7297
|
},
|
|
7306
7298
|
{
|
|
7307
7299
|
"type": "object",
|
|
@@ -7836,12 +7828,7 @@
|
|
|
7836
7828
|
"type",
|
|
7837
7829
|
"view",
|
|
7838
7830
|
"key"
|
|
7839
|
-
]
|
|
7840
|
-
"not": {
|
|
7841
|
-
"required": [
|
|
7842
|
-
"unlicensedAccess"
|
|
7843
|
-
]
|
|
7844
|
-
}
|
|
7831
|
+
]
|
|
7845
7832
|
},
|
|
7846
7833
|
{
|
|
7847
7834
|
"type": "object",
|
|
@@ -8333,12 +8320,7 @@
|
|
|
8333
8320
|
"name",
|
|
8334
8321
|
"type",
|
|
8335
8322
|
"key"
|
|
8336
|
-
]
|
|
8337
|
-
"not": {
|
|
8338
|
-
"required": [
|
|
8339
|
-
"unlicensedAccess"
|
|
8340
|
-
]
|
|
8341
|
-
}
|
|
8323
|
+
]
|
|
8342
8324
|
}
|
|
8343
8325
|
]
|
|
8344
8326
|
},
|
|
@@ -23500,6 +23482,88 @@
|
|
|
23500
23482
|
},
|
|
23501
23483
|
"minItems": 1
|
|
23502
23484
|
},
|
|
23485
|
+
"connect-jira:jiraOperationsInfoProvider": {
|
|
23486
|
+
"type": "array",
|
|
23487
|
+
"items": {
|
|
23488
|
+
"properties": {
|
|
23489
|
+
"homeUrl": {
|
|
23490
|
+
"type": "string",
|
|
23491
|
+
"fieldDescription": "\n\nURL to the provider's homepage\n\n"
|
|
23492
|
+
},
|
|
23493
|
+
"logoUrl": {
|
|
23494
|
+
"type": "string",
|
|
23495
|
+
"fieldDescription": "\n\nOptional URL to the provider's logo, which will be displayed in the UI\n\n"
|
|
23496
|
+
},
|
|
23497
|
+
"documentationUrl": {
|
|
23498
|
+
"type": "string",
|
|
23499
|
+
"fieldDescription": "\n\nOptional URL to documentation about the provider's Jira integration\n\n"
|
|
23500
|
+
},
|
|
23501
|
+
"name": {
|
|
23502
|
+
"$ref": "#/definitions/i18nProperty",
|
|
23503
|
+
"fieldDescription": "\n\nA human readable name.\n\n"
|
|
23504
|
+
},
|
|
23505
|
+
"actions": {
|
|
23506
|
+
"$ref": "#/definitions/operationsInfoProviderActionsBean",
|
|
23507
|
+
"fieldDescription": "\n\nRequired actions to hydrate operations workspace data.\n\n"
|
|
23508
|
+
},
|
|
23509
|
+
"key": {
|
|
23510
|
+
"$ref": "#/definitions/ModuleKeySchema"
|
|
23511
|
+
}
|
|
23512
|
+
},
|
|
23513
|
+
"required": [
|
|
23514
|
+
"homeUrl",
|
|
23515
|
+
"name",
|
|
23516
|
+
"key"
|
|
23517
|
+
],
|
|
23518
|
+
"not": {
|
|
23519
|
+
"required": [
|
|
23520
|
+
"unlicensedAccess"
|
|
23521
|
+
]
|
|
23522
|
+
}
|
|
23523
|
+
},
|
|
23524
|
+
"minItems": 1
|
|
23525
|
+
},
|
|
23526
|
+
"connect-jira:jiraDevOpsComponentProvider": {
|
|
23527
|
+
"type": "array",
|
|
23528
|
+
"items": {
|
|
23529
|
+
"properties": {
|
|
23530
|
+
"homeUrl": {
|
|
23531
|
+
"type": "string",
|
|
23532
|
+
"fieldDescription": "\n\nURL to the provider's homepage\n\n"
|
|
23533
|
+
},
|
|
23534
|
+
"logoUrl": {
|
|
23535
|
+
"type": "string",
|
|
23536
|
+
"fieldDescription": "\n\nOptional URL to the provider's logo, which will be displayed in the UI\n\n"
|
|
23537
|
+
},
|
|
23538
|
+
"documentationUrl": {
|
|
23539
|
+
"type": "string",
|
|
23540
|
+
"fieldDescription": "\n\nOptional URL to documentation about the provider's Jira integration\n\n"
|
|
23541
|
+
},
|
|
23542
|
+
"name": {
|
|
23543
|
+
"$ref": "#/definitions/i18nProperty",
|
|
23544
|
+
"fieldDescription": "\n\nA human readable name.\n\n"
|
|
23545
|
+
},
|
|
23546
|
+
"actions": {
|
|
23547
|
+
"$ref": "#/definitions/devOpsComponentProviderActionsBean",
|
|
23548
|
+
"fieldDescription": "\n\nDevOps Component actions that can be performed by Jira users.\n\n"
|
|
23549
|
+
},
|
|
23550
|
+
"key": {
|
|
23551
|
+
"$ref": "#/definitions/ModuleKeySchema"
|
|
23552
|
+
}
|
|
23553
|
+
},
|
|
23554
|
+
"required": [
|
|
23555
|
+
"homeUrl",
|
|
23556
|
+
"name",
|
|
23557
|
+
"key"
|
|
23558
|
+
],
|
|
23559
|
+
"not": {
|
|
23560
|
+
"required": [
|
|
23561
|
+
"unlicensedAccess"
|
|
23562
|
+
]
|
|
23563
|
+
}
|
|
23564
|
+
},
|
|
23565
|
+
"minItems": 1
|
|
23566
|
+
},
|
|
23503
23567
|
"connect-confluence:keyboardShortcuts": {
|
|
23504
23568
|
"type": "array",
|
|
23505
23569
|
"items": {
|
|
@@ -29082,6 +29146,150 @@
|
|
|
29082
29146
|
"shortClassName": "callbackBean",
|
|
29083
29147
|
"type": "object"
|
|
29084
29148
|
},
|
|
29149
|
+
"operationsInfoProviderActionsBean": {
|
|
29150
|
+
"properties": {
|
|
29151
|
+
"fetchWorkspaces": {
|
|
29152
|
+
"properties": {
|
|
29153
|
+
"templateUrl": {
|
|
29154
|
+
"type": "string",
|
|
29155
|
+
"fieldDescription": "\n\n"
|
|
29156
|
+
}
|
|
29157
|
+
},
|
|
29158
|
+
"required": [
|
|
29159
|
+
"templateUrl"
|
|
29160
|
+
],
|
|
29161
|
+
"shortClassName": "operationsInfoProviderActionBean",
|
|
29162
|
+
"type": "object",
|
|
29163
|
+
"description": "\n\n<p>Defines the URL template that is used when an action is invoked. The following context parameters are supported: <code>{issue.key}</code>, <code>{issue.summary}</code>, <code>{issue.flags}</code>.</p>\n\n",
|
|
29164
|
+
"fieldDescription": "\n\nAction for fetching operations workspaces by IDs.\n\n"
|
|
29165
|
+
},
|
|
29166
|
+
"searchContainers": {
|
|
29167
|
+
"properties": {
|
|
29168
|
+
"templateUrl": {
|
|
29169
|
+
"type": "string",
|
|
29170
|
+
"fieldDescription": "\n\n"
|
|
29171
|
+
}
|
|
29172
|
+
},
|
|
29173
|
+
"required": [
|
|
29174
|
+
"templateUrl"
|
|
29175
|
+
],
|
|
29176
|
+
"shortClassName": "operationsInfoProviderActionBean",
|
|
29177
|
+
"type": "object",
|
|
29178
|
+
"description": "\n\n<p>Defines the URL template that is used when an action is invoked. The following context parameters are supported: <code>{issue.key}</code>, <code>{issue.summary}</code>, <code>{issue.flags}</code>.</p>\n\n",
|
|
29179
|
+
"fieldDescription": "\n\nAction for showing any partial or full matches using a search on the operations container name for all workspaces.\n\n"
|
|
29180
|
+
},
|
|
29181
|
+
"onEntityAssociated": {
|
|
29182
|
+
"properties": {
|
|
29183
|
+
"templateUrl": {
|
|
29184
|
+
"type": "string",
|
|
29185
|
+
"fieldDescription": "\n\n"
|
|
29186
|
+
}
|
|
29187
|
+
},
|
|
29188
|
+
"required": [
|
|
29189
|
+
"templateUrl"
|
|
29190
|
+
],
|
|
29191
|
+
"shortClassName": "operationsInfoProviderActionBean",
|
|
29192
|
+
"type": "object",
|
|
29193
|
+
"description": "\n\n<p>Defines the URL template that is used when an action is invoked. The following context parameters are supported: <code>{issue.key}</code>, <code>{issue.summary}</code>, <code>{issue.flags}</code>.</p>\n\n",
|
|
29194
|
+
"fieldDescription": "\n\nAction to notify the operations provider when an incident or post-incident-review has been associated with jira issue\n\n"
|
|
29195
|
+
},
|
|
29196
|
+
"onEntityDisassociated": {
|
|
29197
|
+
"properties": {
|
|
29198
|
+
"templateUrl": {
|
|
29199
|
+
"type": "string",
|
|
29200
|
+
"fieldDescription": "\n\n"
|
|
29201
|
+
}
|
|
29202
|
+
},
|
|
29203
|
+
"required": [
|
|
29204
|
+
"templateUrl"
|
|
29205
|
+
],
|
|
29206
|
+
"shortClassName": "operationsInfoProviderActionBean",
|
|
29207
|
+
"type": "object",
|
|
29208
|
+
"description": "\n\n<p>Defines the URL template that is used when an action is invoked. The following context parameters are supported: <code>{issue.key}</code>, <code>{issue.summary}</code>, <code>{issue.flags}</code>.</p>\n\n",
|
|
29209
|
+
"fieldDescription": "\n\nAction to notify the operations provider when incident or post-incident-review has its association removed from jira issue\n\n"
|
|
29210
|
+
}
|
|
29211
|
+
},
|
|
29212
|
+
"shortClassName": "operationsInfoProviderActionsBean",
|
|
29213
|
+
"type": "object",
|
|
29214
|
+
"title": "Operations Information Actions",
|
|
29215
|
+
"description": "\n\n<p>Operations Information actions that can be performed by Jira users.</p>\n<p>Each action is optional (unless indicated otherwise). The absence of an action indicates that the action is not supported by the provider.</p>\n",
|
|
29216
|
+
"required": [
|
|
29217
|
+
"fetchWorkspaces",
|
|
29218
|
+
"searchContainers"
|
|
29219
|
+
]
|
|
29220
|
+
},
|
|
29221
|
+
"devOpsComponentProviderActionsBean": {
|
|
29222
|
+
"properties": {
|
|
29223
|
+
"associate": {
|
|
29224
|
+
"properties": {
|
|
29225
|
+
"templateUrl": {
|
|
29226
|
+
"type": "string",
|
|
29227
|
+
"fieldDescription": "\n\n"
|
|
29228
|
+
}
|
|
29229
|
+
},
|
|
29230
|
+
"required": [
|
|
29231
|
+
"templateUrl"
|
|
29232
|
+
],
|
|
29233
|
+
"shortClassName": "devOpsComponentProviderActionBean",
|
|
29234
|
+
"type": "object",
|
|
29235
|
+
"description": "\n\n<p>Defines the URL template that is used when an action is invoked. The following context parameters are supported: <code>{issue.key}</code>, <code>{issue.summary}</code>, <code>{issue.flags}</code>.</p>\n\n",
|
|
29236
|
+
"fieldDescription": "\n\nAction to associate a devops component entity with a Jira issue.\n\n"
|
|
29237
|
+
},
|
|
29238
|
+
"disassociate": {
|
|
29239
|
+
"properties": {
|
|
29240
|
+
"templateUrl": {
|
|
29241
|
+
"type": "string",
|
|
29242
|
+
"fieldDescription": "\n\n"
|
|
29243
|
+
}
|
|
29244
|
+
},
|
|
29245
|
+
"required": [
|
|
29246
|
+
"templateUrl"
|
|
29247
|
+
],
|
|
29248
|
+
"shortClassName": "devOpsComponentProviderActionBean",
|
|
29249
|
+
"type": "object",
|
|
29250
|
+
"description": "\n\n<p>Defines the URL template that is used when an action is invoked. The following context parameters are supported: <code>{issue.key}</code>, <code>{issue.summary}</code>, <code>{issue.flags}</code>.</p>\n\n",
|
|
29251
|
+
"fieldDescription": "\n\nAction to disassociate a devops component entity from a Jira issue.\n\n"
|
|
29252
|
+
},
|
|
29253
|
+
"onEntityAssociated": {
|
|
29254
|
+
"properties": {
|
|
29255
|
+
"templateUrl": {
|
|
29256
|
+
"type": "string",
|
|
29257
|
+
"fieldDescription": "\n\n"
|
|
29258
|
+
}
|
|
29259
|
+
},
|
|
29260
|
+
"required": [
|
|
29261
|
+
"templateUrl"
|
|
29262
|
+
],
|
|
29263
|
+
"shortClassName": "devOpsComponentProviderActionBean",
|
|
29264
|
+
"type": "object",
|
|
29265
|
+
"description": "\n\n<p>Defines the URL template that is used when an action is invoked. The following context parameters are supported: <code>{issue.key}</code>, <code>{issue.summary}</code>, <code>{issue.flags}</code>.</p>\n\n",
|
|
29266
|
+
"fieldDescription": "\n\nAction to notify the component provider when a devops component has been associated with a Jira issue.\n\n"
|
|
29267
|
+
},
|
|
29268
|
+
"onEntityDisassociated": {
|
|
29269
|
+
"properties": {
|
|
29270
|
+
"templateUrl": {
|
|
29271
|
+
"type": "string",
|
|
29272
|
+
"fieldDescription": "\n\n"
|
|
29273
|
+
}
|
|
29274
|
+
},
|
|
29275
|
+
"required": [
|
|
29276
|
+
"templateUrl"
|
|
29277
|
+
],
|
|
29278
|
+
"shortClassName": "devOpsComponentProviderActionBean",
|
|
29279
|
+
"type": "object",
|
|
29280
|
+
"description": "\n\n<p>Defines the URL template that is used when an action is invoked. The following context parameters are supported: <code>{issue.key}</code>, <code>{issue.summary}</code>, <code>{issue.flags}</code>.</p>\n\n",
|
|
29281
|
+
"fieldDescription": "\n\nAction to notify the component provider when a devops component has been disassociated from a Jira issue.\n\n"
|
|
29282
|
+
}
|
|
29283
|
+
},
|
|
29284
|
+
"shortClassName": "devOpsComponentProviderActionsBean",
|
|
29285
|
+
"type": "object",
|
|
29286
|
+
"title": "DevOps Component Actions",
|
|
29287
|
+
"description": "\n\n<p>DevOps Component actions that can be performed by Jira users.</p>\n<p>Each action is optional (unless indicated otherwise). The absence of an action indicates that the action is not supported by the provider.</p>\n",
|
|
29288
|
+
"required": [
|
|
29289
|
+
"associate",
|
|
29290
|
+
"disassociate"
|
|
29291
|
+
]
|
|
29292
|
+
},
|
|
29085
29293
|
"uiSupport": {
|
|
29086
29294
|
"properties": {
|
|
29087
29295
|
"defaultOperator": {
|