@resolution/jira-api-client 0.16.8 → 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.
Files changed (84) hide show
  1. package/lib/openapi/platform/BaseJiraPlatformApiClient.d.ts +5 -5
  2. package/lib/openapi/platform/BaseJiraPlatformApiClient.js +1 -3
  3. package/lib/openapi/platform/BaseJiraPlatformApiClient.js.map +1 -1
  4. package/lib/openapi/platform/models/fieldSchemes.d.ts +7 -0
  5. package/lib/openapi/platform/models/fieldSchemes.js +5 -0
  6. package/lib/openapi/platform/models/fieldSchemes.js.map +1 -1
  7. package/lib/openapi/platform/models/issueCustomFieldContexts.d.ts +22 -0
  8. package/lib/openapi/platform/models/issueCustomFieldContexts.js +11 -0
  9. package/lib/openapi/platform/models/issueCustomFieldContexts.js.map +1 -1
  10. package/lib/openapi/platform/models/issueSearch.d.ts +27 -0
  11. package/lib/openapi/platform/models/issueSearch.js +12 -1
  12. package/lib/openapi/platform/models/issueSearch.js.map +1 -1
  13. package/lib/openapi/platform/models/projectTemplates.d.ts +23 -1
  14. package/lib/openapi/platform/models/projectTemplates.js +4 -0
  15. package/lib/openapi/platform/models/projectTemplates.js.map +1 -1
  16. package/lib/openapi/platform/models/projects.d.ts +1 -1
  17. package/lib/openapi/platform/models/projects.js +1 -1
  18. package/lib/openapi/platform/models/projects.js.map +1 -1
  19. package/lib/openapi/platform/models/workflowTransitionRules.d.ts +6 -2
  20. package/lib/openapi/platform/models/workflowTransitionRules.js +1 -1
  21. package/lib/openapi/platform/models/workflowTransitionRules.js.map +1 -1
  22. package/lib/openapi/platform/models/workflows.d.ts +3 -231
  23. package/lib/openapi/platform/models/workflows.js +1 -60
  24. package/lib/openapi/platform/models/workflows.js.map +1 -1
  25. package/lib/openapi/platform/services/FieldSchemesService.d.ts +2 -0
  26. package/lib/openapi/platform/services/FieldSchemesService.js +2 -0
  27. package/lib/openapi/platform/services/FieldSchemesService.js.map +1 -1
  28. package/lib/openapi/platform/services/IssueCustomFieldContextsService.d.ts +12 -0
  29. package/lib/openapi/platform/services/IssueCustomFieldContextsService.js +12 -0
  30. package/lib/openapi/platform/services/IssueCustomFieldContextsService.js.map +1 -1
  31. package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.d.ts +24 -2
  32. package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.js +6 -4
  33. package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.js.map +1 -1
  34. package/lib/openapi/platform/services/IssueFieldsService.d.ts +2 -0
  35. package/lib/openapi/platform/services/IssueFieldsService.js +2 -0
  36. package/lib/openapi/platform/services/IssueFieldsService.js.map +1 -1
  37. package/lib/openapi/platform/services/IssuesService.d.ts +5 -0
  38. package/lib/openapi/platform/services/IssuesService.js +5 -0
  39. package/lib/openapi/platform/services/IssuesService.js.map +1 -1
  40. package/lib/openapi/platform/services/PrioritySchemesService.d.ts +10 -5
  41. package/lib/openapi/platform/services/PrioritySchemesService.js +10 -5
  42. package/lib/openapi/platform/services/PrioritySchemesService.js.map +1 -1
  43. package/lib/openapi/platform/services/ProjectTemplatesService.d.ts +3 -0
  44. package/lib/openapi/platform/services/ProjectTemplatesService.js +3 -0
  45. package/lib/openapi/platform/services/ProjectTemplatesService.js.map +1 -1
  46. package/lib/openapi/platform/services/ScreenTabFieldsService.d.ts +2 -1
  47. package/lib/openapi/platform/services/ScreenTabFieldsService.js +4 -1
  48. package/lib/openapi/platform/services/ScreenTabFieldsService.js.map +1 -1
  49. package/lib/openapi/platform/services/WorkflowTransitionRulesService.d.ts +12 -2
  50. package/lib/openapi/platform/services/WorkflowTransitionRulesService.js +8 -0
  51. package/lib/openapi/platform/services/WorkflowTransitionRulesService.js.map +1 -1
  52. package/lib/openapi/platform/services/WorkflowsService.d.ts +26 -1028
  53. package/lib/openapi/platform/services/WorkflowsService.js +25 -953
  54. package/lib/openapi/platform/services/WorkflowsService.js.map +1 -1
  55. package/lib/openapi/serviceManagement/BaseJiraServiceManagementApiClient.d.ts +3 -3
  56. package/lib/openapi/serviceManagement/BaseJiraServiceManagementApiClient.js +1 -1
  57. package/lib/openapi/serviceManagement/models/servicedesk.d.ts +7 -0
  58. package/lib/openapi/serviceManagement/models/servicedesk.js +4 -0
  59. package/lib/openapi/serviceManagement/models/servicedesk.js.map +1 -1
  60. package/lib/openapi/serviceManagement/services/RequestService.d.ts +12 -4
  61. package/lib/openapi/serviceManagement/services/RequestService.js +12 -4
  62. package/lib/openapi/serviceManagement/services/RequestService.js.map +1 -1
  63. package/lib/openapi/serviceManagement/services/ServicedeskService.d.ts +59 -1
  64. package/lib/openapi/serviceManagement/services/ServicedeskService.js +64 -0
  65. package/lib/openapi/serviceManagement/services/ServicedeskService.js.map +1 -1
  66. package/lib/openapi/software/BaseJiraSoftwareApiClient.d.ts +3 -3
  67. package/lib/openapi/software/BaseJiraSoftwareApiClient.js +11 -1
  68. package/lib/openapi/software/BaseJiraSoftwareApiClient.js.map +1 -1
  69. package/lib/openapi/software/models/board.d.ts +5 -0
  70. package/lib/openapi/software/models/board.js +3 -0
  71. package/lib/openapi/software/models/board.js.map +1 -1
  72. package/lib/openapi/software/models/common.d.ts +28 -0
  73. package/lib/openapi/software/models/common.js +9 -0
  74. package/lib/openapi/software/models/common.js.map +1 -1
  75. package/lib/openapi/software/services/BoardService.d.ts +1596 -240
  76. package/lib/openapi/software/services/BoardService.js +1526 -220
  77. package/lib/openapi/software/services/BoardService.js.map +1 -1
  78. package/lib/openapi/software/services/EpicService.d.ts +524 -1
  79. package/lib/openapi/software/services/EpicService.js +496 -0
  80. package/lib/openapi/software/services/EpicService.js.map +1 -1
  81. package/lib/openapi/software/services/SprintService.d.ts +257 -1
  82. package/lib/openapi/software/services/SprintService.js +242 -0
  83. package/lib/openapi/software/services/SprintService.js.map +1 -1
  84. package/package.json +3 -3
@@ -6,6 +6,7 @@ exports.EpicService = void 0;
6
6
  // To update this file run "yarn build:openapi".
7
7
  const commonHttpClient = require("../../core/CommonHttpClient");
8
8
  const CommonHttpService_1 = require("../../core/CommonHttpService");
9
+ const common_1 = require("../models/common");
9
10
  const validationSchemaStorage_1 = require("../validationSchemaStorage");
10
11
  const zod_1 = require("zod");
11
12
  /**
@@ -66,6 +67,7 @@ class EpicService extends CommonHttpService_1.CommonHttpService {
66
67
  * `parent` clause. For more information on the `parent` JQL field, see [Advanced
67
68
  * searching](https://confluence.atlassian.com/x/dAiiLQ#Advancedsearching-fieldsreference-Parent).
68
69
  *
70
+ * @deprecated
69
71
  * @returns Returns the requested issues, at the specified page of the results.
70
72
  *
71
73
  * example:
@@ -259,6 +261,249 @@ class EpicService extends CommonHttpService_1.CommonHttpService {
259
261
  }
260
262
  })).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("EpicService.getIssuesForEpic.response"))).then(commonHttpClient.getBody);
261
263
  };
264
+ /**
265
+ * Returns all issues that belong to the epic, for the given epic ID. Result
266
+ * pagination is token based, using `nextPageToken` and `maxResults`. This only
267
+ * includes issues that the user has permission to view. Issues returned from this
268
+ * resource include Software project fields, like sprint, closedSprints, flagged,
269
+ * and epic. By default, the returned issues are ordered by rank. **Note:** If you
270
+ * are querying a Team Managed project, do not use this operation. Instead, search
271
+ * for issues that belong to an epic by using the [Search for issues using JQL
272
+ * enhanced
273
+ * search](https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-search/#api-rest-api-3-search-jql-get)
274
+ * operation in the Jira platform REST API. Build your JQL query using the
275
+ * `parent` clause. For more information on the `parent` JQL field, see [Advanced
276
+ * searching](https://confluence.atlassian.com/x/dAiiLQ#Advancedsearching-fieldsreference-Parent).
277
+ *
278
+ * @returns Returns the requested issues, at the specified page of the results.
279
+ *
280
+ * example:
281
+ * ```
282
+ * {
283
+ * "expand": "names,schema",
284
+ * "isLast": true,
285
+ * "issues": [
286
+ * {
287
+ * "expand": "",
288
+ * "fields": {
289
+ * "watcher": {
290
+ * "isWatching": false,
291
+ * "self": "https://your-domain.atlassian.net/rest/api/3/issue/EX-1/watchers",
292
+ * "watchCount": 1
293
+ * },
294
+ * "attachment": [
295
+ * {
296
+ * "author": {
297
+ * "accountId": "5b10a2844c20165700ede21g",
298
+ * "accountType": "atlassian",
299
+ * "active": false,
300
+ * "avatarUrls": {
301
+ * "16x16": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
302
+ * "24x24": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
303
+ * "32x32": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
304
+ * "48x48": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
305
+ * },
306
+ * "displayName": "Mia Krystof",
307
+ * "key": "",
308
+ * "name": "",
309
+ * "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
310
+ * },
311
+ * "content": "https://your-domain.atlassian.net/jira/rest/api/3/attachment/content/10001",
312
+ * "created": "2023-06-24T19:24:50.000+0000",
313
+ * "filename": "debuglog.txt",
314
+ * "id": 10001,
315
+ * "mimeType": "text/plain",
316
+ * "self": "https://your-domain.atlassian.net/rest/api/2/attachments/10001",
317
+ * "size": 2460
318
+ * }
319
+ * ],
320
+ * "sub-tasks": [
321
+ * {
322
+ * "id": "10000",
323
+ * "outwardIssue": {
324
+ * "fields": {
325
+ * "status": {
326
+ * "iconUrl": "https://your-domain.atlassian.net/images/icons/statuses/open.png",
327
+ * "name": "Open"
328
+ * }
329
+ * },
330
+ * "id": "10003",
331
+ * "key": "ED-2",
332
+ * "self": "https://your-domain.atlassian.net/rest/api/3/issue/ED-2"
333
+ * },
334
+ * "type": {
335
+ * "id": "10000",
336
+ * "inward": "Parent",
337
+ * "name": "",
338
+ * "outward": "Sub-task"
339
+ * }
340
+ * }
341
+ * ],
342
+ * "description": "Main order flow broken",
343
+ * "project": {
344
+ * "avatarUrls": {
345
+ * "16x16": "https://your-domain.atlassian.net/secure/projectavatar?size=xsmall&pid=10000",
346
+ * "24x24": "https://your-domain.atlassian.net/secure/projectavatar?size=small&pid=10000",
347
+ * "32x32": "https://your-domain.atlassian.net/secure/projectavatar?size=medium&pid=10000",
348
+ * "48x48": "https://your-domain.atlassian.net/secure/projectavatar?size=large&pid=10000"
349
+ * },
350
+ * "id": "10000",
351
+ * "insight": {
352
+ * "lastIssueUpdateTime": "2021-04-22T05:37:05.000+0000",
353
+ * "totalIssueCount": 100
354
+ * },
355
+ * "key": "EX",
356
+ * "name": "Example",
357
+ * "projectCategory": {
358
+ * "description": "First Project Category",
359
+ * "id": "10000",
360
+ * "name": "FIRST",
361
+ * "self": "https://your-domain.atlassian.net/rest/api/3/projectCategory/10000"
362
+ * },
363
+ * "self": "https://your-domain.atlassian.net/rest/api/3/project/EX",
364
+ * "simplified": false,
365
+ * "style": "classic"
366
+ * },
367
+ * "comment": [
368
+ * {
369
+ * "author": {
370
+ * "accountId": "5b10a2844c20165700ede21g",
371
+ * "active": false,
372
+ * "displayName": "Mia Krystof",
373
+ * "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
374
+ * },
375
+ * "body": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque eget venenatis elit. Duis eu justo eget augue iaculis fermentum. Sed semper quam laoreet nisi egestas at posuere augue semper.",
376
+ * "created": "2021-01-17T12:34:00.000+0000",
377
+ * "id": "10000",
378
+ * "self": "https://your-domain.atlassian.net/rest/api/3/issue/10010/comment/10000",
379
+ * "updateAuthor": {
380
+ * "accountId": "5b10a2844c20165700ede21g",
381
+ * "active": false,
382
+ * "displayName": "Mia Krystof",
383
+ * "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
384
+ * },
385
+ * "updated": "2021-01-18T23:45:00.000+0000",
386
+ * "visibility": {
387
+ * "identifier": "Administrators",
388
+ * "type": "role",
389
+ * "value": "Administrators"
390
+ * }
391
+ * }
392
+ * ],
393
+ * "issuelinks": [
394
+ * {
395
+ * "id": "10001",
396
+ * "outwardIssue": {
397
+ * "fields": {
398
+ * "status": {
399
+ * "iconUrl": "https://your-domain.atlassian.net/images/icons/statuses/open.png",
400
+ * "name": "Open"
401
+ * }
402
+ * },
403
+ * "id": "10004L",
404
+ * "key": "PR-2",
405
+ * "self": "https://your-domain.atlassian.net/rest/api/3/issue/PR-2"
406
+ * },
407
+ * "type": {
408
+ * "id": "10000",
409
+ * "inward": "depends on",
410
+ * "name": "Dependent",
411
+ * "outward": "is depended by"
412
+ * }
413
+ * },
414
+ * {
415
+ * "id": "10002",
416
+ * "inwardIssue": {
417
+ * "fields": {
418
+ * "status": {
419
+ * "iconUrl": "https://your-domain.atlassian.net/images/icons/statuses/open.png",
420
+ * "name": "Open"
421
+ * }
422
+ * },
423
+ * "id": "10004",
424
+ * "key": "PR-3",
425
+ * "self": "https://your-domain.atlassian.net/rest/api/3/issue/PR-3"
426
+ * },
427
+ * "type": {
428
+ * "id": "10000",
429
+ * "inward": "depends on",
430
+ * "name": "Dependent",
431
+ * "outward": "is depended by"
432
+ * }
433
+ * }
434
+ * ],
435
+ * "worklog": [
436
+ * {
437
+ * "author": {
438
+ * "accountId": "5b10a2844c20165700ede21g",
439
+ * "active": false,
440
+ * "displayName": "Mia Krystof",
441
+ * "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
442
+ * },
443
+ * "comment": "I did some work here.",
444
+ * "id": "100028",
445
+ * "issueId": "10002",
446
+ * "self": "https://your-domain.atlassian.net/rest/api/3/issue/10010/worklog/10000",
447
+ * "started": "2021-01-17T12:34:00.000+0000",
448
+ * "timeSpent": "3h 20m",
449
+ * "timeSpentSeconds": 12000,
450
+ * "updateAuthor": {
451
+ * "accountId": "5b10a2844c20165700ede21g",
452
+ * "active": false,
453
+ * "displayName": "Mia Krystof",
454
+ * "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
455
+ * },
456
+ * "updated": "2021-01-18T23:45:00.000+0000",
457
+ * "visibility": {
458
+ * "identifier": "276f955c-63d7-42c8-9520-92d01dca0625",
459
+ * "type": "group",
460
+ * "value": "jira-developers"
461
+ * }
462
+ * }
463
+ * ],
464
+ * "updated": 1,
465
+ * "timetracking": {
466
+ * "originalEstimate": "10m",
467
+ * "originalEstimateSeconds": 600,
468
+ * "remainingEstimate": "3m",
469
+ * "remainingEstimateSeconds": 200,
470
+ * "timeSpent": "6m",
471
+ * "timeSpentSeconds": 400
472
+ * }
473
+ * },
474
+ * "id": "10002",
475
+ * "key": "ED-1",
476
+ * "self": "https://your-domain.atlassian.net/rest/api/3/issue/10002"
477
+ * }
478
+ * ]
479
+ * }
480
+ * ```
481
+ * @path GET `/rest/software/1.0/epic/{epicIdOrKey}/issue`
482
+ * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-epic#api-rest-software-1-0-epic-epicidorkey-issue-get
483
+ * @param params
484
+ */
485
+ this.getIssuesForEpicJsis = ({ epicIdOrKey, nextPageToken, maxResults, reconcileIssues, jql, validateQuery, fields, expand }) => {
486
+ return this.getClientInstance().request({
487
+ path: "/rest/software/1.0/epic/{epicIdOrKey}/issue",
488
+ method: "GET",
489
+ pathParams: {
490
+ epicIdOrKey
491
+ },
492
+ query: {
493
+ nextPageToken,
494
+ maxResults,
495
+ reconcileIssues,
496
+ jql,
497
+ validateQuery,
498
+ fields,
499
+ expand
500
+ }
501
+ }).then(this.getClientInstance().responseHandler({
502
+ 200: {
503
+ "application/json": "json"
504
+ }
505
+ })).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("EpicService.getIssuesForEpicJSIS.response"))).then(commonHttpClient.getBody);
506
+ };
262
507
  /**
263
508
  * Returns all issues that do not belong to any epic. This only includes issues
264
509
  * that the user has permission to view. Issues returned from this resource
@@ -271,6 +516,7 @@ class EpicService extends CommonHttpService_1.CommonHttpService {
271
516
  * is empty` clause. For more information on the `parent` JQL field, see [Advanced
272
517
  * searching](https://confluence.atlassian.com/x/dAiiLQ#Advancedsearching-fieldsreference-Parent).
273
518
  *
519
+ * @deprecated
274
520
  * @returns Returns the requested issues, at the specified page of the results.
275
521
  *
276
522
  * example:
@@ -461,6 +707,245 @@ class EpicService extends CommonHttpService_1.CommonHttpService {
461
707
  }
462
708
  })).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("EpicService.getIssuesWithoutEpic.response"))).then(commonHttpClient.getBody);
463
709
  };
710
+ /**
711
+ * Returns all issues that do not belong to any epic. Result pagination is token
712
+ * based, using `nextPageToken` and `maxResults`. This only includes issues that
713
+ * the user has permission to view. Issues returned from this resource include
714
+ * Software project fields, like sprint, closedSprints, flagged, and epic. By
715
+ * default, the returned issues are ordered by rank. **Note:** If you are querying
716
+ * a Team Managed project, do not use this operation. Instead, search for issues
717
+ * that don't belong to an epic by using the [Search for issues using JQL enhanced
718
+ * search](https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-search/#api-rest-api-3-search-jql-get)
719
+ * operation in the Jira platform REST API. Build your JQL query using the `parent
720
+ * is empty` clause. For more information on the `parent` JQL field, see [Advanced
721
+ * searching](https://confluence.atlassian.com/x/dAiiLQ#Advancedsearching-fieldsreference-Parent).
722
+ *
723
+ * @returns Returns the requested issues, at the specified page of the results.
724
+ *
725
+ * example:
726
+ * ```
727
+ * {
728
+ * "expand": "names,schema",
729
+ * "isLast": true,
730
+ * "issues": [
731
+ * {
732
+ * "expand": "",
733
+ * "fields": {
734
+ * "watcher": {
735
+ * "isWatching": false,
736
+ * "self": "https://your-domain.atlassian.net/rest/api/3/issue/EX-1/watchers",
737
+ * "watchCount": 1
738
+ * },
739
+ * "attachment": [
740
+ * {
741
+ * "author": {
742
+ * "accountId": "5b10a2844c20165700ede21g",
743
+ * "accountType": "atlassian",
744
+ * "active": false,
745
+ * "avatarUrls": {
746
+ * "16x16": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
747
+ * "24x24": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
748
+ * "32x32": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
749
+ * "48x48": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
750
+ * },
751
+ * "displayName": "Mia Krystof",
752
+ * "key": "",
753
+ * "name": "",
754
+ * "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
755
+ * },
756
+ * "content": "https://your-domain.atlassian.net/jira/rest/api/3/attachment/content/10001",
757
+ * "created": "2023-06-24T19:24:50.000+0000",
758
+ * "filename": "debuglog.txt",
759
+ * "id": 10001,
760
+ * "mimeType": "text/plain",
761
+ * "self": "https://your-domain.atlassian.net/rest/api/2/attachments/10001",
762
+ * "size": 2460
763
+ * }
764
+ * ],
765
+ * "sub-tasks": [
766
+ * {
767
+ * "id": "10000",
768
+ * "outwardIssue": {
769
+ * "fields": {
770
+ * "status": {
771
+ * "iconUrl": "https://your-domain.atlassian.net/images/icons/statuses/open.png",
772
+ * "name": "Open"
773
+ * }
774
+ * },
775
+ * "id": "10003",
776
+ * "key": "ED-2",
777
+ * "self": "https://your-domain.atlassian.net/rest/api/3/issue/ED-2"
778
+ * },
779
+ * "type": {
780
+ * "id": "10000",
781
+ * "inward": "Parent",
782
+ * "name": "",
783
+ * "outward": "Sub-task"
784
+ * }
785
+ * }
786
+ * ],
787
+ * "description": "Main order flow broken",
788
+ * "project": {
789
+ * "avatarUrls": {
790
+ * "16x16": "https://your-domain.atlassian.net/secure/projectavatar?size=xsmall&pid=10000",
791
+ * "24x24": "https://your-domain.atlassian.net/secure/projectavatar?size=small&pid=10000",
792
+ * "32x32": "https://your-domain.atlassian.net/secure/projectavatar?size=medium&pid=10000",
793
+ * "48x48": "https://your-domain.atlassian.net/secure/projectavatar?size=large&pid=10000"
794
+ * },
795
+ * "id": "10000",
796
+ * "insight": {
797
+ * "lastIssueUpdateTime": "2021-04-22T05:37:05.000+0000",
798
+ * "totalIssueCount": 100
799
+ * },
800
+ * "key": "EX",
801
+ * "name": "Example",
802
+ * "projectCategory": {
803
+ * "description": "First Project Category",
804
+ * "id": "10000",
805
+ * "name": "FIRST",
806
+ * "self": "https://your-domain.atlassian.net/rest/api/3/projectCategory/10000"
807
+ * },
808
+ * "self": "https://your-domain.atlassian.net/rest/api/3/project/EX",
809
+ * "simplified": false,
810
+ * "style": "classic"
811
+ * },
812
+ * "comment": [
813
+ * {
814
+ * "author": {
815
+ * "accountId": "5b10a2844c20165700ede21g",
816
+ * "active": false,
817
+ * "displayName": "Mia Krystof",
818
+ * "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
819
+ * },
820
+ * "body": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque eget venenatis elit. Duis eu justo eget augue iaculis fermentum. Sed semper quam laoreet nisi egestas at posuere augue semper.",
821
+ * "created": "2021-01-17T12:34:00.000+0000",
822
+ * "id": "10000",
823
+ * "self": "https://your-domain.atlassian.net/rest/api/3/issue/10010/comment/10000",
824
+ * "updateAuthor": {
825
+ * "accountId": "5b10a2844c20165700ede21g",
826
+ * "active": false,
827
+ * "displayName": "Mia Krystof",
828
+ * "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
829
+ * },
830
+ * "updated": "2021-01-18T23:45:00.000+0000",
831
+ * "visibility": {
832
+ * "identifier": "Administrators",
833
+ * "type": "role",
834
+ * "value": "Administrators"
835
+ * }
836
+ * }
837
+ * ],
838
+ * "issuelinks": [
839
+ * {
840
+ * "id": "10001",
841
+ * "outwardIssue": {
842
+ * "fields": {
843
+ * "status": {
844
+ * "iconUrl": "https://your-domain.atlassian.net/images/icons/statuses/open.png",
845
+ * "name": "Open"
846
+ * }
847
+ * },
848
+ * "id": "10004L",
849
+ * "key": "PR-2",
850
+ * "self": "https://your-domain.atlassian.net/rest/api/3/issue/PR-2"
851
+ * },
852
+ * "type": {
853
+ * "id": "10000",
854
+ * "inward": "depends on",
855
+ * "name": "Dependent",
856
+ * "outward": "is depended by"
857
+ * }
858
+ * },
859
+ * {
860
+ * "id": "10002",
861
+ * "inwardIssue": {
862
+ * "fields": {
863
+ * "status": {
864
+ * "iconUrl": "https://your-domain.atlassian.net/images/icons/statuses/open.png",
865
+ * "name": "Open"
866
+ * }
867
+ * },
868
+ * "id": "10004",
869
+ * "key": "PR-3",
870
+ * "self": "https://your-domain.atlassian.net/rest/api/3/issue/PR-3"
871
+ * },
872
+ * "type": {
873
+ * "id": "10000",
874
+ * "inward": "depends on",
875
+ * "name": "Dependent",
876
+ * "outward": "is depended by"
877
+ * }
878
+ * }
879
+ * ],
880
+ * "worklog": [
881
+ * {
882
+ * "author": {
883
+ * "accountId": "5b10a2844c20165700ede21g",
884
+ * "active": false,
885
+ * "displayName": "Mia Krystof",
886
+ * "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
887
+ * },
888
+ * "comment": "I did some work here.",
889
+ * "id": "100028",
890
+ * "issueId": "10002",
891
+ * "self": "https://your-domain.atlassian.net/rest/api/3/issue/10010/worklog/10000",
892
+ * "started": "2021-01-17T12:34:00.000+0000",
893
+ * "timeSpent": "3h 20m",
894
+ * "timeSpentSeconds": 12000,
895
+ * "updateAuthor": {
896
+ * "accountId": "5b10a2844c20165700ede21g",
897
+ * "active": false,
898
+ * "displayName": "Mia Krystof",
899
+ * "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
900
+ * },
901
+ * "updated": "2021-01-18T23:45:00.000+0000",
902
+ * "visibility": {
903
+ * "identifier": "276f955c-63d7-42c8-9520-92d01dca0625",
904
+ * "type": "group",
905
+ * "value": "jira-developers"
906
+ * }
907
+ * }
908
+ * ],
909
+ * "updated": 1,
910
+ * "timetracking": {
911
+ * "originalEstimate": "10m",
912
+ * "originalEstimateSeconds": 600,
913
+ * "remainingEstimate": "3m",
914
+ * "remainingEstimateSeconds": 200,
915
+ * "timeSpent": "6m",
916
+ * "timeSpentSeconds": 400
917
+ * }
918
+ * },
919
+ * "id": "10002",
920
+ * "key": "ED-1",
921
+ * "self": "https://your-domain.atlassian.net/rest/api/3/issue/10002"
922
+ * }
923
+ * ]
924
+ * }
925
+ * ```
926
+ * @path GET `/rest/software/1.0/epic/none/issue`
927
+ * @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-epic#api-rest-software-1-0-epic-none-issue-get
928
+ * @param params
929
+ */
930
+ this.getIssuesWithoutEpicJsis = ({ nextPageToken, maxResults, reconcileIssues, jql, validateQuery, fields, expand } = {}) => {
931
+ return this.getClientInstance().request({
932
+ path: "/rest/software/1.0/epic/none/issue",
933
+ method: "GET",
934
+ query: {
935
+ nextPageToken,
936
+ maxResults,
937
+ reconcileIssues,
938
+ jql,
939
+ validateQuery,
940
+ fields,
941
+ expand
942
+ }
943
+ }).then(this.getClientInstance().responseHandler({
944
+ 200: {
945
+ "application/json": "json"
946
+ }
947
+ })).then(commonHttpClient.castResponse()).then(this.getClientInstance().validation(validationSchemaStorage_1.validationSchemaStorage.validator("EpicService.getIssuesWithoutEpicJSIS.response"))).then(commonHttpClient.getBody);
948
+ };
464
949
  /**
465
950
  * Moves issues to an epic, for a given epic id. Issues can be only in a single
466
951
  * epic at the same time. That means that already assigned issues to an epic, will
@@ -595,6 +1080,17 @@ class EpicService extends CommonHttpService_1.CommonHttpService {
595
1080
  mediaType: zod_1.z.literal("application/json"),
596
1081
  body: zod_1.z.unknown()
597
1082
  }).describe("EpicService.getIssuesWithoutEpic.response"));
1083
+ validationSchemaStorage_1.validationSchemaStorage.registerExtensible("EpicService.getIssuesForEpicJSIS.response", zod_1.z.object({
1084
+ status: zod_1.z.literal(200),
1085
+ mediaType: zod_1.z.literal("application/json"),
1086
+ body: validationSchemaStorage_1.validationSchemaStorage.lazy("SoftwareIssueResults")
1087
+ }).describe("EpicService.getIssuesForEpicJSIS.response"));
1088
+ validationSchemaStorage_1.validationSchemaStorage.registerExtensible("EpicService.getIssuesWithoutEpicJSIS.response", zod_1.z.object({
1089
+ status: zod_1.z.literal(200),
1090
+ mediaType: zod_1.z.literal("application/json"),
1091
+ body: validationSchemaStorage_1.validationSchemaStorage.lazy("SoftwareIssueResults")
1092
+ }).describe("EpicService.getIssuesWithoutEpicJSIS.response"));
1093
+ validationSchemaStorage_1.validationSchemaStorage.registerOnce([common_1.registerCommonValidationSchemas]);
598
1094
  }
599
1095
  }
600
1096
  exports.EpicService = EpicService;
@@ -1 +1 @@
1
- {"version":3,"file":"EpicService.js","sourceRoot":"","sources":["../../../../src/openapi/software/services/EpicService.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"EpicService.js","sourceRoot":"","sources":["../../../../src/openapi/software/services/EpicService.ts"],"names":[],"mappings":"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"}