@resolution/jira-api-client 0.5.2 → 0.5.3
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 +11 -0
- package/lib/openapi/platform/BaseJiraPlatformApiClient.d.ts +1 -1
- package/lib/openapi/platform/BaseJiraPlatformApiClient.js +1 -1
- package/lib/openapi/platform/models/appMigration.d.ts +12 -6
- package/lib/openapi/platform/models/appMigration.js.map +1 -1
- package/lib/openapi/platform/models/appProperties.d.ts +2 -1
- package/lib/openapi/platform/models/appProperties.js.map +1 -1
- package/lib/openapi/platform/models/dynamicModules.d.ts +4 -2
- package/lib/openapi/platform/models/dynamicModules.js.map +1 -1
- package/lib/openapi/platform/models/issues.d.ts +12 -7
- package/lib/openapi/platform/models/issues.js.map +1 -1
- package/lib/openapi/platform/models/jiraExpressions.d.ts +7 -5
- package/lib/openapi/platform/models/jiraExpressions.js.map +1 -1
- package/lib/openapi/platform/models/jql.d.ts +8 -4
- package/lib/openapi/platform/models/jql.js.map +1 -1
- package/lib/openapi/platform/models/serviceRegistry.d.ts +2 -1
- package/lib/openapi/platform/models/serviceRegistry.js.map +1 -1
- package/lib/openapi/platform/models/workflows.d.ts +49 -46
- package/lib/openapi/platform/models/workflows.js.map +1 -1
- package/lib/openapi/platform/services/AnnouncementBannerService.d.ts +11 -8
- package/lib/openapi/platform/services/AnnouncementBannerService.js +8 -5
- package/lib/openapi/platform/services/AnnouncementBannerService.js.map +1 -1
- package/lib/openapi/platform/services/AppDataPoliciesService.d.ts +11 -4
- package/lib/openapi/platform/services/AppDataPoliciesService.js +11 -4
- package/lib/openapi/platform/services/AppDataPoliciesService.js.map +1 -1
- package/lib/openapi/platform/services/AppMigrationService.d.ts +12 -5
- package/lib/openapi/platform/services/AppMigrationService.js +10 -4
- package/lib/openapi/platform/services/AppMigrationService.js.map +1 -1
- package/lib/openapi/platform/services/AppPropertiesService.d.ts +42 -18
- package/lib/openapi/platform/services/AppPropertiesService.js +42 -18
- package/lib/openapi/platform/services/AppPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/ApplicationRolesService.d.ts +19 -20
- package/lib/openapi/platform/services/ApplicationRolesService.js +19 -20
- package/lib/openapi/platform/services/ApplicationRolesService.js.map +1 -1
- package/lib/openapi/platform/services/AuditRecordsService.d.ts +6 -2
- package/lib/openapi/platform/services/AuditRecordsService.js +6 -2
- package/lib/openapi/platform/services/AuditRecordsService.js.map +1 -1
- package/lib/openapi/platform/services/AvatarsService.d.ts +43 -36
- package/lib/openapi/platform/services/AvatarsService.js +43 -36
- package/lib/openapi/platform/services/AvatarsService.js.map +1 -1
- package/lib/openapi/platform/services/ClassificationLevelsService.d.ts +15 -21
- package/lib/openapi/platform/services/ClassificationLevelsService.js +15 -21
- package/lib/openapi/platform/services/ClassificationLevelsService.js.map +1 -1
- package/lib/openapi/platform/services/DashboardsService.d.ts +139 -145
- package/lib/openapi/platform/services/DashboardsService.js +120 -128
- package/lib/openapi/platform/services/DashboardsService.js.map +1 -1
- package/lib/openapi/platform/services/DynamicModulesService.d.ts +5 -3
- package/lib/openapi/platform/services/DynamicModulesService.js +5 -3
- package/lib/openapi/platform/services/DynamicModulesService.js.map +1 -1
- package/lib/openapi/platform/services/FilterSharingService.d.ts +72 -95
- package/lib/openapi/platform/services/FilterSharingService.js +68 -93
- package/lib/openapi/platform/services/FilterSharingService.js.map +1 -1
- package/lib/openapi/platform/services/FiltersService.d.ts +178 -257
- package/lib/openapi/platform/services/FiltersService.js +172 -254
- package/lib/openapi/platform/services/FiltersService.js.map +1 -1
- package/lib/openapi/platform/services/GroupAndUserPickerService.d.ts +8 -6
- package/lib/openapi/platform/services/GroupAndUserPickerService.js +8 -6
- package/lib/openapi/platform/services/GroupAndUserPickerService.js.map +1 -1
- package/lib/openapi/platform/services/GroupsService.d.ts +42 -26
- package/lib/openapi/platform/services/GroupsService.js +38 -24
- package/lib/openapi/platform/services/GroupsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueAttachmentsService.d.ts +173 -169
- package/lib/openapi/platform/services/IssueAttachmentsService.js +173 -169
- package/lib/openapi/platform/services/IssueAttachmentsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueBulkOperationsService.d.ts +35 -19
- package/lib/openapi/platform/services/IssueBulkOperationsService.js +33 -18
- package/lib/openapi/platform/services/IssueBulkOperationsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCommentPropertiesService.d.ts +19 -9
- package/lib/openapi/platform/services/IssueCommentPropertiesService.js +19 -9
- package/lib/openapi/platform/services/IssueCommentPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCommentsService.d.ts +65 -80
- package/lib/openapi/platform/services/IssueCommentsService.js +57 -69
- package/lib/openapi/platform/services/IssueCommentsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.d.ts +10 -4
- package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.js +8 -3
- package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCustomFieldContextsService.d.ts +71 -37
- package/lib/openapi/platform/services/IssueCustomFieldContextsService.js +53 -25
- package/lib/openapi/platform/services/IssueCustomFieldContextsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.d.ts +50 -28
- package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.js +46 -26
- package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCustomFieldOptionsService.d.ts +37 -16
- package/lib/openapi/platform/services/IssueCustomFieldOptionsService.js +31 -13
- package/lib/openapi/platform/services/IssueCustomFieldOptionsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.d.ts +8 -4
- package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.js +4 -2
- package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueFieldConfigurationsService.d.ts +75 -32
- package/lib/openapi/platform/services/IssueFieldConfigurationsService.js +59 -24
- package/lib/openapi/platform/services/IssueFieldConfigurationsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueFieldsService.d.ts +56 -46
- package/lib/openapi/platform/services/IssueFieldsService.js +50 -40
- package/lib/openapi/platform/services/IssueFieldsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueLinkTypesService.d.ts +29 -11
- package/lib/openapi/platform/services/IssueLinkTypesService.js +25 -9
- package/lib/openapi/platform/services/IssueLinkTypesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueLinksService.d.ts +20 -23
- package/lib/openapi/platform/services/IssueLinksService.js +18 -22
- package/lib/openapi/platform/services/IssueLinksService.js.map +1 -1
- package/lib/openapi/platform/services/IssueNavigatorSettingsService.d.ts +7 -3
- package/lib/openapi/platform/services/IssueNavigatorSettingsService.js +7 -3
- package/lib/openapi/platform/services/IssueNavigatorSettingsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueNotificationSchemesService.d.ts +63 -69
- package/lib/openapi/platform/services/IssueNotificationSchemesService.js +57 -66
- package/lib/openapi/platform/services/IssueNotificationSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/IssuePrioritiesService.d.ts +44 -26
- package/lib/openapi/platform/services/IssuePrioritiesService.js +36 -22
- package/lib/openapi/platform/services/IssuePrioritiesService.js.map +1 -1
- package/lib/openapi/platform/services/IssuePropertiesService.d.ts +33 -16
- package/lib/openapi/platform/services/IssuePropertiesService.js +27 -13
- package/lib/openapi/platform/services/IssuePropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueRemoteLinksService.d.ts +41 -27
- package/lib/openapi/platform/services/IssueRemoteLinksService.js +37 -25
- package/lib/openapi/platform/services/IssueRemoteLinksService.js.map +1 -1
- package/lib/openapi/platform/services/IssueResolutionsService.d.ts +39 -16
- package/lib/openapi/platform/services/IssueResolutionsService.js +31 -12
- package/lib/openapi/platform/services/IssueResolutionsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueSearchService.d.ts +85 -138
- package/lib/openapi/platform/services/IssueSearchService.js +79 -135
- package/lib/openapi/platform/services/IssueSearchService.js.map +1 -1
- package/lib/openapi/platform/services/IssueSecurityLevelService.d.ts +19 -18
- package/lib/openapi/platform/services/IssueSecurityLevelService.js +19 -18
- package/lib/openapi/platform/services/IssueSecurityLevelService.js.map +1 -1
- package/lib/openapi/platform/services/IssueSecuritySchemesService.d.ts +77 -39
- package/lib/openapi/platform/services/IssueSecuritySchemesService.js +63 -32
- package/lib/openapi/platform/services/IssueSecuritySchemesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueTypePropertiesService.d.ts +21 -10
- package/lib/openapi/platform/services/IssueTypePropertiesService.js +19 -9
- package/lib/openapi/platform/services/IssueTypePropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueTypeSchemesService.d.ts +52 -33
- package/lib/openapi/platform/services/IssueTypeSchemesService.js +40 -24
- package/lib/openapi/platform/services/IssueTypeSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueTypeScreenSchemesService.d.ts +55 -26
- package/lib/openapi/platform/services/IssueTypeScreenSchemesService.js +43 -20
- package/lib/openapi/platform/services/IssueTypeScreenSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueTypesService.d.ts +52 -41
- package/lib/openapi/platform/services/IssueTypesService.js +48 -39
- package/lib/openapi/platform/services/IssueTypesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueVotesService.d.ts +16 -16
- package/lib/openapi/platform/services/IssueVotesService.js +16 -16
- package/lib/openapi/platform/services/IssueVotesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueWatchersService.d.ts +19 -9
- package/lib/openapi/platform/services/IssueWatchersService.js +17 -8
- package/lib/openapi/platform/services/IssueWatchersService.js.map +1 -1
- package/lib/openapi/platform/services/IssueWorklogPropertiesService.d.ts +19 -12
- package/lib/openapi/platform/services/IssueWorklogPropertiesService.js +19 -12
- package/lib/openapi/platform/services/IssueWorklogPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueWorklogsService.d.ts +68 -66
- package/lib/openapi/platform/services/IssueWorklogsService.js +62 -63
- package/lib/openapi/platform/services/IssueWorklogsService.js.map +1 -1
- package/lib/openapi/platform/services/IssuesService.d.ts +224 -226
- package/lib/openapi/platform/services/IssuesService.js +195 -207
- package/lib/openapi/platform/services/IssuesService.js.map +1 -1
- package/lib/openapi/platform/services/JiraExpressionsService.d.ts +24 -23
- package/lib/openapi/platform/services/JiraExpressionsService.js +19 -18
- package/lib/openapi/platform/services/JiraExpressionsService.js.map +1 -1
- package/lib/openapi/platform/services/JiraSettingsService.d.ts +20 -8
- package/lib/openapi/platform/services/JiraSettingsService.js +18 -7
- package/lib/openapi/platform/services/JiraSettingsService.js.map +1 -1
- package/lib/openapi/platform/services/JqlFunctionsAppsService.d.ts +12 -8
- package/lib/openapi/platform/services/JqlFunctionsAppsService.js +10 -7
- package/lib/openapi/platform/services/JqlFunctionsAppsService.js.map +1 -1
- package/lib/openapi/platform/services/JqlService.d.ts +54 -42
- package/lib/openapi/platform/services/JqlService.js +43 -31
- package/lib/openapi/platform/services/JqlService.js.map +1 -1
- package/lib/openapi/platform/services/LabelsService.d.ts +6 -2
- package/lib/openapi/platform/services/LabelsService.js +6 -2
- package/lib/openapi/platform/services/LabelsService.js.map +1 -1
- package/lib/openapi/platform/services/LicenseMetricsService.d.ts +16 -6
- package/lib/openapi/platform/services/LicenseMetricsService.js +16 -6
- package/lib/openapi/platform/services/LicenseMetricsService.js.map +1 -1
- package/lib/openapi/platform/services/MyselfService.d.ts +27 -20
- package/lib/openapi/platform/services/MyselfService.js +25 -19
- package/lib/openapi/platform/services/MyselfService.js.map +1 -1
- package/lib/openapi/platform/services/PermissionSchemesService.d.ts +66 -54
- package/lib/openapi/platform/services/PermissionSchemesService.js +60 -51
- package/lib/openapi/platform/services/PermissionSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/PermissionsService.d.ts +22 -10
- package/lib/openapi/platform/services/PermissionsService.js +20 -9
- package/lib/openapi/platform/services/PermissionsService.js.map +1 -1
- package/lib/openapi/platform/services/PrioritySchemesService.d.ts +58 -24
- package/lib/openapi/platform/services/PrioritySchemesService.js +52 -21
- package/lib/openapi/platform/services/PrioritySchemesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectAvatarsService.d.ts +26 -23
- package/lib/openapi/platform/services/ProjectAvatarsService.js +24 -22
- package/lib/openapi/platform/services/ProjectAvatarsService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectCategoriesService.d.ts +29 -11
- package/lib/openapi/platform/services/ProjectCategoriesService.js +25 -9
- package/lib/openapi/platform/services/ProjectCategoriesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectClassificationLevelsService.d.ts +16 -13
- package/lib/openapi/platform/services/ProjectClassificationLevelsService.js +13 -10
- package/lib/openapi/platform/services/ProjectClassificationLevelsService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectComponentsService.d.ts +197 -320
- package/lib/openapi/platform/services/ProjectComponentsService.js +193 -318
- package/lib/openapi/platform/services/ProjectComponentsService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectEmailService.d.ts +10 -4
- package/lib/openapi/platform/services/ProjectEmailService.js +8 -3
- package/lib/openapi/platform/services/ProjectEmailService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectFeaturesService.d.ts +22 -21
- package/lib/openapi/platform/services/ProjectFeaturesService.js +20 -20
- package/lib/openapi/platform/services/ProjectFeaturesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.d.ts +18 -6
- package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.js +18 -6
- package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectPermissionSchemesService.d.ts +31 -22
- package/lib/openapi/platform/services/ProjectPermissionSchemesService.js +29 -21
- package/lib/openapi/platform/services/ProjectPermissionSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectPropertiesService.d.ts +21 -10
- package/lib/openapi/platform/services/ProjectPropertiesService.js +19 -9
- package/lib/openapi/platform/services/ProjectPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectRoleActorsService.d.ts +46 -32
- package/lib/openapi/platform/services/ProjectRoleActorsService.js +40 -29
- package/lib/openapi/platform/services/ProjectRoleActorsService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectRolesService.d.ts +66 -42
- package/lib/openapi/platform/services/ProjectRolesService.js +60 -39
- package/lib/openapi/platform/services/ProjectRolesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectTypesService.d.ts +28 -20
- package/lib/openapi/platform/services/ProjectTypesService.js +28 -20
- package/lib/openapi/platform/services/ProjectTypesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectVersionsService.d.ts +86 -35
- package/lib/openapi/platform/services/ProjectVersionsService.js +76 -30
- package/lib/openapi/platform/services/ProjectVersionsService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectsService.d.ts +206 -312
- package/lib/openapi/platform/services/ProjectsService.js +201 -308
- package/lib/openapi/platform/services/ProjectsService.js.map +1 -1
- package/lib/openapi/platform/services/ScreenSchemesService.d.ts +21 -10
- package/lib/openapi/platform/services/ScreenSchemesService.js +17 -8
- package/lib/openapi/platform/services/ScreenSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/ScreenTabFieldsService.d.ts +14 -6
- package/lib/openapi/platform/services/ScreenTabFieldsService.js +12 -5
- package/lib/openapi/platform/services/ScreenTabFieldsService.js.map +1 -1
- package/lib/openapi/platform/services/ScreenTabsService.d.ts +26 -10
- package/lib/openapi/platform/services/ScreenTabsService.js +24 -9
- package/lib/openapi/platform/services/ScreenTabsService.js.map +1 -1
- package/lib/openapi/platform/services/ScreensService.d.ts +41 -27
- package/lib/openapi/platform/services/ScreensService.js +36 -23
- package/lib/openapi/platform/services/ScreensService.js.map +1 -1
- package/lib/openapi/platform/services/ServerInfoService.d.ts +5 -2
- package/lib/openapi/platform/services/ServerInfoService.js +5 -2
- package/lib/openapi/platform/services/ServerInfoService.js.map +1 -1
- package/lib/openapi/platform/services/ServiceRegistryService.d.ts +4 -2
- package/lib/openapi/platform/services/ServiceRegistryService.js +2 -1
- package/lib/openapi/platform/services/ServiceRegistryService.js.map +1 -1
- package/lib/openapi/platform/services/StatusService.d.ts +28 -14
- package/lib/openapi/platform/services/StatusService.js +24 -12
- package/lib/openapi/platform/services/StatusService.js.map +1 -1
- package/lib/openapi/platform/services/TasksService.d.ts +8 -3
- package/lib/openapi/platform/services/TasksService.js +8 -3
- package/lib/openapi/platform/services/TasksService.js.map +1 -1
- package/lib/openapi/platform/services/TimeTrackingService.d.ts +29 -12
- package/lib/openapi/platform/services/TimeTrackingService.js +25 -10
- package/lib/openapi/platform/services/TimeTrackingService.js.map +1 -1
- package/lib/openapi/platform/services/UiModificationsAppsService.d.ts +25 -18
- package/lib/openapi/platform/services/UiModificationsAppsService.js +21 -16
- package/lib/openapi/platform/services/UiModificationsAppsService.js.map +1 -1
- package/lib/openapi/platform/services/UserPropertiesService.d.ts +19 -9
- package/lib/openapi/platform/services/UserPropertiesService.js +19 -9
- package/lib/openapi/platform/services/UserPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/UserSearchService.d.ts +94 -125
- package/lib/openapi/platform/services/UserSearchService.js +94 -125
- package/lib/openapi/platform/services/UserSearchService.js.map +1 -1
- package/lib/openapi/platform/services/UsersService.d.ts +96 -94
- package/lib/openapi/platform/services/UsersService.js +94 -93
- package/lib/openapi/platform/services/UsersService.js.map +1 -1
- package/lib/openapi/platform/services/WebhooksService.d.ts +34 -17
- package/lib/openapi/platform/services/WebhooksService.js +28 -14
- package/lib/openapi/platform/services/WebhooksService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowSchemeDraftsService.d.ts +132 -146
- package/lib/openapi/platform/services/WorkflowSchemeDraftsService.js +122 -141
- package/lib/openapi/platform/services/WorkflowSchemeDraftsService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowSchemeProjectAssociationsService.d.ts +12 -9
- package/lib/openapi/platform/services/WorkflowSchemeProjectAssociationsService.js +10 -8
- package/lib/openapi/platform/services/WorkflowSchemeProjectAssociationsService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowSchemesService.d.ts +120 -81
- package/lib/openapi/platform/services/WorkflowSchemesService.js +104 -73
- package/lib/openapi/platform/services/WorkflowSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowStatusCategoriesService.d.ts +11 -4
- package/lib/openapi/platform/services/WorkflowStatusCategoriesService.js +11 -4
- package/lib/openapi/platform/services/WorkflowStatusCategoriesService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowStatusesService.d.ts +11 -4
- package/lib/openapi/platform/services/WorkflowStatusesService.js +11 -4
- package/lib/openapi/platform/services/WorkflowStatusesService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.d.ts +24 -9
- package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.js +20 -7
- package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowTransitionRulesService.d.ts +24 -12
- package/lib/openapi/platform/services/WorkflowTransitionRulesService.js +20 -10
- package/lib/openapi/platform/services/WorkflowTransitionRulesService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowsService.d.ts +742 -659
- package/lib/openapi/platform/services/WorkflowsService.js +708 -609
- package/lib/openapi/platform/services/WorkflowsService.js.map +1 -1
- package/lib/openapi/serviceManagement/BaseJiraServiceManagementApiClient.d.ts +1 -1
- package/lib/openapi/serviceManagement/BaseJiraServiceManagementApiClient.js +1 -1
- package/lib/openapi/serviceManagement/services/AssetsService.d.ts +10 -7
- package/lib/openapi/serviceManagement/services/AssetsService.js +10 -7
- package/lib/openapi/serviceManagement/services/AssetsService.js.map +1 -1
- package/lib/openapi/serviceManagement/services/CustomerService.d.ts +16 -19
- package/lib/openapi/serviceManagement/services/CustomerService.js +14 -18
- package/lib/openapi/serviceManagement/services/CustomerService.js.map +1 -1
- package/lib/openapi/serviceManagement/services/InfoService.d.ts +5 -2
- package/lib/openapi/serviceManagement/services/InfoService.js +5 -2
- package/lib/openapi/serviceManagement/services/InfoService.js.map +1 -1
- package/lib/openapi/serviceManagement/services/KnowledgebaseService.d.ts +10 -10
- package/lib/openapi/serviceManagement/services/KnowledgebaseService.js +10 -10
- package/lib/openapi/serviceManagement/services/OrganizationService.d.ts +107 -103
- package/lib/openapi/serviceManagement/services/OrganizationService.js +95 -97
- package/lib/openapi/serviceManagement/services/OrganizationService.js.map +1 -1
- package/lib/openapi/serviceManagement/services/RequestService.d.ts +419 -577
- package/lib/openapi/serviceManagement/services/RequestService.js +403 -569
- package/lib/openapi/serviceManagement/services/RequestService.js.map +1 -1
- package/lib/openapi/serviceManagement/services/RequesttypeService.d.ts +24 -38
- package/lib/openapi/serviceManagement/services/RequesttypeService.js +24 -38
- package/lib/openapi/serviceManagement/services/RequesttypeService.js.map +1 -1
- package/lib/openapi/serviceManagement/services/ServicedeskService.d.ts +194 -214
- package/lib/openapi/serviceManagement/services/ServicedeskService.js +188 -211
- package/lib/openapi/serviceManagement/services/ServicedeskService.js.map +1 -1
- package/lib/openapi/software/models/builds.d.ts +38 -19
- package/lib/openapi/software/models/builds.js.map +1 -1
- package/lib/openapi/software/models/common.d.ts +6 -3
- package/lib/openapi/software/models/common.js.map +1 -1
- package/lib/openapi/software/models/deployments.d.ts +36 -17
- package/lib/openapi/software/models/deployments.js.map +1 -1
- package/lib/openapi/software/models/devOpsComponents.d.ts +6 -3
- package/lib/openapi/software/models/devOpsComponents.js.map +1 -1
- package/lib/openapi/software/models/developmentInformation.d.ts +106 -54
- package/lib/openapi/software/models/developmentInformation.js.map +1 -1
- package/lib/openapi/software/models/featureFlags.d.ts +16 -8
- package/lib/openapi/software/models/featureFlags.js.map +1 -1
- package/lib/openapi/software/models/operations.d.ts +60 -30
- package/lib/openapi/software/models/operations.js.map +1 -1
- package/lib/openapi/software/models/remoteLinks.d.ts +36 -18
- package/lib/openapi/software/models/remoteLinks.js.map +1 -1
- package/lib/openapi/software/models/securityInformation.d.ts +52 -26
- package/lib/openapi/software/models/securityInformation.js.map +1 -1
- package/lib/openapi/software/services/BacklogService.d.ts +13 -7
- package/lib/openapi/software/services/BacklogService.js +9 -5
- package/lib/openapi/software/services/BacklogService.js.map +1 -1
- package/lib/openapi/software/services/BoardService.d.ts +199 -203
- package/lib/openapi/software/services/BoardService.js +195 -201
- package/lib/openapi/software/services/BoardService.js.map +1 -1
- package/lib/openapi/software/services/BuildsService.d.ts +10 -8
- package/lib/openapi/software/services/BuildsService.js +10 -8
- 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 +12 -12
- package/lib/openapi/software/services/DeploymentsService.js.map +1 -1
- package/lib/openapi/software/services/DevOpsComponentsService.d.ts +32 -19
- package/lib/openapi/software/services/DevOpsComponentsService.js +10 -8
- package/lib/openapi/software/services/DevOpsComponentsService.js.map +1 -1
- package/lib/openapi/software/services/DevelopmentInformationService.d.ts +13 -8
- package/lib/openapi/software/services/DevelopmentInformationService.js +13 -8
- package/lib/openapi/software/services/DevelopmentInformationService.js.map +1 -1
- package/lib/openapi/software/services/EpicService.d.ts +66 -75
- package/lib/openapi/software/services/EpicService.js +58 -71
- package/lib/openapi/software/services/EpicService.js.map +1 -1
- package/lib/openapi/software/services/FeatureFlagsService.d.ts +10 -8
- package/lib/openapi/software/services/FeatureFlagsService.js +10 -8
- package/lib/openapi/software/services/FeatureFlagsService.js.map +1 -1
- package/lib/openapi/software/services/IssueService.d.ts +44 -43
- package/lib/openapi/software/services/IssueService.js +40 -41
- package/lib/openapi/software/services/IssueService.js.map +1 -1
- package/lib/openapi/software/services/OperationsService.d.ts +65 -37
- package/lib/openapi/software/services/OperationsService.js +21 -15
- package/lib/openapi/software/services/OperationsService.js.map +1 -1
- package/lib/openapi/software/services/RemoteLinksService.d.ts +17 -12
- package/lib/openapi/software/services/RemoteLinksService.js +10 -8
- package/lib/openapi/software/services/RemoteLinksService.js.map +1 -1
- package/lib/openapi/software/services/SecurityInformationService.d.ts +18 -12
- package/lib/openapi/software/services/SecurityInformationService.js +18 -12
- package/lib/openapi/software/services/SecurityInformationService.js.map +1 -1
- package/lib/openapi/software/services/SprintService.d.ts +78 -54
- package/lib/openapi/software/services/SprintService.js +68 -49
- package/lib/openapi/software/services/SprintService.js.map +1 -1
- package/package.json +3 -3
|
@@ -19,15 +19,16 @@ export declare class IssueTypesService extends CommonHttpService {
|
|
|
19
19
|
* permission](https://confluence.atlassian.com/x/x4dKLg).
|
|
20
20
|
*
|
|
21
21
|
* @returns Returned if the request is successful.
|
|
22
|
-
* @path
|
|
22
|
+
* @path POST `/rest/api/3/issuetype`
|
|
23
23
|
* @scopes-current manage:jira-configuration
|
|
24
|
-
* @scopes-beta write:issue-type:jira, read:avatar:jira, read:issue-type:jira,
|
|
25
|
-
* read:project-category:jira, read:project:jira
|
|
24
|
+
* @scopes-beta write:issue-type:jira, read:avatar:jira, read:issue-type:jira, read:project-category:jira, read:project:jira
|
|
26
25
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-types#api-rest-api-3-issuetype-post
|
|
26
|
+
* @param params
|
|
27
27
|
*/
|
|
28
28
|
createIssueType: ({ issueTypeCreateBean, }: {
|
|
29
29
|
/**
|
|
30
|
-
* @example
|
|
30
|
+
* @example
|
|
31
|
+
* {
|
|
31
32
|
* "description": "description",
|
|
32
33
|
* "name": "name",
|
|
33
34
|
* "type": "standard"
|
|
@@ -67,16 +68,20 @@ export declare class IssueTypesService extends CommonHttpService {
|
|
|
67
68
|
*
|
|
68
69
|
* @returns Returned if the request is successful.
|
|
69
70
|
*
|
|
70
|
-
* example:
|
|
71
|
+
* example:
|
|
72
|
+
* ```
|
|
73
|
+
* {
|
|
71
74
|
* "id": "1010",
|
|
72
75
|
* "isDeletable": true,
|
|
73
76
|
* "isSelected": false,
|
|
74
77
|
* "isSystemAvatar": false
|
|
75
78
|
* }
|
|
76
|
-
*
|
|
79
|
+
* ```
|
|
80
|
+
* @path POST `/rest/api/3/issuetype/{id}/avatar2`
|
|
77
81
|
* @scopes-current manage:jira-configuration
|
|
78
82
|
* @scopes-beta write:avatar:jira, write:issue-type:jira, read:avatar:jira
|
|
79
83
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-types#api-rest-api-3-issuetype-id-avatar2-post
|
|
84
|
+
* @param params
|
|
80
85
|
*/
|
|
81
86
|
createIssueTypeAvatar: ({ id, x, y, size, mediaType, requestBody, }: {
|
|
82
87
|
/** The ID of the issue type. */
|
|
@@ -99,10 +104,11 @@ export declare class IssueTypesService extends CommonHttpService {
|
|
|
99
104
|
* **[Permissions](#permissions) required:** *Administer Jira* [global
|
|
100
105
|
* permission](https://confluence.atlassian.com/x/x4dKLg).
|
|
101
106
|
*
|
|
102
|
-
* @path
|
|
107
|
+
* @path DELETE `/rest/api/3/issuetype/{id}`
|
|
103
108
|
* @scopes-current manage:jira-configuration
|
|
104
109
|
* @scopes-beta delete:issue-type:jira
|
|
105
110
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-types#api-rest-api-3-issuetype-id-delete
|
|
111
|
+
* @param params
|
|
106
112
|
*/
|
|
107
113
|
deleteIssueType: ({ id, alternativeIssueTypeId, }: {
|
|
108
114
|
/** The ID of the issue type. */
|
|
@@ -121,13 +127,14 @@ export declare class IssueTypesService extends CommonHttpService {
|
|
|
121
127
|
*
|
|
122
128
|
* @returns Returned if the request is successful.
|
|
123
129
|
*
|
|
124
|
-
* example:
|
|
130
|
+
* example:
|
|
131
|
+
* ```
|
|
132
|
+
* [
|
|
125
133
|
* {
|
|
126
134
|
* "avatarId": 1,
|
|
127
135
|
* "description": "A task that needs to be done.",
|
|
128
136
|
* "hierarchyLevel": 0,
|
|
129
|
-
* "iconUrl":
|
|
130
|
-
* "https://your-domain.atlassian.net/secure/viewavatar?size=xsmall&avatarId=10299&avatarType=issuetype\",",
|
|
137
|
+
* "iconUrl": "https://your-domain.atlassian.net/secure/viewavatar?size=xsmall&avatarId=10299&avatarType=issuetype\",",
|
|
131
138
|
* "id": "3",
|
|
132
139
|
* "name": "Task",
|
|
133
140
|
* "self": "https://your-domain.atlassian.net/rest/api/3/issueType/3",
|
|
@@ -138,8 +145,7 @@ export declare class IssueTypesService extends CommonHttpService {
|
|
|
138
145
|
* "description": "A problem with the software.",
|
|
139
146
|
* "entityId": "9d7dd6f7-e8b6-4247-954b-7b2c9b2a5ba2",
|
|
140
147
|
* "hierarchyLevel": 0,
|
|
141
|
-
* "iconUrl":
|
|
142
|
-
* "https://your-domain.atlassian.net/secure/viewavatar?size=xsmall&avatarId=10316&avatarType=issuetype\",",
|
|
148
|
+
* "iconUrl": "https://your-domain.atlassian.net/secure/viewavatar?size=xsmall&avatarId=10316&avatarType=issuetype\",",
|
|
143
149
|
* "id": "1",
|
|
144
150
|
* "name": "Bug",
|
|
145
151
|
* "scope": {
|
|
@@ -152,11 +158,12 @@ export declare class IssueTypesService extends CommonHttpService {
|
|
|
152
158
|
* "subtask": false
|
|
153
159
|
* }
|
|
154
160
|
* ]
|
|
155
|
-
*
|
|
161
|
+
* ```
|
|
162
|
+
* @path GET `/rest/api/3/issuetype/{id}/alternatives`
|
|
156
163
|
* @scopes-current read:jira-work
|
|
157
|
-
* @scopes-beta read:issue-type:jira, read:project-category:jira, read:project:jira,
|
|
158
|
-
* read:avatar:jira
|
|
164
|
+
* @scopes-beta read:issue-type:jira, read:project-category:jira, read:project:jira, read:avatar:jira
|
|
159
165
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-types#api-rest-api-3-issuetype-id-alternatives-get
|
|
166
|
+
* @param params
|
|
160
167
|
*/
|
|
161
168
|
getAlternativeIssueTypes: ({ id, }: {
|
|
162
169
|
/** The ID of the issue type. */
|
|
@@ -180,13 +187,14 @@ export declare class IssueTypesService extends CommonHttpService {
|
|
|
180
187
|
*
|
|
181
188
|
* @returns Returned if the request is successful.
|
|
182
189
|
*
|
|
183
|
-
* example:
|
|
190
|
+
* example:
|
|
191
|
+
* ```
|
|
192
|
+
* [
|
|
184
193
|
* {
|
|
185
194
|
* "avatarId": 1,
|
|
186
195
|
* "description": "A task that needs to be done.",
|
|
187
196
|
* "hierarchyLevel": 0,
|
|
188
|
-
* "iconUrl":
|
|
189
|
-
* "https://your-domain.atlassian.net/secure/viewavatar?size=xsmall&avatarId=10299&avatarType=issuetype\",",
|
|
197
|
+
* "iconUrl": "https://your-domain.atlassian.net/secure/viewavatar?size=xsmall&avatarId=10299&avatarType=issuetype\",",
|
|
190
198
|
* "id": "3",
|
|
191
199
|
* "name": "Task",
|
|
192
200
|
* "self": "https://your-domain.atlassian.net/rest/api/3/issueType/3",
|
|
@@ -197,8 +205,7 @@ export declare class IssueTypesService extends CommonHttpService {
|
|
|
197
205
|
* "description": "A problem with the software.",
|
|
198
206
|
* "entityId": "9d7dd6f7-e8b6-4247-954b-7b2c9b2a5ba2",
|
|
199
207
|
* "hierarchyLevel": 0,
|
|
200
|
-
* "iconUrl":
|
|
201
|
-
* "https://your-domain.atlassian.net/secure/viewavatar?size=xsmall&avatarId=10316&avatarType=issuetype\",",
|
|
208
|
+
* "iconUrl": "https://your-domain.atlassian.net/secure/viewavatar?size=xsmall&avatarId=10316&avatarType=issuetype\",",
|
|
202
209
|
* "id": "1",
|
|
203
210
|
* "name": "Bug",
|
|
204
211
|
* "scope": {
|
|
@@ -211,10 +218,10 @@ export declare class IssueTypesService extends CommonHttpService {
|
|
|
211
218
|
* "subtask": false
|
|
212
219
|
* }
|
|
213
220
|
* ]
|
|
214
|
-
*
|
|
221
|
+
* ```
|
|
222
|
+
* @path GET `/rest/api/3/issuetype`
|
|
215
223
|
* @scopes-current read:jira-work
|
|
216
|
-
* @scopes-beta read:issue-type:jira, read:avatar:jira, read:project-category:jira,
|
|
217
|
-
* read:project:jira
|
|
224
|
+
* @scopes-beta read:issue-type:jira, read:avatar:jira, read:project-category:jira, read:project:jira
|
|
218
225
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-types#api-rest-api-3-issuetype-get
|
|
219
226
|
*/
|
|
220
227
|
getIssueAllTypes: () => Promise<IssueTypeDetails[]>;
|
|
@@ -230,22 +237,24 @@ export declare class IssueTypesService extends CommonHttpService {
|
|
|
230
237
|
*
|
|
231
238
|
* @returns Returned if the request is successful.
|
|
232
239
|
*
|
|
233
|
-
* example:
|
|
240
|
+
* example:
|
|
241
|
+
* ```
|
|
242
|
+
* {
|
|
234
243
|
* "avatarId": 1,
|
|
235
244
|
* "description": "A task that needs to be done.",
|
|
236
245
|
* "hierarchyLevel": 0,
|
|
237
|
-
* "iconUrl":
|
|
238
|
-
* "https://your-domain.atlassian.net/secure/viewavatar?size=xsmall&avatarId=10299&avatarType=issuetype\",",
|
|
246
|
+
* "iconUrl": "https://your-domain.atlassian.net/secure/viewavatar?size=xsmall&avatarId=10299&avatarType=issuetype\",",
|
|
239
247
|
* "id": "3",
|
|
240
248
|
* "name": "Task",
|
|
241
249
|
* "self": "https://your-domain.atlassian.net/rest/api/3/issueType/3",
|
|
242
250
|
* "subtask": false
|
|
243
251
|
* }
|
|
244
|
-
*
|
|
252
|
+
* ```
|
|
253
|
+
* @path GET `/rest/api/3/issuetype/{id}`
|
|
245
254
|
* @scopes-current read:jira-work
|
|
246
|
-
* @scopes-beta read:issue-type:jira, read:avatar:jira, read:project-category:jira,
|
|
247
|
-
* read:project:jira
|
|
255
|
+
* @scopes-beta read:issue-type:jira, read:avatar:jira, read:project-category:jira, read:project:jira
|
|
248
256
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-types#api-rest-api-3-issuetype-id-get
|
|
257
|
+
* @param params
|
|
249
258
|
*/
|
|
250
259
|
getIssueType: ({ id, }: {
|
|
251
260
|
/** The ID of the issue type. */
|
|
@@ -263,14 +272,15 @@ export declare class IssueTypesService extends CommonHttpService {
|
|
|
263
272
|
*
|
|
264
273
|
* @returns Returned if the request is successful.
|
|
265
274
|
*
|
|
266
|
-
* example:
|
|
275
|
+
* example:
|
|
276
|
+
* ```
|
|
277
|
+
* [
|
|
267
278
|
* {
|
|
268
279
|
* "avatarId": 10002,
|
|
269
280
|
* "description": "A problem with the software.",
|
|
270
281
|
* "entityId": "9d7dd6f7-e8b6-4247-954b-7b2c9b2a5ba2",
|
|
271
282
|
* "hierarchyLevel": 0,
|
|
272
|
-
* "iconUrl":
|
|
273
|
-
* "https://your-domain.atlassian.net/secure/viewavatar?size=xsmall&avatarId=10316&avatarType=issuetype\",",
|
|
283
|
+
* "iconUrl": "https://your-domain.atlassian.net/secure/viewavatar?size=xsmall&avatarId=10316&avatarType=issuetype\",",
|
|
274
284
|
* "id": "1",
|
|
275
285
|
* "name": "Bug",
|
|
276
286
|
* "scope": {
|
|
@@ -286,8 +296,7 @@ export declare class IssueTypesService extends CommonHttpService {
|
|
|
286
296
|
* "avatarId": 1,
|
|
287
297
|
* "description": "A task that needs to be done.",
|
|
288
298
|
* "hierarchyLevel": 0,
|
|
289
|
-
* "iconUrl":
|
|
290
|
-
* "https://your-domain.atlassian.net/secure/viewavatar?size=xsmall&avatarId=10299&avatarType=issuetype\",",
|
|
299
|
+
* "iconUrl": "https://your-domain.atlassian.net/secure/viewavatar?size=xsmall&avatarId=10299&avatarType=issuetype\",",
|
|
291
300
|
* "id": "3",
|
|
292
301
|
* "name": "Task",
|
|
293
302
|
* "scope": {
|
|
@@ -300,11 +309,12 @@ export declare class IssueTypesService extends CommonHttpService {
|
|
|
300
309
|
* "subtask": false
|
|
301
310
|
* }
|
|
302
311
|
* ]
|
|
303
|
-
*
|
|
312
|
+
* ```
|
|
313
|
+
* @path GET `/rest/api/3/issuetype/project`
|
|
304
314
|
* @scopes-current read:jira-work
|
|
305
|
-
* @scopes-beta read:issue-type:jira, read:avatar:jira, read:project-category:jira,
|
|
306
|
-
* read:project:jira
|
|
315
|
+
* @scopes-beta read:issue-type:jira, read:avatar:jira, read:project-category:jira, read:project:jira
|
|
307
316
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-types#api-rest-api-3-issuetype-project-get
|
|
317
|
+
* @param params
|
|
308
318
|
*/
|
|
309
319
|
getIssueTypesForProject: ({ projectId, level, }: {
|
|
310
320
|
/** The ID of the project. */
|
|
@@ -325,17 +335,18 @@ export declare class IssueTypesService extends CommonHttpService {
|
|
|
325
335
|
* permission](https://confluence.atlassian.com/x/x4dKLg).
|
|
326
336
|
*
|
|
327
337
|
* @returns Returned if the request is successful.
|
|
328
|
-
* @path
|
|
338
|
+
* @path PUT `/rest/api/3/issuetype/{id}`
|
|
329
339
|
* @scopes-current manage:jira-configuration
|
|
330
|
-
* @scopes-beta write:issue-type:jira, read:avatar:jira, read:issue-type:jira,
|
|
331
|
-
* read:project-category:jira, read:project:jira
|
|
340
|
+
* @scopes-beta write:issue-type:jira, read:avatar:jira, read:issue-type:jira, read:project-category:jira, read:project:jira
|
|
332
341
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-types#api-rest-api-3-issuetype-id-put
|
|
342
|
+
* @param params
|
|
333
343
|
*/
|
|
334
344
|
updateIssueType: ({ id, issueTypeUpdateBean, }: {
|
|
335
345
|
/** The ID of the issue type. */
|
|
336
346
|
id: string;
|
|
337
347
|
/**
|
|
338
|
-
* @example
|
|
348
|
+
* @example
|
|
349
|
+
* {
|
|
339
350
|
* "avatarId": 1,
|
|
340
351
|
* "description": "description",
|
|
341
352
|
* "name": "name"
|
|
@@ -29,11 +29,11 @@ class IssueTypesService extends CommonHttpService_1.CommonHttpService {
|
|
|
29
29
|
* permission](https://confluence.atlassian.com/x/x4dKLg).
|
|
30
30
|
*
|
|
31
31
|
* @returns Returned if the request is successful.
|
|
32
|
-
* @path
|
|
32
|
+
* @path POST `/rest/api/3/issuetype`
|
|
33
33
|
* @scopes-current manage:jira-configuration
|
|
34
|
-
* @scopes-beta write:issue-type:jira, read:avatar:jira, read:issue-type:jira,
|
|
35
|
-
* read:project-category:jira, read:project:jira
|
|
34
|
+
* @scopes-beta write:issue-type:jira, read:avatar:jira, read:issue-type:jira, read:project-category:jira, read:project:jira
|
|
36
35
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-types#api-rest-api-3-issuetype-post
|
|
36
|
+
* @param params
|
|
37
37
|
*/
|
|
38
38
|
this.createIssueType = ({ issueTypeCreateBean, }) => {
|
|
39
39
|
return this.getClientInstance()
|
|
@@ -86,16 +86,20 @@ class IssueTypesService extends CommonHttpService_1.CommonHttpService {
|
|
|
86
86
|
*
|
|
87
87
|
* @returns Returned if the request is successful.
|
|
88
88
|
*
|
|
89
|
-
* example:
|
|
89
|
+
* example:
|
|
90
|
+
* ```
|
|
91
|
+
* {
|
|
90
92
|
* "id": "1010",
|
|
91
93
|
* "isDeletable": true,
|
|
92
94
|
* "isSelected": false,
|
|
93
95
|
* "isSystemAvatar": false
|
|
94
96
|
* }
|
|
95
|
-
*
|
|
97
|
+
* ```
|
|
98
|
+
* @path POST `/rest/api/3/issuetype/{id}/avatar2`
|
|
96
99
|
* @scopes-current manage:jira-configuration
|
|
97
100
|
* @scopes-beta write:avatar:jira, write:issue-type:jira, read:avatar:jira
|
|
98
101
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-types#api-rest-api-3-issuetype-id-avatar2-post
|
|
102
|
+
* @param params
|
|
99
103
|
*/
|
|
100
104
|
this.createIssueTypeAvatar = ({ id, x, y, size, mediaType, requestBody, }) => {
|
|
101
105
|
return this.getClientInstance()
|
|
@@ -133,10 +137,11 @@ class IssueTypesService extends CommonHttpService_1.CommonHttpService {
|
|
|
133
137
|
* **[Permissions](#permissions) required:** *Administer Jira* [global
|
|
134
138
|
* permission](https://confluence.atlassian.com/x/x4dKLg).
|
|
135
139
|
*
|
|
136
|
-
* @path
|
|
140
|
+
* @path DELETE `/rest/api/3/issuetype/{id}`
|
|
137
141
|
* @scopes-current manage:jira-configuration
|
|
138
142
|
* @scopes-beta delete:issue-type:jira
|
|
139
143
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-types#api-rest-api-3-issuetype-id-delete
|
|
144
|
+
* @param params
|
|
140
145
|
*/
|
|
141
146
|
this.deleteIssueType = ({ id, alternativeIssueTypeId, }) => {
|
|
142
147
|
return this.getClientInstance()
|
|
@@ -163,13 +168,14 @@ class IssueTypesService extends CommonHttpService_1.CommonHttpService {
|
|
|
163
168
|
*
|
|
164
169
|
* @returns Returned if the request is successful.
|
|
165
170
|
*
|
|
166
|
-
* example:
|
|
171
|
+
* example:
|
|
172
|
+
* ```
|
|
173
|
+
* [
|
|
167
174
|
* {
|
|
168
175
|
* "avatarId": 1,
|
|
169
176
|
* "description": "A task that needs to be done.",
|
|
170
177
|
* "hierarchyLevel": 0,
|
|
171
|
-
* "iconUrl":
|
|
172
|
-
* "https://your-domain.atlassian.net/secure/viewavatar?size=xsmall&avatarId=10299&avatarType=issuetype\",",
|
|
178
|
+
* "iconUrl": "https://your-domain.atlassian.net/secure/viewavatar?size=xsmall&avatarId=10299&avatarType=issuetype\",",
|
|
173
179
|
* "id": "3",
|
|
174
180
|
* "name": "Task",
|
|
175
181
|
* "self": "https://your-domain.atlassian.net/rest/api/3/issueType/3",
|
|
@@ -180,8 +186,7 @@ class IssueTypesService extends CommonHttpService_1.CommonHttpService {
|
|
|
180
186
|
* "description": "A problem with the software.",
|
|
181
187
|
* "entityId": "9d7dd6f7-e8b6-4247-954b-7b2c9b2a5ba2",
|
|
182
188
|
* "hierarchyLevel": 0,
|
|
183
|
-
* "iconUrl":
|
|
184
|
-
* "https://your-domain.atlassian.net/secure/viewavatar?size=xsmall&avatarId=10316&avatarType=issuetype\",",
|
|
189
|
+
* "iconUrl": "https://your-domain.atlassian.net/secure/viewavatar?size=xsmall&avatarId=10316&avatarType=issuetype\",",
|
|
185
190
|
* "id": "1",
|
|
186
191
|
* "name": "Bug",
|
|
187
192
|
* "scope": {
|
|
@@ -194,11 +199,12 @@ class IssueTypesService extends CommonHttpService_1.CommonHttpService {
|
|
|
194
199
|
* "subtask": false
|
|
195
200
|
* }
|
|
196
201
|
* ]
|
|
197
|
-
*
|
|
202
|
+
* ```
|
|
203
|
+
* @path GET `/rest/api/3/issuetype/{id}/alternatives`
|
|
198
204
|
* @scopes-current read:jira-work
|
|
199
|
-
* @scopes-beta read:issue-type:jira, read:project-category:jira, read:project:jira,
|
|
200
|
-
* read:avatar:jira
|
|
205
|
+
* @scopes-beta read:issue-type:jira, read:project-category:jira, read:project:jira, read:avatar:jira
|
|
201
206
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-types#api-rest-api-3-issuetype-id-alternatives-get
|
|
207
|
+
* @param params
|
|
202
208
|
*/
|
|
203
209
|
this.getAlternativeIssueTypes = ({ id, }) => {
|
|
204
210
|
return this.getClientInstance()
|
|
@@ -236,13 +242,14 @@ class IssueTypesService extends CommonHttpService_1.CommonHttpService {
|
|
|
236
242
|
*
|
|
237
243
|
* @returns Returned if the request is successful.
|
|
238
244
|
*
|
|
239
|
-
* example:
|
|
245
|
+
* example:
|
|
246
|
+
* ```
|
|
247
|
+
* [
|
|
240
248
|
* {
|
|
241
249
|
* "avatarId": 1,
|
|
242
250
|
* "description": "A task that needs to be done.",
|
|
243
251
|
* "hierarchyLevel": 0,
|
|
244
|
-
* "iconUrl":
|
|
245
|
-
* "https://your-domain.atlassian.net/secure/viewavatar?size=xsmall&avatarId=10299&avatarType=issuetype\",",
|
|
252
|
+
* "iconUrl": "https://your-domain.atlassian.net/secure/viewavatar?size=xsmall&avatarId=10299&avatarType=issuetype\",",
|
|
246
253
|
* "id": "3",
|
|
247
254
|
* "name": "Task",
|
|
248
255
|
* "self": "https://your-domain.atlassian.net/rest/api/3/issueType/3",
|
|
@@ -253,8 +260,7 @@ class IssueTypesService extends CommonHttpService_1.CommonHttpService {
|
|
|
253
260
|
* "description": "A problem with the software.",
|
|
254
261
|
* "entityId": "9d7dd6f7-e8b6-4247-954b-7b2c9b2a5ba2",
|
|
255
262
|
* "hierarchyLevel": 0,
|
|
256
|
-
* "iconUrl":
|
|
257
|
-
* "https://your-domain.atlassian.net/secure/viewavatar?size=xsmall&avatarId=10316&avatarType=issuetype\",",
|
|
263
|
+
* "iconUrl": "https://your-domain.atlassian.net/secure/viewavatar?size=xsmall&avatarId=10316&avatarType=issuetype\",",
|
|
258
264
|
* "id": "1",
|
|
259
265
|
* "name": "Bug",
|
|
260
266
|
* "scope": {
|
|
@@ -267,10 +273,10 @@ class IssueTypesService extends CommonHttpService_1.CommonHttpService {
|
|
|
267
273
|
* "subtask": false
|
|
268
274
|
* }
|
|
269
275
|
* ]
|
|
270
|
-
*
|
|
276
|
+
* ```
|
|
277
|
+
* @path GET `/rest/api/3/issuetype`
|
|
271
278
|
* @scopes-current read:jira-work
|
|
272
|
-
* @scopes-beta read:issue-type:jira, read:avatar:jira, read:project-category:jira,
|
|
273
|
-
* read:project:jira
|
|
279
|
+
* @scopes-beta read:issue-type:jira, read:avatar:jira, read:project-category:jira, read:project:jira
|
|
274
280
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-types#api-rest-api-3-issuetype-get
|
|
275
281
|
*/
|
|
276
282
|
this.getIssueAllTypes = () => {
|
|
@@ -300,22 +306,24 @@ class IssueTypesService extends CommonHttpService_1.CommonHttpService {
|
|
|
300
306
|
*
|
|
301
307
|
* @returns Returned if the request is successful.
|
|
302
308
|
*
|
|
303
|
-
* example:
|
|
309
|
+
* example:
|
|
310
|
+
* ```
|
|
311
|
+
* {
|
|
304
312
|
* "avatarId": 1,
|
|
305
313
|
* "description": "A task that needs to be done.",
|
|
306
314
|
* "hierarchyLevel": 0,
|
|
307
|
-
* "iconUrl":
|
|
308
|
-
* "https://your-domain.atlassian.net/secure/viewavatar?size=xsmall&avatarId=10299&avatarType=issuetype\",",
|
|
315
|
+
* "iconUrl": "https://your-domain.atlassian.net/secure/viewavatar?size=xsmall&avatarId=10299&avatarType=issuetype\",",
|
|
309
316
|
* "id": "3",
|
|
310
317
|
* "name": "Task",
|
|
311
318
|
* "self": "https://your-domain.atlassian.net/rest/api/3/issueType/3",
|
|
312
319
|
* "subtask": false
|
|
313
320
|
* }
|
|
314
|
-
*
|
|
321
|
+
* ```
|
|
322
|
+
* @path GET `/rest/api/3/issuetype/{id}`
|
|
315
323
|
* @scopes-current read:jira-work
|
|
316
|
-
* @scopes-beta read:issue-type:jira, read:avatar:jira, read:project-category:jira,
|
|
317
|
-
* read:project:jira
|
|
324
|
+
* @scopes-beta read:issue-type:jira, read:avatar:jira, read:project-category:jira, read:project:jira
|
|
318
325
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-types#api-rest-api-3-issuetype-id-get
|
|
326
|
+
* @param params
|
|
319
327
|
*/
|
|
320
328
|
this.getIssueType = ({ id, }) => {
|
|
321
329
|
return this.getClientInstance()
|
|
@@ -347,14 +355,15 @@ class IssueTypesService extends CommonHttpService_1.CommonHttpService {
|
|
|
347
355
|
*
|
|
348
356
|
* @returns Returned if the request is successful.
|
|
349
357
|
*
|
|
350
|
-
* example:
|
|
358
|
+
* example:
|
|
359
|
+
* ```
|
|
360
|
+
* [
|
|
351
361
|
* {
|
|
352
362
|
* "avatarId": 10002,
|
|
353
363
|
* "description": "A problem with the software.",
|
|
354
364
|
* "entityId": "9d7dd6f7-e8b6-4247-954b-7b2c9b2a5ba2",
|
|
355
365
|
* "hierarchyLevel": 0,
|
|
356
|
-
* "iconUrl":
|
|
357
|
-
* "https://your-domain.atlassian.net/secure/viewavatar?size=xsmall&avatarId=10316&avatarType=issuetype\",",
|
|
366
|
+
* "iconUrl": "https://your-domain.atlassian.net/secure/viewavatar?size=xsmall&avatarId=10316&avatarType=issuetype\",",
|
|
358
367
|
* "id": "1",
|
|
359
368
|
* "name": "Bug",
|
|
360
369
|
* "scope": {
|
|
@@ -370,8 +379,7 @@ class IssueTypesService extends CommonHttpService_1.CommonHttpService {
|
|
|
370
379
|
* "avatarId": 1,
|
|
371
380
|
* "description": "A task that needs to be done.",
|
|
372
381
|
* "hierarchyLevel": 0,
|
|
373
|
-
* "iconUrl":
|
|
374
|
-
* "https://your-domain.atlassian.net/secure/viewavatar?size=xsmall&avatarId=10299&avatarType=issuetype\",",
|
|
382
|
+
* "iconUrl": "https://your-domain.atlassian.net/secure/viewavatar?size=xsmall&avatarId=10299&avatarType=issuetype\",",
|
|
375
383
|
* "id": "3",
|
|
376
384
|
* "name": "Task",
|
|
377
385
|
* "scope": {
|
|
@@ -384,11 +392,12 @@ class IssueTypesService extends CommonHttpService_1.CommonHttpService {
|
|
|
384
392
|
* "subtask": false
|
|
385
393
|
* }
|
|
386
394
|
* ]
|
|
387
|
-
*
|
|
395
|
+
* ```
|
|
396
|
+
* @path GET `/rest/api/3/issuetype/project`
|
|
388
397
|
* @scopes-current read:jira-work
|
|
389
|
-
* @scopes-beta read:issue-type:jira, read:avatar:jira, read:project-category:jira,
|
|
390
|
-
* read:project:jira
|
|
398
|
+
* @scopes-beta read:issue-type:jira, read:avatar:jira, read:project-category:jira, read:project:jira
|
|
391
399
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-types#api-rest-api-3-issuetype-project-get
|
|
400
|
+
* @param params
|
|
392
401
|
*/
|
|
393
402
|
this.getIssueTypesForProject = ({ projectId, level, }) => {
|
|
394
403
|
return this.getClientInstance()
|
|
@@ -416,11 +425,11 @@ class IssueTypesService extends CommonHttpService_1.CommonHttpService {
|
|
|
416
425
|
* permission](https://confluence.atlassian.com/x/x4dKLg).
|
|
417
426
|
*
|
|
418
427
|
* @returns Returned if the request is successful.
|
|
419
|
-
* @path
|
|
428
|
+
* @path PUT `/rest/api/3/issuetype/{id}`
|
|
420
429
|
* @scopes-current manage:jira-configuration
|
|
421
|
-
* @scopes-beta write:issue-type:jira, read:avatar:jira, read:issue-type:jira,
|
|
422
|
-
* read:project-category:jira, read:project:jira
|
|
430
|
+
* @scopes-beta write:issue-type:jira, read:avatar:jira, read:issue-type:jira, read:project-category:jira, read:project:jira
|
|
423
431
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-types#api-rest-api-3-issuetype-id-put
|
|
432
|
+
* @param params
|
|
424
433
|
*/
|
|
425
434
|
this.updateIssueType = ({ id, issueTypeUpdateBean, }) => {
|
|
426
435
|
return this.getClientInstance()
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IssueTypesService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/IssueTypesService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAwB;AAExB,6DAA6D;AAC7D,iEAA8D;AAC9D,6CAI0B;AAK1B,wEAAqE;AACrE;;;;;;;;;GASG;AACH,MAAa,iBAAkB,SAAQ,qCAAiB;IAAxD;;QACE;;;;;;;;;;;;WAYG;QACH,oBAAe,GAAG,CAAC,EACjB,mBAAmB,
|
|
1
|
+
{"version":3,"file":"IssueTypesService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/IssueTypesService.ts"],"names":[],"mappings":"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"}
|
|
@@ -24,10 +24,11 @@ export declare class IssueVotesService extends CommonHttpService {
|
|
|
24
24
|
* configured, issue-level security permission to view the issue.
|
|
25
25
|
*
|
|
26
26
|
* @returns Returned if the request is successful.
|
|
27
|
-
* @path
|
|
27
|
+
* @path POST `/rest/api/3/issue/{issueIdOrKey}/votes`
|
|
28
28
|
* @scopes-current write:jira-work
|
|
29
29
|
* @scopes-beta write:issue.vote:jira
|
|
30
30
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-votes#api-rest-api-3-issue-issueidorkey-votes-post
|
|
31
|
+
* @param params
|
|
31
32
|
*/
|
|
32
33
|
addVote: ({ issueIdOrKey, }: {
|
|
33
34
|
/** The ID or key of the issue. */
|
|
@@ -56,7 +57,9 @@ export declare class IssueVotesService extends CommonHttpService {
|
|
|
56
57
|
*
|
|
57
58
|
* @returns Returned if the request is successful.
|
|
58
59
|
*
|
|
59
|
-
* example:
|
|
60
|
+
* example:
|
|
61
|
+
* ```
|
|
62
|
+
* {
|
|
60
63
|
* "hasVoted": true,
|
|
61
64
|
* "self": "https://your-domain.atlassian.net/rest/api/issue/MKY-1/votes",
|
|
62
65
|
* "voters": [
|
|
@@ -65,29 +68,25 @@ export declare class IssueVotesService extends CommonHttpService {
|
|
|
65
68
|
* "accountType": "atlassian",
|
|
66
69
|
* "active": false,
|
|
67
70
|
* "avatarUrls": {
|
|
68
|
-
* "16x16":
|
|
69
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
70
|
-
* "
|
|
71
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
72
|
-
* "32x32":
|
|
73
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
74
|
-
* "48x48":
|
|
75
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
71
|
+
* "16x16": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
|
|
72
|
+
* "24x24": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
|
|
73
|
+
* "32x32": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
74
|
+
* "48x48": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
76
75
|
* },
|
|
77
76
|
* "displayName": "Mia Krystof",
|
|
78
77
|
* "key": "",
|
|
79
78
|
* "name": "",
|
|
80
|
-
* "self":
|
|
81
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
79
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g"
|
|
82
80
|
* }
|
|
83
81
|
* ],
|
|
84
82
|
* "votes": 24
|
|
85
83
|
* }
|
|
86
|
-
*
|
|
84
|
+
* ```
|
|
85
|
+
* @path GET `/rest/api/3/issue/{issueIdOrKey}/votes`
|
|
87
86
|
* @scopes-current read:jira-work
|
|
88
|
-
* @scopes-beta read:issue.vote:jira, read:user:jira, read:application-role:jira,
|
|
89
|
-
* read:avatar:jira, read:group:jira
|
|
87
|
+
* @scopes-beta read:issue.vote:jira, read:user:jira, read:application-role:jira, read:avatar:jira, read:group:jira
|
|
90
88
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-votes#api-rest-api-3-issue-issueidorkey-votes-get
|
|
89
|
+
* @param params
|
|
91
90
|
*/
|
|
92
91
|
getVotes: ({ issueIdOrKey, }: {
|
|
93
92
|
/** The ID or key of the issue. */
|
|
@@ -109,10 +108,11 @@ export declare class IssueVotesService extends CommonHttpService {
|
|
|
109
108
|
* * If [issue-level security](https://confluence.atlassian.com/x/J4lKLg) is
|
|
110
109
|
* configured, issue-level security permission to view the issue.
|
|
111
110
|
*
|
|
112
|
-
* @path
|
|
111
|
+
* @path DELETE `/rest/api/3/issue/{issueIdOrKey}/votes`
|
|
113
112
|
* @scopes-current write:jira-work
|
|
114
113
|
* @scopes-beta write:issue.vote:jira
|
|
115
114
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-votes#api-rest-api-3-issue-issueidorkey-votes-delete
|
|
115
|
+
* @param params
|
|
116
116
|
*/
|
|
117
117
|
removeVote: ({ issueIdOrKey, }: {
|
|
118
118
|
/** The ID or key of the issue. */
|