@resolution/jira-api-client 0.16.7 → 0.16.9
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/lib/openapi/platform/BaseJiraPlatformApiClient.d.ts +5 -5
- package/lib/openapi/platform/BaseJiraPlatformApiClient.js +1 -3
- package/lib/openapi/platform/BaseJiraPlatformApiClient.js.map +1 -1
- package/lib/openapi/platform/models/fieldSchemes.d.ts +7 -0
- package/lib/openapi/platform/models/fieldSchemes.js +5 -0
- package/lib/openapi/platform/models/fieldSchemes.js.map +1 -1
- package/lib/openapi/platform/models/issueCustomFieldContexts.d.ts +22 -0
- package/lib/openapi/platform/models/issueCustomFieldContexts.js +11 -0
- package/lib/openapi/platform/models/issueCustomFieldContexts.js.map +1 -1
- package/lib/openapi/platform/models/issueSearch.d.ts +27 -0
- package/lib/openapi/platform/models/issueSearch.js +12 -1
- package/lib/openapi/platform/models/issueSearch.js.map +1 -1
- package/lib/openapi/platform/models/projectTemplates.d.ts +23 -1
- package/lib/openapi/platform/models/projectTemplates.js +4 -0
- package/lib/openapi/platform/models/projectTemplates.js.map +1 -1
- package/lib/openapi/platform/models/projects.d.ts +1 -1
- package/lib/openapi/platform/models/projects.js +1 -1
- package/lib/openapi/platform/models/projects.js.map +1 -1
- package/lib/openapi/platform/models/workflowTransitionRules.d.ts +6 -2
- package/lib/openapi/platform/models/workflowTransitionRules.js +1 -1
- package/lib/openapi/platform/models/workflowTransitionRules.js.map +1 -1
- package/lib/openapi/platform/models/workflows.d.ts +3 -231
- package/lib/openapi/platform/models/workflows.js +1 -60
- package/lib/openapi/platform/models/workflows.js.map +1 -1
- package/lib/openapi/platform/services/FieldSchemesService.d.ts +2 -0
- package/lib/openapi/platform/services/FieldSchemesService.js +2 -0
- package/lib/openapi/platform/services/FieldSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCustomFieldContextsService.d.ts +12 -0
- package/lib/openapi/platform/services/IssueCustomFieldContextsService.js +12 -0
- package/lib/openapi/platform/services/IssueCustomFieldContextsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.d.ts +24 -2
- package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.js +6 -4
- package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueFieldsService.d.ts +2 -0
- package/lib/openapi/platform/services/IssueFieldsService.js +2 -0
- package/lib/openapi/platform/services/IssueFieldsService.js.map +1 -1
- package/lib/openapi/platform/services/IssuesService.d.ts +5 -0
- package/lib/openapi/platform/services/IssuesService.js +5 -0
- package/lib/openapi/platform/services/IssuesService.js.map +1 -1
- package/lib/openapi/platform/services/PrioritySchemesService.d.ts +10 -5
- package/lib/openapi/platform/services/PrioritySchemesService.js +10 -5
- package/lib/openapi/platform/services/PrioritySchemesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectTemplatesService.d.ts +3 -0
- package/lib/openapi/platform/services/ProjectTemplatesService.js +3 -0
- package/lib/openapi/platform/services/ProjectTemplatesService.js.map +1 -1
- package/lib/openapi/platform/services/ScreenTabFieldsService.d.ts +2 -1
- package/lib/openapi/platform/services/ScreenTabFieldsService.js +4 -1
- package/lib/openapi/platform/services/ScreenTabFieldsService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowTransitionRulesService.d.ts +12 -2
- package/lib/openapi/platform/services/WorkflowTransitionRulesService.js +8 -0
- package/lib/openapi/platform/services/WorkflowTransitionRulesService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowsService.d.ts +26 -1028
- package/lib/openapi/platform/services/WorkflowsService.js +25 -953
- package/lib/openapi/platform/services/WorkflowsService.js.map +1 -1
- package/lib/openapi/serviceManagement/BaseJiraServiceManagementApiClient.d.ts +3 -3
- package/lib/openapi/serviceManagement/BaseJiraServiceManagementApiClient.js +1 -1
- package/lib/openapi/serviceManagement/models/servicedesk.d.ts +7 -0
- package/lib/openapi/serviceManagement/models/servicedesk.js +4 -0
- package/lib/openapi/serviceManagement/models/servicedesk.js.map +1 -1
- package/lib/openapi/serviceManagement/services/RequestService.d.ts +12 -4
- package/lib/openapi/serviceManagement/services/RequestService.js +12 -4
- package/lib/openapi/serviceManagement/services/RequestService.js.map +1 -1
- package/lib/openapi/serviceManagement/services/ServicedeskService.d.ts +59 -1
- package/lib/openapi/serviceManagement/services/ServicedeskService.js +64 -0
- package/lib/openapi/serviceManagement/services/ServicedeskService.js.map +1 -1
- package/lib/openapi/software/BaseJiraSoftwareApiClient.d.ts +3 -3
- package/lib/openapi/software/BaseJiraSoftwareApiClient.js +11 -1
- package/lib/openapi/software/BaseJiraSoftwareApiClient.js.map +1 -1
- package/lib/openapi/software/models/board.d.ts +5 -0
- package/lib/openapi/software/models/board.js +3 -0
- package/lib/openapi/software/models/board.js.map +1 -1
- package/lib/openapi/software/models/common.d.ts +28 -0
- package/lib/openapi/software/models/common.js +9 -0
- package/lib/openapi/software/models/common.js.map +1 -1
- package/lib/openapi/software/services/BoardService.d.ts +1596 -240
- package/lib/openapi/software/services/BoardService.js +1526 -220
- package/lib/openapi/software/services/BoardService.js.map +1 -1
- package/lib/openapi/software/services/EpicService.d.ts +524 -1
- package/lib/openapi/software/services/EpicService.js +496 -0
- package/lib/openapi/software/services/EpicService.js.map +1 -1
- package/lib/openapi/software/services/SprintService.d.ts +257 -1
- package/lib/openapi/software/services/SprintService.js +242 -0
- package/lib/openapi/software/services/SprintService.js.map +1 -1
- package/package.json +3 -3
|
@@ -40,7 +40,7 @@ class ScreenTabFieldsService extends CommonHttpService_1.CommonHttpService {
|
|
|
40
40
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-screen-tab-fields#api-rest-api-3-screens-screenid-tabs-tabid-fields-post
|
|
41
41
|
* @param params
|
|
42
42
|
*/
|
|
43
|
-
this.addScreenTabField = ({ screenId, tabId, addFieldBean }) => {
|
|
43
|
+
this.addScreenTabField = ({ screenId, tabId, skipFieldAssociation, addFieldBean }) => {
|
|
44
44
|
return this.getClientInstance().request({
|
|
45
45
|
path: "/rest/api/3/screens/{screenId}/tabs/{tabId}/fields",
|
|
46
46
|
method: "POST",
|
|
@@ -48,6 +48,9 @@ class ScreenTabFieldsService extends CommonHttpService_1.CommonHttpService {
|
|
|
48
48
|
screenId,
|
|
49
49
|
tabId
|
|
50
50
|
},
|
|
51
|
+
query: {
|
|
52
|
+
skipFieldAssociation
|
|
53
|
+
},
|
|
51
54
|
headers: {
|
|
52
55
|
"Content-Type": "application/json"
|
|
53
56
|
},
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ScreenTabFieldsService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/ScreenTabFieldsService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,gEAAgE;AAChE,oEAAiE;AACjE,6CAAyF;AAEzF,wEAAqE;AACrE,6BAAwB;AACxB;;;;;;GAMG;AACH,MAAa,sBAAuB,SAAQ,qCAAiB;IAA7D;;QACE;;;;;;;;;;;;;;;;;;;;WAoBG;QACH,sBAAiB,GAAG,CAAC,EACnB,QAAQ,EACR,KAAK,EACL,YAAY,
|
|
1
|
+
{"version":3,"file":"ScreenTabFieldsService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/ScreenTabFieldsService.ts"],"names":[],"mappings":"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"}
|
|
@@ -24,6 +24,10 @@ export declare class WorkflowTransitionRulesService extends CommonHttpService {
|
|
|
24
24
|
*
|
|
25
25
|
* Only rules created by the calling Connect app can be deleted.
|
|
26
26
|
*
|
|
27
|
+
* **Note:** The `draft` parameter in the request body WorkflowId is deprecated
|
|
28
|
+
* and will be removed from this API on [November 2,
|
|
29
|
+
* 2026](https://developer.atlassian.com/cloud/jira/platform/changelog/#CHANGE-3147).
|
|
30
|
+
*
|
|
27
31
|
* **[Permissions](#permissions) required:** Only Connect apps can use this
|
|
28
32
|
* operation.
|
|
29
33
|
*
|
|
@@ -203,8 +207,10 @@ export declare class WorkflowTransitionRulesService extends CommonHttpService {
|
|
|
203
207
|
/** The list of `tags` to filter by. */
|
|
204
208
|
withTags?: string[] | undefined;
|
|
205
209
|
/**
|
|
206
|
-
* Whether draft or published workflows are returned. If not
|
|
207
|
-
* workflow types are returned.
|
|
210
|
+
* **Deprecated:** Whether draft or published workflows are returned. If not
|
|
211
|
+
* provided, both workflow types are returned. The 'draft' parameter will be
|
|
212
|
+
* removed from this API on [November 2,
|
|
213
|
+
* 2026](https://developer.atlassian.com/cloud/jira/platform/changelog/#CHANGE-3147).
|
|
208
214
|
*/
|
|
209
215
|
draft?: boolean | undefined;
|
|
210
216
|
/**
|
|
@@ -239,6 +245,10 @@ export declare class WorkflowTransitionRulesService extends CommonHttpService {
|
|
|
239
245
|
*
|
|
240
246
|
* Rules are enabled if the `disabled` parameter is not provided.
|
|
241
247
|
*
|
|
248
|
+
* **Note:** The `draft` parameter in the request body WorkflowId is deprecated
|
|
249
|
+
* and will be removed from this API on [November 2,
|
|
250
|
+
* 2026](https://developer.atlassian.com/cloud/jira/platform/changelog/#CHANGE-3147).
|
|
251
|
+
*
|
|
242
252
|
* **[Permissions](#permissions) required:** Only
|
|
243
253
|
* [Connect](https://developer.atlassian.com/cloud/jira/platform/index/#connect-apps)
|
|
244
254
|
* or
|
|
@@ -35,6 +35,10 @@ class WorkflowTransitionRulesService extends CommonHttpService_1.CommonHttpServi
|
|
|
35
35
|
*
|
|
36
36
|
* Only rules created by the calling Connect app can be deleted.
|
|
37
37
|
*
|
|
38
|
+
* **Note:** The `draft` parameter in the request body WorkflowId is deprecated
|
|
39
|
+
* and will be removed from this API on [November 2,
|
|
40
|
+
* 2026](https://developer.atlassian.com/cloud/jira/platform/changelog/#CHANGE-3147).
|
|
41
|
+
*
|
|
38
42
|
* **[Permissions](#permissions) required:** Only Connect apps can use this
|
|
39
43
|
* operation.
|
|
40
44
|
*
|
|
@@ -233,6 +237,10 @@ class WorkflowTransitionRulesService extends CommonHttpService_1.CommonHttpServi
|
|
|
233
237
|
*
|
|
234
238
|
* Rules are enabled if the `disabled` parameter is not provided.
|
|
235
239
|
*
|
|
240
|
+
* **Note:** The `draft` parameter in the request body WorkflowId is deprecated
|
|
241
|
+
* and will be removed from this API on [November 2,
|
|
242
|
+
* 2026](https://developer.atlassian.com/cloud/jira/platform/changelog/#CHANGE-3147).
|
|
243
|
+
*
|
|
236
244
|
* **[Permissions](#permissions) required:** Only
|
|
237
245
|
* [Connect](https://developer.atlassian.com/cloud/jira/platform/index/#connect-apps)
|
|
238
246
|
* or
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WorkflowTransitionRulesService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/WorkflowTransitionRulesService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,gEAAgE;AAChE,oEAAiE;AACjE,+EAAmQ;AACnQ,wEAAqE;AACrE,6BAAwB;AACxB;;;;;;;;;GASG;AACH,MAAa,8BAA+B,SAAQ,qCAAiB;IAArE;;QACE
|
|
1
|
+
{"version":3,"file":"WorkflowTransitionRulesService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/WorkflowTransitionRulesService.ts"],"names":[],"mappings":"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"}
|