@resolution/jira-api-client 0.4.2 → 0.4.5
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 +23 -0
- package/README.md +4 -0
- package/lib/openapi/platform/BaseJiraPlatformApiClient.d.ts +28 -4
- package/lib/openapi/platform/BaseJiraPlatformApiClient.js +24 -1
- package/lib/openapi/platform/BaseJiraPlatformApiClient.js.map +1 -1
- package/lib/openapi/platform/models/common.d.ts +6 -0
- package/lib/openapi/platform/models/common.js +12 -1
- package/lib/openapi/platform/models/common.js.map +1 -1
- package/lib/openapi/platform/models/dynamicModules.d.ts +0 -9
- package/lib/openapi/platform/models/dynamicModules.js +0 -6
- package/lib/openapi/platform/models/dynamicModules.js.map +1 -1
- package/lib/openapi/platform/models/issueBulkOperations.d.ts +547 -0
- package/lib/openapi/platform/models/issueBulkOperations.js +437 -0
- package/lib/openapi/platform/models/issueBulkOperations.js.map +1 -0
- package/lib/openapi/platform/services/AnnouncementBannerService.d.ts +3 -3
- package/lib/openapi/platform/services/AnnouncementBannerService.js +65 -62
- package/lib/openapi/platform/services/AnnouncementBannerService.js.map +1 -1
- package/lib/openapi/platform/services/AppDataPoliciesService.d.ts +4 -4
- package/lib/openapi/platform/services/AppDataPoliciesService.js +70 -67
- package/lib/openapi/platform/services/AppDataPoliciesService.js.map +1 -1
- package/lib/openapi/platform/services/AppMigrationService.d.ts +6 -6
- package/lib/openapi/platform/services/AppMigrationService.js +139 -136
- package/lib/openapi/platform/services/AppMigrationService.js.map +1 -1
- package/lib/openapi/platform/services/AppPropertiesService.d.ts +12 -12
- package/lib/openapi/platform/services/AppPropertiesService.js +254 -251
- package/lib/openapi/platform/services/AppPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/ApplicationRolesService.d.ts +3 -3
- package/lib/openapi/platform/services/ApplicationRolesService.js +177 -174
- package/lib/openapi/platform/services/ApplicationRolesService.js.map +1 -1
- package/lib/openapi/platform/services/AuditRecordsService.d.ts +7 -7
- package/lib/openapi/platform/services/AuditRecordsService.js +97 -94
- package/lib/openapi/platform/services/AuditRecordsService.js.map +1 -1
- package/lib/openapi/platform/services/AvatarsService.d.ts +25 -31
- package/lib/openapi/platform/services/AvatarsService.js +412 -415
- package/lib/openapi/platform/services/AvatarsService.js.map +1 -1
- package/lib/openapi/platform/services/ClassificationLevelsService.d.ts +4 -4
- package/lib/openapi/platform/services/ClassificationLevelsService.js +79 -76
- package/lib/openapi/platform/services/ClassificationLevelsService.js.map +1 -1
- package/lib/openapi/platform/services/DashboardsService.d.ts +62 -50
- package/lib/openapi/platform/services/DashboardsService.js +983 -974
- package/lib/openapi/platform/services/DashboardsService.js.map +1 -1
- package/lib/openapi/platform/services/DynamicModulesService.d.ts +6 -6
- package/lib/openapi/platform/services/DynamicModulesService.js +68 -65
- package/lib/openapi/platform/services/DynamicModulesService.js.map +1 -1
- package/lib/openapi/platform/services/FilterSharingService.d.ts +11 -11
- package/lib/openapi/platform/services/FilterSharingService.js +512 -509
- package/lib/openapi/platform/services/FilterSharingService.js.map +1 -1
- package/lib/openapi/platform/services/FiltersService.d.ts +50 -50
- package/lib/openapi/platform/services/FiltersService.js +1262 -1259
- package/lib/openapi/platform/services/FiltersService.js.map +1 -1
- package/lib/openapi/platform/services/GroupAndUserPickerService.d.ts +10 -10
- package/lib/openapi/platform/services/GroupAndUserPickerService.js +112 -109
- package/lib/openapi/platform/services/GroupAndUserPickerService.js.map +1 -1
- package/lib/openapi/platform/services/GroupsService.d.ts +46 -46
- package/lib/openapi/platform/services/GroupsService.js +385 -382
- package/lib/openapi/platform/services/GroupsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueAttachmentsService.d.ts +20 -20
- package/lib/openapi/platform/services/IssueAttachmentsService.js +644 -641
- package/lib/openapi/platform/services/IssueAttachmentsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueBulkOperationsService.d.ts +325 -0
- package/lib/openapi/platform/services/IssueBulkOperationsService.js +353 -0
- package/lib/openapi/platform/services/IssueBulkOperationsService.js.map +1 -0
- package/lib/openapi/platform/services/IssueCommentPropertiesService.d.ts +8 -8
- package/lib/openapi/platform/services/IssueCommentPropertiesService.js +187 -184
- package/lib/openapi/platform/services/IssueCommentPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCommentsService.d.ts +22 -22
- package/lib/openapi/platform/services/IssueCommentsService.js +507 -504
- package/lib/openapi/platform/services/IssueCommentsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.d.ts +11 -11
- package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.js +126 -123
- package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCustomFieldContextsService.d.ts +42 -42
- package/lib/openapi/platform/services/IssueCustomFieldContextsService.js +748 -745
- package/lib/openapi/platform/services/IssueCustomFieldContextsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.d.ts +28 -28
- package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.js +535 -532
- package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCustomFieldOptionsService.d.ts +20 -20
- package/lib/openapi/platform/services/IssueCustomFieldOptionsService.js +358 -355
- package/lib/openapi/platform/services/IssueCustomFieldOptionsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.d.ts +6 -6
- package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.js +86 -83
- package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueFieldConfigurationsService.d.ts +45 -45
- package/lib/openapi/platform/services/IssueFieldConfigurationsService.js +689 -686
- package/lib/openapi/platform/services/IssueFieldConfigurationsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueFieldsService.d.ts +32 -32
- package/lib/openapi/platform/services/IssueFieldsService.js +484 -481
- package/lib/openapi/platform/services/IssueFieldsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueLinkTypesService.d.ts +9 -9
- package/lib/openapi/platform/services/IssueLinkTypesService.js +212 -209
- package/lib/openapi/platform/services/IssueLinkTypesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueLinksService.d.ts +6 -6
- package/lib/openapi/platform/services/IssueLinksService.js +230 -227
- package/lib/openapi/platform/services/IssueLinksService.js.map +1 -1
- package/lib/openapi/platform/services/IssueNavigatorSettingsService.d.ts +3 -3
- package/lib/openapi/platform/services/IssueNavigatorSettingsService.js +72 -69
- package/lib/openapi/platform/services/IssueNavigatorSettingsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueNotificationSchemesService.d.ts +27 -27
- package/lib/openapi/platform/services/IssueNotificationSchemesService.js +816 -813
- package/lib/openapi/platform/services/IssueNotificationSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/IssuePrioritiesService.d.ts +22 -22
- package/lib/openapi/platform/services/IssuePrioritiesService.js +307 -304
- package/lib/openapi/platform/services/IssuePrioritiesService.js.map +1 -1
- package/lib/openapi/platform/services/IssuePropertiesService.d.ts +16 -16
- package/lib/openapi/platform/services/IssuePropertiesService.js +390 -387
- package/lib/openapi/platform/services/IssuePropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueRemoteLinksService.d.ts +13 -13
- package/lib/openapi/platform/services/IssueRemoteLinksService.js +368 -365
- package/lib/openapi/platform/services/IssueRemoteLinksService.js.map +1 -1
- package/lib/openapi/platform/services/IssueResolutionsService.d.ts +19 -19
- package/lib/openapi/platform/services/IssueResolutionsService.js +283 -280
- package/lib/openapi/platform/services/IssueResolutionsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueSearchService.d.ts +24 -24
- package/lib/openapi/platform/services/IssueSearchService.js +826 -823
- package/lib/openapi/platform/services/IssueSearchService.js.map +1 -1
- package/lib/openapi/platform/services/IssueSecurityLevelService.d.ts +8 -8
- package/lib/openapi/platform/services/IssueSecurityLevelService.js +137 -134
- package/lib/openapi/platform/services/IssueSecurityLevelService.js.map +1 -1
- package/lib/openapi/platform/services/IssueSecuritySchemesService.d.ts +51 -51
- package/lib/openapi/platform/services/IssueSecuritySchemesService.js +610 -607
- package/lib/openapi/platform/services/IssueSecuritySchemesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueTypePropertiesService.d.ts +8 -8
- package/lib/openapi/platform/services/IssueTypePropertiesService.js +175 -172
- package/lib/openapi/platform/services/IssueTypePropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueTypeSchemesService.d.ts +31 -31
- package/lib/openapi/platform/services/IssueTypeSchemesService.js +527 -524
- package/lib/openapi/platform/services/IssueTypeSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueTypeScreenSchemesService.d.ts +36 -36
- package/lib/openapi/platform/services/IssueTypeScreenSchemesService.js +508 -505
- package/lib/openapi/platform/services/IssueTypeScreenSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueTypesService.d.ts +22 -28
- package/lib/openapi/platform/services/IssueTypesService.js +424 -427
- package/lib/openapi/platform/services/IssueTypesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueVotesService.d.ts +6 -6
- package/lib/openapi/platform/services/IssueVotesService.js +148 -145
- package/lib/openapi/platform/services/IssueVotesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueWatchersService.d.ts +10 -10
- package/lib/openapi/platform/services/IssueWatchersService.js +197 -194
- package/lib/openapi/platform/services/IssueWatchersService.js.map +1 -1
- package/lib/openapi/platform/services/IssueWorklogPropertiesService.d.ts +8 -8
- package/lib/openapi/platform/services/IssueWorklogPropertiesService.js +199 -196
- package/lib/openapi/platform/services/IssueWorklogPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueWorklogsService.d.ts +44 -44
- package/lib/openapi/platform/services/IssueWorklogsService.js +636 -633
- package/lib/openapi/platform/services/IssueWorklogsService.js.map +1 -1
- package/lib/openapi/platform/services/IssuesService.d.ts +71 -71
- package/lib/openapi/platform/services/IssuesService.js +1856 -1853
- package/lib/openapi/platform/services/IssuesService.js.map +1 -1
- package/lib/openapi/platform/services/JiraExpressionsService.d.ts +6 -6
- package/lib/openapi/platform/services/JiraExpressionsService.js +238 -235
- package/lib/openapi/platform/services/JiraExpressionsService.js.map +1 -1
- package/lib/openapi/platform/services/JiraSettingsService.d.ts +9 -9
- package/lib/openapi/platform/services/JiraSettingsService.js +279 -276
- package/lib/openapi/platform/services/JiraSettingsService.js.map +1 -1
- package/lib/openapi/platform/services/JqlFunctionsAppsService.d.ts +8 -8
- package/lib/openapi/platform/services/JqlFunctionsAppsService.js +107 -104
- package/lib/openapi/platform/services/JqlFunctionsAppsService.js.map +1 -1
- package/lib/openapi/platform/services/JqlService.d.ts +15 -15
- package/lib/openapi/platform/services/JqlService.js +635 -632
- package/lib/openapi/platform/services/JqlService.js.map +1 -1
- package/lib/openapi/platform/services/LabelsService.d.ts +4 -4
- package/lib/openapi/platform/services/LabelsService.js +41 -38
- package/lib/openapi/platform/services/LabelsService.js.map +1 -1
- package/lib/openapi/platform/services/LicenseMetricsService.d.ts +4 -4
- package/lib/openapi/platform/services/LicenseMetricsService.js +120 -117
- package/lib/openapi/platform/services/LicenseMetricsService.js.map +1 -1
- package/lib/openapi/platform/services/MyselfService.d.ts +14 -14
- package/lib/openapi/platform/services/MyselfService.js +321 -318
- package/lib/openapi/platform/services/MyselfService.js.map +1 -1
- package/lib/openapi/platform/services/PermissionSchemesService.d.ts +25 -25
- package/lib/openapi/platform/services/PermissionSchemesService.js +548 -545
- package/lib/openapi/platform/services/PermissionSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/PermissionsService.d.ts +15 -15
- package/lib/openapi/platform/services/PermissionsService.js +235 -232
- package/lib/openapi/platform/services/PermissionsService.js.map +1 -1
- package/lib/openapi/platform/services/PrioritySchemesService.d.ts +34 -34
- package/lib/openapi/platform/services/PrioritySchemesService.js +571 -568
- package/lib/openapi/platform/services/PrioritySchemesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectAvatarsService.d.ts +11 -11
- package/lib/openapi/platform/services/ProjectAvatarsService.js +213 -210
- package/lib/openapi/platform/services/ProjectAvatarsService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectCategoriesService.d.ts +9 -9
- package/lib/openapi/platform/services/ProjectCategoriesService.js +180 -177
- package/lib/openapi/platform/services/ProjectCategoriesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectClassificationLevelsService.d.ts +6 -6
- package/lib/openapi/platform/services/ProjectClassificationLevelsService.js +125 -122
- package/lib/openapi/platform/services/ProjectClassificationLevelsService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectComponentsService.d.ts +28 -28
- package/lib/openapi/platform/services/ProjectComponentsService.js +1009 -1006
- package/lib/openapi/platform/services/ProjectComponentsService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectEmailService.d.ts +4 -4
- package/lib/openapi/platform/services/ProjectEmailService.js +78 -75
- package/lib/openapi/platform/services/ProjectEmailService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectFeaturesService.d.ts +4 -4
- package/lib/openapi/platform/services/ProjectFeaturesService.js +119 -116
- package/lib/openapi/platform/services/ProjectFeaturesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.d.ts +8 -8
- package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.js +100 -97
- package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectPermissionSchemesService.d.ts +10 -10
- package/lib/openapi/platform/services/ProjectPermissionSchemesService.js +199 -196
- package/lib/openapi/platform/services/ProjectPermissionSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectPropertiesService.d.ts +8 -8
- package/lib/openapi/platform/services/ProjectPropertiesService.js +172 -169
- package/lib/openapi/platform/services/ProjectPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectRoleActorsService.d.ts +18 -18
- package/lib/openapi/platform/services/ProjectRoleActorsService.js +362 -359
- package/lib/openapi/platform/services/ProjectRoleActorsService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectRolesService.d.ts +21 -21
- package/lib/openapi/platform/services/ProjectRolesService.js +576 -573
- package/lib/openapi/platform/services/ProjectRolesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectTypesService.d.ts +6 -6
- package/lib/openapi/platform/services/ProjectTypesService.js +173 -170
- package/lib/openapi/platform/services/ProjectTypesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectVersionsService.d.ts +40 -40
- package/lib/openapi/platform/services/ProjectVersionsService.js +751 -748
- package/lib/openapi/platform/services/ProjectVersionsService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectsService.d.ts +49 -49
- package/lib/openapi/platform/services/ProjectsService.js +1597 -1594
- package/lib/openapi/platform/services/ProjectsService.js.map +1 -1
- package/lib/openapi/platform/services/ScreenSchemesService.d.ts +14 -14
- package/lib/openapi/platform/services/ScreenSchemesService.js +177 -174
- package/lib/openapi/platform/services/ScreenSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/ScreenTabFieldsService.d.ts +9 -9
- package/lib/openapi/platform/services/ScreenTabFieldsService.js +144 -141
- package/lib/openapi/platform/services/ScreenTabFieldsService.js.map +1 -1
- package/lib/openapi/platform/services/ScreenTabsService.d.ts +17 -17
- package/lib/openapi/platform/services/ScreenTabsService.js +229 -226
- package/lib/openapi/platform/services/ScreenTabsService.js.map +1 -1
- package/lib/openapi/platform/services/ScreensService.d.ts +23 -23
- package/lib/openapi/platform/services/ScreensService.js +281 -278
- package/lib/openapi/platform/services/ScreensService.js.map +1 -1
- package/lib/openapi/platform/services/ServerInfoService.d.ts +1 -1
- package/lib/openapi/platform/services/ServerInfoService.js +51 -48
- package/lib/openapi/platform/services/ServerInfoService.js.map +1 -1
- package/lib/openapi/platform/services/ServiceRegistryService.d.ts +2 -2
- package/lib/openapi/platform/services/ServiceRegistryService.js +30 -27
- package/lib/openapi/platform/services/ServiceRegistryService.js.map +1 -1
- package/lib/openapi/platform/services/StatusService.d.ts +17 -17
- package/lib/openapi/platform/services/StatusService.js +271 -268
- package/lib/openapi/platform/services/StatusService.js.map +1 -1
- package/lib/openapi/platform/services/TasksService.d.ts +4 -4
- package/lib/openapi/platform/services/TasksService.js +93 -90
- package/lib/openapi/platform/services/TasksService.js.map +1 -1
- package/lib/openapi/platform/services/TimeTrackingService.d.ts +7 -7
- package/lib/openapi/platform/services/TimeTrackingService.js +190 -187
- package/lib/openapi/platform/services/TimeTrackingService.js.map +1 -1
- package/lib/openapi/platform/services/UiModificationsAppsService.d.ts +11 -11
- package/lib/openapi/platform/services/UiModificationsAppsService.js +214 -211
- package/lib/openapi/platform/services/UiModificationsAppsService.js.map +1 -1
- package/lib/openapi/platform/services/UserPropertiesService.d.ts +20 -20
- package/lib/openapi/platform/services/UserPropertiesService.js +196 -193
- package/lib/openapi/platform/services/UserPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/UserSearchService.d.ts +61 -61
- package/lib/openapi/platform/services/UserSearchService.js +709 -706
- package/lib/openapi/platform/services/UserSearchService.js.map +1 -1
- package/lib/openapi/platform/services/UsersService.d.ts +51 -51
- package/lib/openapi/platform/services/UsersService.js +637 -634
- package/lib/openapi/platform/services/UsersService.js.map +1 -1
- package/lib/openapi/platform/services/WebhooksService.d.ts +14 -14
- package/lib/openapi/platform/services/WebhooksService.js +262 -259
- package/lib/openapi/platform/services/WebhooksService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowSchemeDraftsService.d.ts +30 -30
- package/lib/openapi/platform/services/WorkflowSchemeDraftsService.js +861 -858
- package/lib/openapi/platform/services/WorkflowSchemeDraftsService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowSchemeProjectAssociationsService.d.ts +4 -4
- package/lib/openapi/platform/services/WorkflowSchemeProjectAssociationsService.js +98 -95
- package/lib/openapi/platform/services/WorkflowSchemeProjectAssociationsService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowSchemesService.d.ts +45 -45
- package/lib/openapi/platform/services/WorkflowSchemesService.js +899 -896
- package/lib/openapi/platform/services/WorkflowSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowStatusCategoriesService.d.ts +3 -3
- package/lib/openapi/platform/services/WorkflowStatusCategoriesService.js +82 -79
- package/lib/openapi/platform/services/WorkflowStatusCategoriesService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowStatusesService.d.ts +3 -3
- package/lib/openapi/platform/services/WorkflowStatusesService.js +110 -107
- package/lib/openapi/platform/services/WorkflowStatusesService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.d.ts +14 -14
- package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.js +182 -179
- package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowTransitionRulesService.d.ts +13 -13
- package/lib/openapi/platform/services/WorkflowTransitionRulesService.js +283 -280
- package/lib/openapi/platform/services/WorkflowTransitionRulesService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowsService.d.ts +33 -33
- package/lib/openapi/platform/services/WorkflowsService.js +2451 -2448
- package/lib/openapi/platform/services/WorkflowsService.js.map +1 -1
- package/lib/openapi/software/services/BacklogService.d.ts +4 -4
- package/lib/openapi/software/services/BacklogService.js +81 -78
- package/lib/openapi/software/services/BacklogService.js.map +1 -1
- package/lib/openapi/software/services/BoardService.d.ts +124 -124
- package/lib/openapi/software/services/BoardService.js +2048 -2045
- package/lib/openapi/software/services/BoardService.js.map +1 -1
- package/lib/openapi/software/services/BuildsService.d.ts +10 -10
- package/lib/openapi/software/services/BuildsService.js +164 -161
- package/lib/openapi/software/services/BuildsService.js.map +1 -1
- package/lib/openapi/software/services/DeploymentsService.d.ts +12 -12
- package/lib/openapi/software/services/DeploymentsService.js +192 -189
- package/lib/openapi/software/services/DeploymentsService.js.map +1 -1
- package/lib/openapi/software/services/DevOpsComponentsService.d.ts +8 -8
- package/lib/openapi/software/services/DevOpsComponentsService.js +145 -142
- package/lib/openapi/software/services/DevOpsComponentsService.js.map +1 -1
- package/lib/openapi/software/services/DevelopmentInformationService.d.ts +16 -16
- package/lib/openapi/software/services/DevelopmentInformationService.js +178 -175
- package/lib/openapi/software/services/DevelopmentInformationService.js.map +1 -1
- package/lib/openapi/software/services/EpicService.d.ts +26 -26
- package/lib/openapi/software/services/EpicService.js +597 -594
- package/lib/openapi/software/services/EpicService.js.map +1 -1
- package/lib/openapi/software/services/FeatureFlagsService.d.ts +10 -10
- package/lib/openapi/software/services/FeatureFlagsService.js +151 -148
- package/lib/openapi/software/services/FeatureFlagsService.js.map +1 -1
- package/lib/openapi/software/services/IssueService.d.ts +13 -13
- package/lib/openapi/software/services/IssueService.js +359 -356
- package/lib/openapi/software/services/IssueService.js.map +1 -1
- package/lib/openapi/software/services/OperationsService.d.ts +24 -24
- package/lib/openapi/software/services/OperationsService.js +301 -298
- package/lib/openapi/software/services/OperationsService.js.map +1 -1
- package/lib/openapi/software/services/RemoteLinksService.d.ts +15 -15
- package/lib/openapi/software/services/RemoteLinksService.js +160 -157
- package/lib/openapi/software/services/RemoteLinksService.js.map +1 -1
- package/lib/openapi/software/services/SecurityInformationService.d.ts +16 -16
- package/lib/openapi/software/services/SecurityInformationService.js +262 -259
- package/lib/openapi/software/services/SecurityInformationService.js.map +1 -1
- package/lib/openapi/software/services/SprintService.d.ts +33 -33
- package/lib/openapi/software/services/SprintService.js +594 -591
- package/lib/openapi/software/services/SprintService.js.map +1 -1
- package/package.json +4 -3
|
@@ -22,181 +22,184 @@ const validationSchemaStorage_1 = require("../validationSchemaStorage");
|
|
|
22
22
|
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-development-information
|
|
23
23
|
*/
|
|
24
24
|
class DevelopmentInformationService extends CommonHttpService_1.CommonHttpService {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
25
|
+
constructor() {
|
|
26
|
+
super(...arguments);
|
|
27
|
+
/**
|
|
28
|
+
* Deletes development information entities which have all the provided
|
|
29
|
+
* properties. Repositories which have properties that match ALL of the properties
|
|
30
|
+
* (i.e. treated as an AND), and all their related development information (such
|
|
31
|
+
* as commits, branches and pull requests), will be deleted. For example if
|
|
32
|
+
* request is `DELETE bulk?accountId=123&projectId=ABC` entities which have
|
|
33
|
+
* properties `accountId=123` and `projectId=ABC` will be deleted. Optional param
|
|
34
|
+
* `_updateSequenceId` is no longer supported. Deletion is performed
|
|
35
|
+
* asynchronously: specified entities will eventually be removed from Jira.
|
|
36
|
+
*
|
|
37
|
+
* @path {DELETE} /rest/devinfo/0.10/bulkByProperties
|
|
38
|
+
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-development-information#api-rest-devinfo-0-10-bulkbyproperties-delete
|
|
39
|
+
*/
|
|
40
|
+
this.deleteByProperties = ({ updateSequenceId, authorization, }) => {
|
|
41
|
+
return this.getClientInstance()
|
|
42
|
+
.request({
|
|
43
|
+
path: "/rest/devinfo/0.10/bulkByProperties",
|
|
44
|
+
method: "DELETE",
|
|
45
|
+
query: {
|
|
46
|
+
_updateSequenceId: updateSequenceId,
|
|
47
|
+
},
|
|
48
|
+
headers: {
|
|
49
|
+
Authorization: authorization,
|
|
50
|
+
},
|
|
51
|
+
})
|
|
52
|
+
.then(commonHttpClient.discardResult);
|
|
53
|
+
};
|
|
54
|
+
/**
|
|
55
|
+
* Deletes particular development information entity. Deletion is performed
|
|
56
|
+
* asynchronously.
|
|
57
|
+
*
|
|
58
|
+
* @path {DELETE} /rest/devinfo/0.10/repository/{repositoryId}/{entityType}/{entityId}
|
|
59
|
+
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-development-information#api-rest-devinfo-0-10-repository-repositoryid-entitytype-entityid-delete
|
|
60
|
+
*/
|
|
61
|
+
this.deleteEntity = ({ repositoryId, entityType, entityId, updateSequenceId, authorization, }) => {
|
|
62
|
+
return this.getClientInstance()
|
|
63
|
+
.request({
|
|
64
|
+
path: "/rest/devinfo/0.10/repository/{repositoryId}/{entityType}/{entityId}",
|
|
65
|
+
method: "DELETE",
|
|
66
|
+
pathParams: {
|
|
67
|
+
repositoryId,
|
|
68
|
+
entityType,
|
|
69
|
+
entityId,
|
|
70
|
+
},
|
|
71
|
+
query: {
|
|
72
|
+
_updateSequenceId: updateSequenceId,
|
|
73
|
+
},
|
|
74
|
+
headers: {
|
|
75
|
+
Authorization: authorization,
|
|
76
|
+
},
|
|
77
|
+
})
|
|
78
|
+
.then(commonHttpClient.discardResult);
|
|
79
|
+
};
|
|
80
|
+
/**
|
|
81
|
+
* Deletes the repository data stored by the given ID and all related development
|
|
82
|
+
* information entities. Deletion is performed asynchronously.
|
|
83
|
+
*
|
|
84
|
+
* @path {DELETE} /rest/devinfo/0.10/repository/{repositoryId}
|
|
85
|
+
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-development-information#api-rest-devinfo-0-10-repository-repositoryid-delete
|
|
86
|
+
*/
|
|
87
|
+
this.deleteRepository = ({ repositoryId, updateSequenceId, authorization, }) => {
|
|
88
|
+
return this.getClientInstance()
|
|
89
|
+
.request({
|
|
90
|
+
path: "/rest/devinfo/0.10/repository/{repositoryId}",
|
|
91
|
+
method: "DELETE",
|
|
92
|
+
pathParams: {
|
|
93
|
+
repositoryId,
|
|
94
|
+
},
|
|
95
|
+
query: {
|
|
96
|
+
_updateSequenceId: updateSequenceId,
|
|
97
|
+
},
|
|
98
|
+
headers: {
|
|
99
|
+
Authorization: authorization,
|
|
100
|
+
},
|
|
101
|
+
})
|
|
102
|
+
.then(commonHttpClient.discardResult);
|
|
103
|
+
};
|
|
104
|
+
/**
|
|
105
|
+
* Checks if repositories which have all the provided properties exists. For
|
|
106
|
+
* example, if request is `GET existsByProperties?accountId=123&projectId=ABC`
|
|
107
|
+
* then result will be positive only if there is at least one repository with both
|
|
108
|
+
* properties `accountId=123` and `projectId=ABC`. Special property
|
|
109
|
+
* `_updateSequenceId` can be used to filter all entities with updateSequenceId
|
|
110
|
+
* less or equal than the value specified. In addition to the optional
|
|
111
|
+
* `_updateSequenceId`, one or more query params must be supplied to specify
|
|
112
|
+
* properties to search by.
|
|
113
|
+
*
|
|
114
|
+
* @returns Returns whether data exists for the specified properties.
|
|
115
|
+
* @path {GET} /rest/devinfo/0.10/existsByProperties
|
|
116
|
+
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-development-information#api-rest-devinfo-0-10-existsbyproperties-get
|
|
117
|
+
*/
|
|
118
|
+
this.existsByProperties = ({ updateSequenceId, authorization, }) => {
|
|
119
|
+
return this.getClientInstance()
|
|
120
|
+
.request({
|
|
121
|
+
path: "/rest/devinfo/0.10/existsByProperties",
|
|
122
|
+
method: "GET",
|
|
123
|
+
query: {
|
|
124
|
+
_updateSequenceId: updateSequenceId,
|
|
125
|
+
},
|
|
126
|
+
headers: {
|
|
127
|
+
Authorization: authorization,
|
|
128
|
+
},
|
|
129
|
+
})
|
|
130
|
+
.then(this.getClientInstance().responseHandler({
|
|
131
|
+
200: {
|
|
132
|
+
"application/json": "json",
|
|
133
|
+
},
|
|
134
|
+
}))
|
|
135
|
+
.then(commonHttpClient.castResponse())
|
|
136
|
+
.then(validationSchemaStorage_1.validationSchemaStorage.validator("DevelopmentInformationService.existsByProperties.response"))
|
|
137
|
+
.then(commonHttpClient.getBody);
|
|
138
|
+
};
|
|
139
|
+
/**
|
|
140
|
+
* For the specified repository ID, retrieves the repository and the most recent
|
|
141
|
+
* 400 development information entities. The result will be what is currently
|
|
142
|
+
* stored, ignoring any pending updates or deletes.
|
|
143
|
+
*
|
|
144
|
+
* @returns The repository data currently stored for the given ID.
|
|
145
|
+
* @path {GET} /rest/devinfo/0.10/repository/{repositoryId}
|
|
146
|
+
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-development-information#api-rest-devinfo-0-10-repository-repositoryid-get
|
|
147
|
+
*/
|
|
148
|
+
this.getRepository = ({ repositoryId, authorization, }) => {
|
|
149
|
+
return this.getClientInstance()
|
|
150
|
+
.request({
|
|
151
|
+
path: "/rest/devinfo/0.10/repository/{repositoryId}",
|
|
152
|
+
method: "GET",
|
|
153
|
+
pathParams: {
|
|
154
|
+
repositoryId,
|
|
155
|
+
},
|
|
156
|
+
headers: {
|
|
157
|
+
Authorization: authorization,
|
|
158
|
+
},
|
|
159
|
+
})
|
|
160
|
+
.then(this.getClientInstance().responseHandler({
|
|
161
|
+
200: {
|
|
162
|
+
"application/json": "json",
|
|
163
|
+
},
|
|
164
|
+
}))
|
|
165
|
+
.then(commonHttpClient.castResponse())
|
|
166
|
+
.then(validationSchemaStorage_1.validationSchemaStorage.validator("DevelopmentInformationService.getRepository.response"))
|
|
167
|
+
.then(commonHttpClient.getBody);
|
|
168
|
+
};
|
|
169
|
+
/**
|
|
170
|
+
* Stores development information provided in the request to make it available
|
|
171
|
+
* when viewing issues in Jira. Existing repository and entity data for the same
|
|
172
|
+
* ID will be replaced if the updateSequenceId of existing data is less than the
|
|
173
|
+
* incoming data. Submissions are performed asynchronously. Submitted data will
|
|
174
|
+
* eventually be available in Jira; most updates are available within a short
|
|
175
|
+
* period of time, but may take some time during peak load and/or maintenance
|
|
176
|
+
* times.
|
|
177
|
+
*
|
|
178
|
+
* @returns Submission accepted. Each submitted repository and entity that is of a valid
|
|
179
|
+
* format will be eventually available in Jira.
|
|
180
|
+
* @path {POST} /rest/devinfo/0.10/bulk
|
|
181
|
+
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-development-information#api-rest-devinfo-0-10-bulk-post
|
|
182
|
+
*/
|
|
183
|
+
this.storeDevelopmentInformation = ({ authorization, devInformation, }) => {
|
|
184
|
+
return this.getClientInstance()
|
|
185
|
+
.request({
|
|
186
|
+
path: "/rest/devinfo/0.10/bulk",
|
|
187
|
+
method: "POST",
|
|
188
|
+
headers: {
|
|
189
|
+
Authorization: authorization,
|
|
190
|
+
"Content-Type": "application/json",
|
|
191
|
+
},
|
|
192
|
+
body: devInformation,
|
|
193
|
+
})
|
|
194
|
+
.then(this.getClientInstance().responseHandler({
|
|
195
|
+
202: {
|
|
196
|
+
"application/json": "json",
|
|
197
|
+
},
|
|
198
|
+
}))
|
|
199
|
+
.then(commonHttpClient.castResponse())
|
|
200
|
+
.then(validationSchemaStorage_1.validationSchemaStorage.validator("DevelopmentInformationService.storeDevelopmentInformation.response"))
|
|
201
|
+
.then(commonHttpClient.getBody);
|
|
202
|
+
};
|
|
200
203
|
}
|
|
201
204
|
static initialize() {
|
|
202
205
|
validationSchemaStorage_1.validationSchemaStorage.registerExtensible("DevelopmentInformationService.storeDevelopmentInformation.response", zod_1.z
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DevelopmentInformationService.js","sourceRoot":"","sources":["../../../../src/openapi/software/services/DevelopmentInformationService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAwB;AAExB,6DAA6D;AAC7D,iEAA8D;AAC9D,6EAM0C;AAC1C,wEAAqE;AACrE;;;;;;;;;;;GAWG;AACH,MAAa,6BAA8B,SAAQ,qCAAiB;
|
|
1
|
+
{"version":3,"file":"DevelopmentInformationService.js","sourceRoot":"","sources":["../../../../src/openapi/software/services/DevelopmentInformationService.ts"],"names":[],"mappings":"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"}
|
|
@@ -27,10 +27,10 @@ export declare class EpicService extends CommonHttpService {
|
|
|
27
27
|
* @path {GET} /rest/agile/1.0/epic/{epicIdOrKey}
|
|
28
28
|
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-epic#api-rest-agile-1-0-epic-epicidorkey-get
|
|
29
29
|
*/
|
|
30
|
-
getEpic({ epicIdOrKey, }: {
|
|
30
|
+
getEpic: ({ epicIdOrKey, }: {
|
|
31
31
|
/** The id or key of the requested epic. */
|
|
32
32
|
epicIdOrKey: string;
|
|
33
|
-
})
|
|
33
|
+
}) => Promise<unknown>;
|
|
34
34
|
/**
|
|
35
35
|
* Returns all issues that belong to the epic, for the given epic ID. This only
|
|
36
36
|
* includes issues that the user has permission to view. Issues returned from this
|
|
@@ -227,14 +227,14 @@ export declare class EpicService extends CommonHttpService {
|
|
|
227
227
|
* @path {GET} /rest/agile/1.0/epic/{epicIdOrKey}/issue
|
|
228
228
|
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-epic#api-rest-agile-1-0-epic-epicidorkey-issue-get
|
|
229
229
|
*/
|
|
230
|
-
getIssuesForEpic({ epicIdOrKey, startAt, maxResults, jql, validateQuery, fields, expand, }: {
|
|
230
|
+
getIssuesForEpic: ({ epicIdOrKey, startAt, maxResults, jql, validateQuery, fields, expand, }: {
|
|
231
231
|
/** The id or key of the epic that contains the requested issues. */
|
|
232
232
|
epicIdOrKey: string;
|
|
233
233
|
/**
|
|
234
234
|
* The starting index of the returned issues. Base index: 0. See the 'Pagination'
|
|
235
235
|
* section at the top of this page for more details.
|
|
236
236
|
*/
|
|
237
|
-
startAt?: number;
|
|
237
|
+
startAt?: number | undefined;
|
|
238
238
|
/**
|
|
239
239
|
* The maximum number of issues to return per page. Default: 50. See the
|
|
240
240
|
* 'Pagination' section at the top of this page for more details. Note, the total
|
|
@@ -242,24 +242,24 @@ export declare class EpicService extends CommonHttpService {
|
|
|
242
242
|
* 'jira.search.views.default.max' in your Jira instance. If you exceed this
|
|
243
243
|
* limit, your results will be truncated.
|
|
244
244
|
*/
|
|
245
|
-
maxResults?: number;
|
|
245
|
+
maxResults?: number | undefined;
|
|
246
246
|
/**
|
|
247
247
|
* Filters results using a JQL query. If you define an order in your JQL query, it
|
|
248
248
|
* will override the default order of the returned issues.
|
|
249
249
|
* Note that `username` and `userkey` can't be used as search terms for this
|
|
250
250
|
* parameter due to privacy reasons. Use `accountId` instead.
|
|
251
251
|
*/
|
|
252
|
-
jql?: string;
|
|
252
|
+
jql?: string | undefined;
|
|
253
253
|
/** Specifies whether to validate the JQL query or not. Default: true. */
|
|
254
|
-
validateQuery?: boolean;
|
|
254
|
+
validateQuery?: boolean | undefined;
|
|
255
255
|
/**
|
|
256
256
|
* The list of fields to return for each issue. By default, all navigable and
|
|
257
257
|
* Agile fields are returned.
|
|
258
258
|
*/
|
|
259
|
-
fields?: {}[];
|
|
259
|
+
fields?: {}[] | undefined;
|
|
260
260
|
/** A comma-separated list of the parameters to expand. */
|
|
261
|
-
expand?: string;
|
|
262
|
-
})
|
|
261
|
+
expand?: string | undefined;
|
|
262
|
+
}) => Promise<unknown>;
|
|
263
263
|
/**
|
|
264
264
|
* Returns all issues that do not belong to any epic. This only includes issues
|
|
265
265
|
* that the user has permission to view. Issues returned from this resource
|
|
@@ -456,34 +456,34 @@ export declare class EpicService extends CommonHttpService {
|
|
|
456
456
|
* @path {GET} /rest/agile/1.0/epic/none/issue
|
|
457
457
|
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-epic#api-rest-agile-1-0-epic-none-issue-get
|
|
458
458
|
*/
|
|
459
|
-
getIssuesWithoutEpic({ startAt, maxResults, jql, validateQuery, fields, expand, }?: {
|
|
459
|
+
getIssuesWithoutEpic: ({ startAt, maxResults, jql, validateQuery, fields, expand, }?: {
|
|
460
460
|
/**
|
|
461
461
|
* The starting index of the returned issues. Base index: 0. See the 'Pagination'
|
|
462
462
|
* section at the top of this page for more details.
|
|
463
463
|
*/
|
|
464
|
-
startAt?: number;
|
|
464
|
+
startAt?: number | undefined;
|
|
465
465
|
/**
|
|
466
466
|
* The maximum number of issues to return per page. See the 'Pagination' section
|
|
467
467
|
* at the top of this page for more details. Note, the total number of issues
|
|
468
468
|
* returned is limited by the property 'jira.search.views.default.max' in your
|
|
469
469
|
* Jira instance. If you exceed this limit, your results will be truncated.
|
|
470
470
|
*/
|
|
471
|
-
maxResults?: number;
|
|
471
|
+
maxResults?: number | undefined;
|
|
472
472
|
/**
|
|
473
473
|
* Filters results using a JQL query. If you define an order in your JQL query, it
|
|
474
474
|
* will override the default order of the returned issues.
|
|
475
475
|
*/
|
|
476
|
-
jql?: string;
|
|
476
|
+
jql?: string | undefined;
|
|
477
477
|
/** Specifies whether to validate the JQL query or not. Default: true. */
|
|
478
|
-
validateQuery?: boolean;
|
|
478
|
+
validateQuery?: boolean | undefined;
|
|
479
479
|
/**
|
|
480
480
|
* The list of fields to return for each issue. By default, all navigable and
|
|
481
481
|
* Agile fields are returned.
|
|
482
482
|
*/
|
|
483
|
-
fields?: {}[];
|
|
483
|
+
fields?: {}[] | undefined;
|
|
484
484
|
/** A comma-separated list of the parameters to expand. */
|
|
485
|
-
expand?: string;
|
|
486
|
-
})
|
|
485
|
+
expand?: string | undefined;
|
|
486
|
+
}) => Promise<unknown>;
|
|
487
487
|
/**
|
|
488
488
|
* Moves issues to an epic, for a given epic id. Issues can be only in a single
|
|
489
489
|
* epic at the same time. That means that already assigned issues to an epic, will
|
|
@@ -495,7 +495,7 @@ export declare class EpicService extends CommonHttpService {
|
|
|
495
495
|
* @path {POST} /rest/agile/1.0/epic/{epicIdOrKey}/issue
|
|
496
496
|
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-epic#api-rest-agile-1-0-epic-epicidorkey-issue-post
|
|
497
497
|
*/
|
|
498
|
-
moveIssuesToEpic({ epicIdOrKey, issueAssignRequestBean, }: {
|
|
498
|
+
moveIssuesToEpic: ({ epicIdOrKey, issueAssignRequestBean, }: {
|
|
499
499
|
/** The id or key of the epic that you want to assign issues to. */
|
|
500
500
|
epicIdOrKey: string;
|
|
501
501
|
/**
|
|
@@ -508,7 +508,7 @@ export declare class EpicService extends CommonHttpService {
|
|
|
508
508
|
* }
|
|
509
509
|
*/
|
|
510
510
|
issueAssignRequestBean: IssueAssignRequestBean;
|
|
511
|
-
})
|
|
511
|
+
}) => Promise<void>;
|
|
512
512
|
/**
|
|
513
513
|
* Performs a partial update of the epic. A partial update means that fields not
|
|
514
514
|
* present in the request JSON will not be updated. Valid values for color are
|
|
@@ -530,7 +530,7 @@ export declare class EpicService extends CommonHttpService {
|
|
|
530
530
|
* @path {POST} /rest/agile/1.0/epic/{epicIdOrKey}
|
|
531
531
|
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-epic#api-rest-agile-1-0-epic-epicidorkey-post
|
|
532
532
|
*/
|
|
533
|
-
partiallyUpdateEpic({ epicIdOrKey, epicUpdateBean, }: {
|
|
533
|
+
partiallyUpdateEpic: ({ epicIdOrKey, epicUpdateBean, }: {
|
|
534
534
|
/** The id or key of the epic to update. */
|
|
535
535
|
epicIdOrKey: string;
|
|
536
536
|
/**
|
|
@@ -544,7 +544,7 @@ export declare class EpicService extends CommonHttpService {
|
|
|
544
544
|
* }
|
|
545
545
|
*/
|
|
546
546
|
epicUpdateBean: EpicUpdateBean;
|
|
547
|
-
})
|
|
547
|
+
}) => Promise<unknown>;
|
|
548
548
|
/**
|
|
549
549
|
* Moves (ranks) an epic before or after a given epic.
|
|
550
550
|
*
|
|
@@ -555,7 +555,7 @@ export declare class EpicService extends CommonHttpService {
|
|
|
555
555
|
* @path {PUT} /rest/agile/1.0/epic/{epicIdOrKey}/rank
|
|
556
556
|
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-epic#api-rest-agile-1-0-epic-epicidorkey-rank-put
|
|
557
557
|
*/
|
|
558
|
-
rankEpics({ epicIdOrKey, epicRankRequestBean, }: {
|
|
558
|
+
rankEpics: ({ epicIdOrKey, epicRankRequestBean, }: {
|
|
559
559
|
/** The id or key of the epic to rank. */
|
|
560
560
|
epicIdOrKey: string;
|
|
561
561
|
/**
|
|
@@ -567,7 +567,7 @@ export declare class EpicService extends CommonHttpService {
|
|
|
567
567
|
* }
|
|
568
568
|
*/
|
|
569
569
|
epicRankRequestBean: EpicRankRequestBean;
|
|
570
|
-
})
|
|
570
|
+
}) => Promise<void>;
|
|
571
571
|
/**
|
|
572
572
|
* Removes issues from epics. The user needs to have the edit issue permission for
|
|
573
573
|
* all issue they want to remove from epics. The maximum number of issues that can
|
|
@@ -578,7 +578,7 @@ export declare class EpicService extends CommonHttpService {
|
|
|
578
578
|
* @path {POST} /rest/agile/1.0/epic/none/issue
|
|
579
579
|
* @see https://developer.atlassian.com/cloud/jira/software/rest/api-group-epic#api-rest-agile-1-0-epic-none-issue-post
|
|
580
580
|
*/
|
|
581
|
-
removeIssuesFromEpic({ issueAssignRequestBean, }: {
|
|
581
|
+
removeIssuesFromEpic: ({ issueAssignRequestBean, }: {
|
|
582
582
|
/**
|
|
583
583
|
* @example {
|
|
584
584
|
* "issues": [
|
|
@@ -589,6 +589,6 @@ export declare class EpicService extends CommonHttpService {
|
|
|
589
589
|
* }
|
|
590
590
|
*/
|
|
591
591
|
issueAssignRequestBean: IssueAssignRequestBean;
|
|
592
|
-
})
|
|
592
|
+
}) => Promise<void>;
|
|
593
593
|
static initialize(): void;
|
|
594
594
|
}
|