@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,14 +19,16 @@ export declare class WorkflowSchemeProjectAssociationsService extends CommonHttp
|
|
|
19
19
|
* permission](https://confluence.atlassian.com/x/x4dKLg).
|
|
20
20
|
*
|
|
21
21
|
* @returns Returned if the request is successful.
|
|
22
|
-
* @path
|
|
22
|
+
* @path PUT `/rest/api/3/workflowscheme/project`
|
|
23
23
|
* @scopes-current manage:jira-configuration
|
|
24
24
|
* @scopes-beta write:workflow-scheme:jira
|
|
25
25
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-scheme-project-associations#api-rest-api-3-workflowscheme-project-put
|
|
26
|
+
* @param params
|
|
26
27
|
*/
|
|
27
28
|
assignSchemeToProject: ({ workflowSchemeProjectAssociation, }: {
|
|
28
29
|
/**
|
|
29
|
-
* @example
|
|
30
|
+
* @example
|
|
31
|
+
* {
|
|
30
32
|
* "projectId": "10001",
|
|
31
33
|
* "workflowSchemeId": "10032"
|
|
32
34
|
* }
|
|
@@ -48,7 +50,9 @@ export declare class WorkflowSchemeProjectAssociationsService extends CommonHttp
|
|
|
48
50
|
*
|
|
49
51
|
* @returns Returned if the request is successful.
|
|
50
52
|
*
|
|
51
|
-
* example:
|
|
53
|
+
* example:
|
|
54
|
+
* ```
|
|
55
|
+
* {
|
|
52
56
|
* "values": [
|
|
53
57
|
* {
|
|
54
58
|
* "projectIds": [
|
|
@@ -64,18 +68,17 @@ export declare class WorkflowSchemeProjectAssociationsService extends CommonHttp
|
|
|
64
68
|
* "10001": "builds workflow"
|
|
65
69
|
* },
|
|
66
70
|
* "name": "Example workflow scheme",
|
|
67
|
-
* "self":
|
|
68
|
-
* "https://your-domain.atlassian.net/rest/api/3/workflowscheme/101010"
|
|
71
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/workflowscheme/101010"
|
|
69
72
|
* }
|
|
70
73
|
* }
|
|
71
74
|
* ]
|
|
72
75
|
* }
|
|
73
|
-
*
|
|
76
|
+
* ```
|
|
77
|
+
* @path GET `/rest/api/3/workflowscheme/project`
|
|
74
78
|
* @scopes-current manage:jira-configuration
|
|
75
|
-
* @scopes-beta read:workflow-scheme:jira, read:workflow:jira, read:application-role:jira,
|
|
76
|
-
* read:avatar:jira, read:group:jira, read:issue-type:jira,
|
|
77
|
-
* read:project-category:jira, read:project:jira, read:user:jira
|
|
79
|
+
* @scopes-beta read:workflow-scheme:jira, read:workflow:jira, read:application-role:jira, read:avatar:jira, read:group:jira, read:issue-type:jira, read:project-category:jira, read:project:jira, read:user:jira
|
|
78
80
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-scheme-project-associations#api-rest-api-3-workflowscheme-project-get
|
|
81
|
+
* @param params
|
|
79
82
|
*/
|
|
80
83
|
getWorkflowSchemeProjectAssociations: ({ projectId, }: {
|
|
81
84
|
/**
|
|
@@ -30,10 +30,11 @@ class WorkflowSchemeProjectAssociationsService extends CommonHttpService_1.Commo
|
|
|
30
30
|
* permission](https://confluence.atlassian.com/x/x4dKLg).
|
|
31
31
|
*
|
|
32
32
|
* @returns Returned if the request is successful.
|
|
33
|
-
* @path
|
|
33
|
+
* @path PUT `/rest/api/3/workflowscheme/project`
|
|
34
34
|
* @scopes-current manage:jira-configuration
|
|
35
35
|
* @scopes-beta write:workflow-scheme:jira
|
|
36
36
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-scheme-project-associations#api-rest-api-3-workflowscheme-project-put
|
|
37
|
+
* @param params
|
|
37
38
|
*/
|
|
38
39
|
this.assignSchemeToProject = ({ workflowSchemeProjectAssociation, }) => {
|
|
39
40
|
return this.getClientInstance()
|
|
@@ -69,7 +70,9 @@ class WorkflowSchemeProjectAssociationsService extends CommonHttpService_1.Commo
|
|
|
69
70
|
*
|
|
70
71
|
* @returns Returned if the request is successful.
|
|
71
72
|
*
|
|
72
|
-
* example:
|
|
73
|
+
* example:
|
|
74
|
+
* ```
|
|
75
|
+
* {
|
|
73
76
|
* "values": [
|
|
74
77
|
* {
|
|
75
78
|
* "projectIds": [
|
|
@@ -85,18 +88,17 @@ class WorkflowSchemeProjectAssociationsService extends CommonHttpService_1.Commo
|
|
|
85
88
|
* "10001": "builds workflow"
|
|
86
89
|
* },
|
|
87
90
|
* "name": "Example workflow scheme",
|
|
88
|
-
* "self":
|
|
89
|
-
* "https://your-domain.atlassian.net/rest/api/3/workflowscheme/101010"
|
|
91
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/workflowscheme/101010"
|
|
90
92
|
* }
|
|
91
93
|
* }
|
|
92
94
|
* ]
|
|
93
95
|
* }
|
|
94
|
-
*
|
|
96
|
+
* ```
|
|
97
|
+
* @path GET `/rest/api/3/workflowscheme/project`
|
|
95
98
|
* @scopes-current manage:jira-configuration
|
|
96
|
-
* @scopes-beta read:workflow-scheme:jira, read:workflow:jira, read:application-role:jira,
|
|
97
|
-
* read:avatar:jira, read:group:jira, read:issue-type:jira,
|
|
98
|
-
* read:project-category:jira, read:project:jira, read:user:jira
|
|
99
|
+
* @scopes-beta read:workflow-scheme:jira, read:workflow:jira, read:application-role:jira, read:avatar:jira, read:group:jira, read:issue-type:jira, read:project-category:jira, read:project:jira, read:user:jira
|
|
99
100
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-scheme-project-associations#api-rest-api-3-workflowscheme-project-get
|
|
101
|
+
* @param params
|
|
100
102
|
*/
|
|
101
103
|
this.getWorkflowSchemeProjectAssociations = ({ projectId, }) => {
|
|
102
104
|
return this.getClientInstance()
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WorkflowSchemeProjectAssociationsService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/WorkflowSchemeProjectAssociationsService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAwB;AAExB,6DAA6D;AAC7D,iEAA8D;AAC9D,mGAIqD;AACrD,wEAAqE;AACrE;;;;;;;GAOG;AACH,MAAa,wCAAyC,SAAQ,qCAAiB;IAA/E;;QACE
|
|
1
|
+
{"version":3,"file":"WorkflowSchemeProjectAssociationsService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/WorkflowSchemeProjectAssociationsService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAwB;AAExB,6DAA6D;AAC7D,iEAA8D;AAC9D,mGAIqD;AACrD,wEAAqE;AACrE;;;;;;;GAOG;AACH,MAAa,wCAAyC,SAAQ,qCAAiB;IAA/E;;QACE;;;;;;;;;;;;;;;WAeG;QACH,0BAAqB,GAAG,CAAC,EACvB,gCAAgC,GAUjC,EAAiB,EAAE;YAClB,OAAO,IAAI,CAAC,iBAAiB,EAAE;iBAC5B,OAAO,CAAC;gBACP,IAAI,EAAE,oCAAoC;gBAC1C,MAAM,EAAE,KAAK;gBACb,OAAO,EAAE;oBACP,cAAc,EAAE,kBAAkB;iBACnC;gBACD,IAAI,EAAE,gCAAgC;aACvC,CAAC;iBACD,IAAI,CACH,IAAI,CAAC,iBAAiB,EAAE,CAAC,eAAe,CAAC;gBACvC,GAAG,EAAE;oBACH,kBAAkB,EAAE,MAAM;iBAC3B;aACF,CAAC,CACH;iBACA,IAAI,CACH,gBAAgB,CAAC,YAAY,EAIzB,CACL;iBACA,IAAI,CACH,iDAAuB,CAAC,SAAS,CAC/B,yEAAyE,CAC1E,CACF;iBACA,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC;QACpC,CAAC,CAAC;QACF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WA4CG;QACH,yCAAoC,GAAG,CAAC,EACtC,SAAS,GAQV,EAAkD,EAAE;YACnD,OAAO,IAAI,CAAC,iBAAiB,EAAE;iBAC5B,OAAO,CAAC;gBACP,IAAI,EAAE,oCAAoC;gBAC1C,MAAM,EAAE,KAAK;gBACb,KAAK,EAAE;oBACL,SAAS;iBACV;aACF,CAAC;iBACD,IAAI,CACH,IAAI,CAAC,iBAAiB,EAAE,CAAC,eAAe,CAAC;gBACvC,GAAG,EAAE;oBACH,kBAAkB,EAAE,MAAM;iBAC3B;aACF,CAAC,CACH;iBACA,IAAI,CACH,gBAAgB,CAAC,YAAY,EAIzB,CACL;iBACA,IAAI,CACH,iDAAuB,CAAC,SAAS,CAC/B,wFAAwF,CACzF,CACF;iBACA,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC;QACpC,CAAC,CAAC;IAgCJ,CAAC;IA/BW,MAAM,CAAC,UAAU;QACzB,iDAAuB,CAAC,kBAAkB,CACxC,wFAAwF,EACxF,OAAC;aACE,MAAM,CAAC;YACN,MAAM,EAAE,OAAC,CAAC,OAAO,CAAC,GAAG,CAAC;YACtB,SAAS,EAAE,OAAC,CAAC,OAAO,CAAC,kBAAkB,CAAC;YACxC,IAAI,EAAE,iDAAuB,CAAC,IAAI,CAChC,uCAAuC,CACxC;SACF,CAAC;aACD,QAAQ,CACP,wFAAwF,CACzF,CACJ,CAAC;QACF,iDAAuB,CAAC,kBAAkB,CACxC,yEAAyE,EACzE,OAAC;aACE,MAAM,CAAC;YACN,MAAM,EAAE,OAAC,CAAC,OAAO,CAAC,GAAG,CAAC;YACtB,SAAS,EAAE,OAAC,CAAC,OAAO,CAAC,kBAAkB,CAAC;YACxC,IAAI,EAAE,OAAC,CAAC,OAAO,EAAE;SAClB,CAAC;aACD,QAAQ,CACP,yEAAyE,CAC1E,CACJ,CAAC;QACF,iDAAuB,CAAC,YAAY,CAAC;YACnC,8FAA0D;SAC3D,CAAC,CAAC;IACL,CAAC;CACF;AA9KD,4FA8KC"}
|
|
@@ -28,7 +28,9 @@ export declare class WorkflowSchemesService extends CommonHttpService {
|
|
|
28
28
|
*
|
|
29
29
|
* @returns Returned if the request is successful.
|
|
30
30
|
*
|
|
31
|
-
* example:
|
|
31
|
+
* example:
|
|
32
|
+
* ```
|
|
33
|
+
* {
|
|
32
34
|
* "defaultWorkflow": "jira",
|
|
33
35
|
* "description": "The description of the example workflow scheme.",
|
|
34
36
|
* "draft": false,
|
|
@@ -40,16 +42,17 @@ export declare class WorkflowSchemesService extends CommonHttpService {
|
|
|
40
42
|
* "name": "Example workflow scheme",
|
|
41
43
|
* "self": "https://your-domain.atlassian.net/rest/api/3/workflowscheme/101010"
|
|
42
44
|
* }
|
|
43
|
-
*
|
|
45
|
+
* ```
|
|
46
|
+
* @path POST `/rest/api/3/workflowscheme`
|
|
44
47
|
* @scopes-current manage:jira-configuration
|
|
45
|
-
* @scopes-beta write:workflow-scheme:jira, read:application-role:jira, read:avatar:jira,
|
|
46
|
-
* read:group:jira, read:issue-type:jira, read:project-category:jira,
|
|
47
|
-
* read:project:jira, read:user:jira, read:workflow-scheme:jira
|
|
48
|
+
* @scopes-beta write:workflow-scheme:jira, read:application-role:jira, read:avatar:jira, read:group:jira, read:issue-type:jira, read:project-category:jira, read:project:jira, read:user:jira, read:workflow-scheme:jira
|
|
48
49
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-schemes#api-rest-api-3-workflowscheme-post
|
|
50
|
+
* @param params
|
|
49
51
|
*/
|
|
50
52
|
createWorkflowScheme: ({ workflowScheme, }: {
|
|
51
53
|
/**
|
|
52
|
-
* @example
|
|
54
|
+
* @example
|
|
55
|
+
* {
|
|
53
56
|
* "defaultWorkflow": "jira",
|
|
54
57
|
* "description": "The description of the example workflow scheme.",
|
|
55
58
|
* "issueTypeMappings": {
|
|
@@ -75,7 +78,9 @@ export declare class WorkflowSchemesService extends CommonHttpService {
|
|
|
75
78
|
*
|
|
76
79
|
* @returns Returned if the request is successful.
|
|
77
80
|
*
|
|
78
|
-
* example:
|
|
81
|
+
* example:
|
|
82
|
+
* ```
|
|
83
|
+
* {
|
|
79
84
|
* "defaultWorkflow": "jira",
|
|
80
85
|
* "description": "The description of the example workflow scheme.",
|
|
81
86
|
* "draft": false,
|
|
@@ -87,13 +92,12 @@ export declare class WorkflowSchemesService extends CommonHttpService {
|
|
|
87
92
|
* "name": "Example workflow scheme",
|
|
88
93
|
* "self": "https://your-domain.atlassian.net/rest/api/3/workflowscheme/101010"
|
|
89
94
|
* }
|
|
90
|
-
*
|
|
95
|
+
* ```
|
|
96
|
+
* @path DELETE `/rest/api/3/workflowscheme/{id}/default`
|
|
91
97
|
* @scopes-current manage:jira-configuration
|
|
92
|
-
* @scopes-beta read:workflow-scheme:jira, write:workflow-scheme:jira,
|
|
93
|
-
* read:application-role:jira, read:avatar:jira, read:group:jira,
|
|
94
|
-
* read:issue-type:jira, read:project-category:jira, read:project:jira,
|
|
95
|
-
* read:user:jira
|
|
98
|
+
* @scopes-beta read:workflow-scheme:jira, write:workflow-scheme:jira, read:application-role:jira, read:avatar:jira, read:group:jira, read:issue-type:jira, read:project-category:jira, read:project:jira, read:user:jira
|
|
96
99
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-schemes#api-rest-api-3-workflowscheme-id-default-delete
|
|
100
|
+
* @param params
|
|
97
101
|
*/
|
|
98
102
|
deleteDefaultWorkflow: ({ id, updateDraftIfNeeded, }: {
|
|
99
103
|
/** The ID of the workflow scheme. */
|
|
@@ -116,10 +120,11 @@ export declare class WorkflowSchemesService extends CommonHttpService {
|
|
|
116
120
|
* **[Permissions](#permissions) required:** *Administer Jira* [global
|
|
117
121
|
* permission](https://confluence.atlassian.com/x/x4dKLg).
|
|
118
122
|
*
|
|
119
|
-
* @path
|
|
123
|
+
* @path DELETE `/rest/api/3/workflowscheme/{id}/workflow`
|
|
120
124
|
* @scopes-current manage:jira-configuration
|
|
121
125
|
* @scopes-beta delete:workflow-scheme:jira
|
|
122
126
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-schemes#api-rest-api-3-workflowscheme-id-workflow-delete
|
|
127
|
+
* @param params
|
|
123
128
|
*/
|
|
124
129
|
deleteWorkflowMapping: ({ id, workflowName, updateDraftIfNeeded, }: {
|
|
125
130
|
/** The ID of the workflow scheme. */
|
|
@@ -141,10 +146,11 @@ export declare class WorkflowSchemesService extends CommonHttpService {
|
|
|
141
146
|
* permission](https://confluence.atlassian.com/x/x4dKLg).
|
|
142
147
|
*
|
|
143
148
|
* @returns Returned if the request is successful.
|
|
144
|
-
* @path
|
|
149
|
+
* @path DELETE `/rest/api/3/workflowscheme/{id}`
|
|
145
150
|
* @scopes-current manage:jira-configuration
|
|
146
151
|
* @scopes-beta delete:workflow-scheme:jira
|
|
147
152
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-schemes#api-rest-api-3-workflowscheme-id-delete
|
|
153
|
+
* @param params
|
|
148
154
|
*/
|
|
149
155
|
deleteWorkflowScheme: ({ id, }: {
|
|
150
156
|
/**
|
|
@@ -167,7 +173,9 @@ export declare class WorkflowSchemesService extends CommonHttpService {
|
|
|
167
173
|
*
|
|
168
174
|
* @returns Returned if the request is successful.
|
|
169
175
|
*
|
|
170
|
-
* example:
|
|
176
|
+
* example:
|
|
177
|
+
* ```
|
|
178
|
+
* {
|
|
171
179
|
* "defaultWorkflow": "jira",
|
|
172
180
|
* "description": "The description of the example workflow scheme.",
|
|
173
181
|
* "draft": false,
|
|
@@ -179,12 +187,12 @@ export declare class WorkflowSchemesService extends CommonHttpService {
|
|
|
179
187
|
* "name": "Example workflow scheme",
|
|
180
188
|
* "self": "https://your-domain.atlassian.net/rest/api/3/workflowscheme/101010"
|
|
181
189
|
* }
|
|
182
|
-
*
|
|
190
|
+
* ```
|
|
191
|
+
* @path DELETE `/rest/api/3/workflowscheme/{id}/issuetype/{issueType}`
|
|
183
192
|
* @scopes-current manage:jira-configuration
|
|
184
|
-
* @scopes-beta delete:workflow-scheme:jira, read:application-role:jira, read:avatar:jira,
|
|
185
|
-
* read:group:jira, read:issue-type:jira, read:project-category:jira,
|
|
186
|
-
* read:project:jira, read:user:jira, read:workflow-scheme:jira, read:workflow:jira
|
|
193
|
+
* @scopes-beta delete:workflow-scheme:jira, read:application-role:jira, read:avatar:jira, read:group:jira, read:issue-type:jira, read:project-category:jira, read:project:jira, read:user:jira, read:workflow-scheme:jira, read:workflow:jira
|
|
187
194
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-schemes#api-rest-api-3-workflowscheme-id-issuetype-issuetype-delete
|
|
195
|
+
* @param params
|
|
188
196
|
*/
|
|
189
197
|
deleteWorkflowSchemeIssueType: ({ id, issueType, updateDraftIfNeeded, }: {
|
|
190
198
|
/** The ID of the workflow scheme. */
|
|
@@ -207,7 +215,9 @@ export declare class WorkflowSchemesService extends CommonHttpService {
|
|
|
207
215
|
*
|
|
208
216
|
* @returns Returned if the request is successful.
|
|
209
217
|
*
|
|
210
|
-
* example:
|
|
218
|
+
* example:
|
|
219
|
+
* ```
|
|
220
|
+
* {
|
|
211
221
|
* "isLast": true,
|
|
212
222
|
* "maxResults": 50,
|
|
213
223
|
* "startAt": 0,
|
|
@@ -222,8 +232,7 @@ export declare class WorkflowSchemesService extends CommonHttpService {
|
|
|
222
232
|
* "10001": "builds workflow"
|
|
223
233
|
* },
|
|
224
234
|
* "name": "Example workflow scheme",
|
|
225
|
-
* "self":
|
|
226
|
-
* "https://your-domain.atlassian.net/rest/api/3/workflowscheme/101010"
|
|
235
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/workflowscheme/101010"
|
|
227
236
|
* },
|
|
228
237
|
* {
|
|
229
238
|
* "defaultWorkflow": "jira",
|
|
@@ -234,17 +243,16 @@ export declare class WorkflowSchemesService extends CommonHttpService {
|
|
|
234
243
|
* "10001": "builds workflow"
|
|
235
244
|
* },
|
|
236
245
|
* "name": "Another example workflow scheme",
|
|
237
|
-
* "self":
|
|
238
|
-
* "https://your-domain.atlassian.net/rest/api/3/workflowscheme/101011"
|
|
246
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/workflowscheme/101011"
|
|
239
247
|
* }
|
|
240
248
|
* ]
|
|
241
249
|
* }
|
|
242
|
-
*
|
|
250
|
+
* ```
|
|
251
|
+
* @path GET `/rest/api/3/workflowscheme`
|
|
243
252
|
* @scopes-current manage:jira-configuration
|
|
244
|
-
* @scopes-beta read:workflow-scheme:jira, read:application-role:jira, read:avatar:jira,
|
|
245
|
-
* read:group:jira, read:issue-type:jira, read:project-category:jira,
|
|
246
|
-
* read:project:jira, read:user:jira
|
|
253
|
+
* @scopes-beta read:workflow-scheme:jira, read:application-role:jira, read:avatar:jira, read:group:jira, read:issue-type:jira, read:project-category:jira, read:project:jira, read:user:jira
|
|
247
254
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-schemes#api-rest-api-3-workflowscheme-get
|
|
255
|
+
* @param params
|
|
248
256
|
*/
|
|
249
257
|
getAllWorkflowSchemes: ({ startAt, maxResults, }?: {
|
|
250
258
|
/** The index of the first item to return in a page of results (page offset). */
|
|
@@ -263,13 +271,17 @@ export declare class WorkflowSchemesService extends CommonHttpService {
|
|
|
263
271
|
*
|
|
264
272
|
* @returns Returned if the request is successful.
|
|
265
273
|
*
|
|
266
|
-
* example:
|
|
274
|
+
* example:
|
|
275
|
+
* ```
|
|
276
|
+
* {
|
|
267
277
|
* "workflow": "jira"
|
|
268
278
|
* }
|
|
269
|
-
*
|
|
279
|
+
* ```
|
|
280
|
+
* @path GET `/rest/api/3/workflowscheme/{id}/default`
|
|
270
281
|
* @scopes-current manage:jira-configuration
|
|
271
282
|
* @scopes-beta read:workflow-scheme:jira, read:workflow:jira
|
|
272
283
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-schemes#api-rest-api-3-workflowscheme-id-default-get
|
|
284
|
+
* @param params
|
|
273
285
|
*/
|
|
274
286
|
getDefaultWorkflow: ({ id, returnDraftIfExists, }: {
|
|
275
287
|
/** The ID of the workflow scheme. */
|
|
@@ -289,7 +301,9 @@ export declare class WorkflowSchemesService extends CommonHttpService {
|
|
|
289
301
|
*
|
|
290
302
|
* @returns Returned if the request is successful.
|
|
291
303
|
*
|
|
292
|
-
* example:
|
|
304
|
+
* example:
|
|
305
|
+
* ```
|
|
306
|
+
* {
|
|
293
307
|
* "defaultMapping": false,
|
|
294
308
|
* "issueTypes": [
|
|
295
309
|
* "10000",
|
|
@@ -297,10 +311,12 @@ export declare class WorkflowSchemesService extends CommonHttpService {
|
|
|
297
311
|
* ],
|
|
298
312
|
* "workflow": "jira"
|
|
299
313
|
* }
|
|
300
|
-
*
|
|
314
|
+
* ```
|
|
315
|
+
* @path GET `/rest/api/3/workflowscheme/{id}/workflow`
|
|
301
316
|
* @scopes-current manage:jira-configuration
|
|
302
317
|
* @scopes-beta read:workflow-scheme:jira, read:workflow:jira, read:issue-type:jira
|
|
303
318
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-schemes#api-rest-api-3-workflowscheme-id-workflow-get
|
|
319
|
+
* @param params
|
|
304
320
|
*/
|
|
305
321
|
getWorkflow: ({ id, workflowName, returnDraftIfExists, }: {
|
|
306
322
|
/** The ID of the workflow scheme. */
|
|
@@ -325,7 +341,9 @@ export declare class WorkflowSchemesService extends CommonHttpService {
|
|
|
325
341
|
*
|
|
326
342
|
* @returns Returned if the request is successful.
|
|
327
343
|
*
|
|
328
|
-
* example:
|
|
344
|
+
* example:
|
|
345
|
+
* ```
|
|
346
|
+
* {
|
|
329
347
|
* "defaultWorkflow": "jira",
|
|
330
348
|
* "description": "The description of the example workflow scheme.",
|
|
331
349
|
* "draft": false,
|
|
@@ -337,12 +355,12 @@ export declare class WorkflowSchemesService extends CommonHttpService {
|
|
|
337
355
|
* "name": "Example workflow scheme",
|
|
338
356
|
* "self": "https://your-domain.atlassian.net/rest/api/3/workflowscheme/101010"
|
|
339
357
|
* }
|
|
340
|
-
*
|
|
358
|
+
* ```
|
|
359
|
+
* @path GET `/rest/api/3/workflowscheme/{id}`
|
|
341
360
|
* @scopes-current manage:jira-configuration
|
|
342
|
-
* @scopes-beta read:workflow-scheme:jira, read:application-role:jira, read:avatar:jira,
|
|
343
|
-
* read:group:jira, read:issue-type:jira, read:project-category:jira,
|
|
344
|
-
* read:project:jira, read:user:jira
|
|
361
|
+
* @scopes-beta read:workflow-scheme:jira, read:application-role:jira, read:avatar:jira, read:group:jira, read:issue-type:jira, read:project-category:jira, read:project:jira, read:user:jira
|
|
345
362
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-schemes#api-rest-api-3-workflowscheme-id-get
|
|
363
|
+
* @param params
|
|
346
364
|
*/
|
|
347
365
|
getWorkflowScheme: ({ id, returnDraftIfExists, }: {
|
|
348
366
|
/**
|
|
@@ -366,14 +384,18 @@ export declare class WorkflowSchemesService extends CommonHttpService {
|
|
|
366
384
|
*
|
|
367
385
|
* @returns Returned if the request is successful.
|
|
368
386
|
*
|
|
369
|
-
* example:
|
|
387
|
+
* example:
|
|
388
|
+
* ```
|
|
389
|
+
* {
|
|
370
390
|
* "issueType": "10000",
|
|
371
391
|
* "workflow": "jira"
|
|
372
392
|
* }
|
|
373
|
-
*
|
|
393
|
+
* ```
|
|
394
|
+
* @path GET `/rest/api/3/workflowscheme/{id}/issuetype/{issueType}`
|
|
374
395
|
* @scopes-current manage:jira-configuration
|
|
375
396
|
* @scopes-beta read:workflow-scheme:jira, read:workflow:jira, read:issue-type:jira
|
|
376
397
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-schemes#api-rest-api-3-workflowscheme-id-issuetype-issuetype-get
|
|
398
|
+
* @param params
|
|
377
399
|
*/
|
|
378
400
|
getWorkflowSchemeIssueType: ({ id, issueType, returnDraftIfExists, }: {
|
|
379
401
|
/** The ID of the workflow scheme. */
|
|
@@ -400,11 +422,12 @@ export declare class WorkflowSchemesService extends CommonHttpService {
|
|
|
400
422
|
*
|
|
401
423
|
* @returns Returned if the request is successful.
|
|
402
424
|
*
|
|
403
|
-
* example:
|
|
425
|
+
* example:
|
|
426
|
+
* ```
|
|
427
|
+
* [
|
|
404
428
|
* {
|
|
405
429
|
* "defaultWorkflow": {
|
|
406
|
-
* "description": "This is the default workflow for Software Development
|
|
407
|
-
* projects.",
|
|
430
|
+
* "description": "This is the default workflow for Software Development projects.",
|
|
408
431
|
* "id": "3e59db0f-ed6c-47ce-8d50-80c0c4572677",
|
|
409
432
|
* "name": "Default Software Development Workflow",
|
|
410
433
|
* "usage": [
|
|
@@ -418,8 +441,7 @@ export declare class WorkflowSchemesService extends CommonHttpService {
|
|
|
418
441
|
* "versionNumber": 1
|
|
419
442
|
* }
|
|
420
443
|
* },
|
|
421
|
-
* "description": "This is the workflow scheme for the Software Development
|
|
422
|
-
* project type.",
|
|
444
|
+
* "description": "This is the workflow scheme for the Software Development project type.",
|
|
423
445
|
* "id": "3g78dg2a-ns2n-56ab-9812-42h5j1464567",
|
|
424
446
|
* "name": "Software Developer Workflow Scheme",
|
|
425
447
|
* "projectIdsUsingScheme": [
|
|
@@ -442,8 +464,7 @@ export declare class WorkflowSchemesService extends CommonHttpService {
|
|
|
442
464
|
* "10013"
|
|
443
465
|
* ],
|
|
444
466
|
* "workflow": {
|
|
445
|
-
* "description": "This is the workflow for the Software Development bug
|
|
446
|
-
* issue type.",
|
|
467
|
+
* "description": "This is the workflow for the Software Development bug issue type.",
|
|
447
468
|
* "id": "5e79ae0f-ed6c-47ce-8d50-80c0c4572745",
|
|
448
469
|
* "name": "Software Development Bug Workflow",
|
|
449
470
|
* "usage": [
|
|
@@ -463,10 +484,12 @@ export declare class WorkflowSchemesService extends CommonHttpService {
|
|
|
463
484
|
* ]
|
|
464
485
|
* }
|
|
465
486
|
* ]
|
|
466
|
-
*
|
|
487
|
+
* ```
|
|
488
|
+
* @path POST `/rest/api/3/workflowscheme/read`
|
|
467
489
|
* @scopes-current manage:jira-configuration
|
|
468
490
|
* @scopes-beta read:workflow-scheme:jira
|
|
469
491
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-schemes#api-rest-api-3-workflowscheme-read-post
|
|
492
|
+
* @param params
|
|
470
493
|
*/
|
|
471
494
|
readWorkflowSchemes: ({ expand, workflowSchemeReadRequest, }: {
|
|
472
495
|
/**
|
|
@@ -478,7 +501,8 @@ export declare class WorkflowSchemesService extends CommonHttpService {
|
|
|
478
501
|
*/
|
|
479
502
|
expand?: string | undefined;
|
|
480
503
|
/**
|
|
481
|
-
* @example
|
|
504
|
+
* @example
|
|
505
|
+
* {
|
|
482
506
|
* "projectIds": [
|
|
483
507
|
* "10047",
|
|
484
508
|
* "10048"
|
|
@@ -503,7 +527,9 @@ export declare class WorkflowSchemesService extends CommonHttpService {
|
|
|
503
527
|
*
|
|
504
528
|
* @returns Returned if the request is successful.
|
|
505
529
|
*
|
|
506
|
-
* example:
|
|
530
|
+
* example:
|
|
531
|
+
* ```
|
|
532
|
+
* {
|
|
507
533
|
* "defaultWorkflow": "jira",
|
|
508
534
|
* "description": "The description of the example workflow scheme.",
|
|
509
535
|
* "draft": false,
|
|
@@ -515,13 +541,12 @@ export declare class WorkflowSchemesService extends CommonHttpService {
|
|
|
515
541
|
* "name": "Example workflow scheme",
|
|
516
542
|
* "self": "https://your-domain.atlassian.net/rest/api/3/workflowscheme/101010"
|
|
517
543
|
* }
|
|
518
|
-
*
|
|
544
|
+
* ```
|
|
545
|
+
* @path PUT `/rest/api/3/workflowscheme/{id}/issuetype/{issueType}`
|
|
519
546
|
* @scopes-current manage:jira-configuration
|
|
520
|
-
* @scopes-beta write:workflow-scheme:jira, read:workflow-scheme:jira, read:workflow:jira,
|
|
521
|
-
* read:application-role:jira, read:avatar:jira, read:group:jira,
|
|
522
|
-
* read:issue-type:jira, read:project-category:jira, read:project:jira,
|
|
523
|
-
* read:user:jira
|
|
547
|
+
* @scopes-beta write:workflow-scheme:jira, read:workflow-scheme:jira, read:workflow:jira, read:application-role:jira, read:avatar:jira, read:group:jira, read:issue-type:jira, read:project-category:jira, read:project:jira, read:user:jira
|
|
524
548
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-schemes#api-rest-api-3-workflowscheme-id-issuetype-issuetype-put
|
|
549
|
+
* @param params
|
|
525
550
|
*/
|
|
526
551
|
setWorkflowSchemeIssueType: ({ id, issueType, issueTypeWorkflowMapping, }: {
|
|
527
552
|
/** The ID of the workflow scheme. */
|
|
@@ -531,7 +556,8 @@ export declare class WorkflowSchemesService extends CommonHttpService {
|
|
|
531
556
|
/**
|
|
532
557
|
* The issue type-project mapping.
|
|
533
558
|
*
|
|
534
|
-
* @example
|
|
559
|
+
* @example
|
|
560
|
+
* {
|
|
535
561
|
* "issueType": "10000",
|
|
536
562
|
* "updateDraftIfNeeded": false,
|
|
537
563
|
* "workflow": "jira"
|
|
@@ -552,7 +578,9 @@ export declare class WorkflowSchemesService extends CommonHttpService {
|
|
|
552
578
|
*
|
|
553
579
|
* @returns Returned if the request is successful.
|
|
554
580
|
*
|
|
555
|
-
* example:
|
|
581
|
+
* example:
|
|
582
|
+
* ```
|
|
583
|
+
* {
|
|
556
584
|
* "defaultWorkflow": "jira",
|
|
557
585
|
* "description": "The description of the example workflow scheme.",
|
|
558
586
|
* "draft": false,
|
|
@@ -564,13 +592,12 @@ export declare class WorkflowSchemesService extends CommonHttpService {
|
|
|
564
592
|
* "name": "Example workflow scheme",
|
|
565
593
|
* "self": "https://your-domain.atlassian.net/rest/api/3/workflowscheme/101010"
|
|
566
594
|
* }
|
|
567
|
-
*
|
|
595
|
+
* ```
|
|
596
|
+
* @path PUT `/rest/api/3/workflowscheme/{id}/default`
|
|
568
597
|
* @scopes-current manage:jira-configuration
|
|
569
|
-
* @scopes-beta read:workflow-scheme:jira, write:workflow-scheme:jira,
|
|
570
|
-
* read:application-role:jira, read:avatar:jira, read:group:jira,
|
|
571
|
-
* read:issue-type:jira, read:project-category:jira, read:project:jira,
|
|
572
|
-
* read:user:jira
|
|
598
|
+
* @scopes-beta read:workflow-scheme:jira, write:workflow-scheme:jira, read:application-role:jira, read:avatar:jira, read:group:jira, read:issue-type:jira, read:project-category:jira, read:project:jira, read:user:jira
|
|
573
599
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-schemes#api-rest-api-3-workflowscheme-id-default-put
|
|
600
|
+
* @param params
|
|
574
601
|
*/
|
|
575
602
|
updateDefaultWorkflow: ({ id, defaultWorkflow, }: {
|
|
576
603
|
/** The ID of the workflow scheme. */
|
|
@@ -578,7 +605,8 @@ export declare class WorkflowSchemesService extends CommonHttpService {
|
|
|
578
605
|
/**
|
|
579
606
|
* The new default workflow.
|
|
580
607
|
*
|
|
581
|
-
* @example
|
|
608
|
+
* @example
|
|
609
|
+
* {
|
|
582
610
|
* "updateDraftIfNeeded": false,
|
|
583
611
|
* "workflow": "jira"
|
|
584
612
|
* }
|
|
@@ -600,14 +628,16 @@ export declare class WorkflowSchemesService extends CommonHttpService {
|
|
|
600
628
|
* schemes.
|
|
601
629
|
*
|
|
602
630
|
* @returns Returned if the request is successful and there is no asynchronous task.
|
|
603
|
-
* @path
|
|
631
|
+
* @path POST `/rest/api/3/workflowscheme/update`
|
|
604
632
|
* @scopes-current manage:jira-configuration
|
|
605
633
|
* @scopes-beta write:workflow-scheme:jira
|
|
606
634
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-schemes#api-rest-api-3-workflowscheme-update-post
|
|
635
|
+
* @param params
|
|
607
636
|
*/
|
|
608
637
|
updateSchemes: ({ workflowSchemeUpdateRequest, }: {
|
|
609
638
|
/**
|
|
610
|
-
* @example
|
|
639
|
+
* @example
|
|
640
|
+
* {
|
|
611
641
|
* "defaultWorkflowId": "3e59db0f-ed6c-47ce-8d50-80c0c4572677",
|
|
612
642
|
* "description": "description",
|
|
613
643
|
* "id": "10000",
|
|
@@ -695,7 +725,9 @@ export declare class WorkflowSchemesService extends CommonHttpService {
|
|
|
695
725
|
*
|
|
696
726
|
* @returns Returned if the request is successful.
|
|
697
727
|
*
|
|
698
|
-
* example:
|
|
728
|
+
* example:
|
|
729
|
+
* ```
|
|
730
|
+
* {
|
|
699
731
|
* "defaultWorkflow": "jira",
|
|
700
732
|
* "description": "The description of the example workflow scheme.",
|
|
701
733
|
* "draft": false,
|
|
@@ -707,13 +739,12 @@ export declare class WorkflowSchemesService extends CommonHttpService {
|
|
|
707
739
|
* "name": "Example workflow scheme",
|
|
708
740
|
* "self": "https://your-domain.atlassian.net/rest/api/3/workflowscheme/101010"
|
|
709
741
|
* }
|
|
710
|
-
*
|
|
742
|
+
* ```
|
|
743
|
+
* @path PUT `/rest/api/3/workflowscheme/{id}/workflow`
|
|
711
744
|
* @scopes-current manage:jira-configuration
|
|
712
|
-
* @scopes-beta write:workflow-scheme:jira, read:workflow-scheme:jira, read:workflow:jira,
|
|
713
|
-
* read:application-role:jira, read:avatar:jira, read:group:jira,
|
|
714
|
-
* read:issue-type:jira, read:project-category:jira, read:project:jira,
|
|
715
|
-
* read:user:jira
|
|
745
|
+
* @scopes-beta write:workflow-scheme:jira, read:workflow-scheme:jira, read:workflow:jira, read:application-role:jira, read:avatar:jira, read:group:jira, read:issue-type:jira, read:project-category:jira, read:project:jira, read:user:jira
|
|
716
746
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-schemes#api-rest-api-3-workflowscheme-id-workflow-put
|
|
747
|
+
* @param params
|
|
717
748
|
*/
|
|
718
749
|
updateWorkflowMapping: ({ id, workflowName, issueTypesWorkflowMapping, }: {
|
|
719
750
|
/** The ID of the workflow scheme. */
|
|
@@ -721,7 +752,8 @@ export declare class WorkflowSchemesService extends CommonHttpService {
|
|
|
721
752
|
/** The name of the workflow. */
|
|
722
753
|
workflowName: string;
|
|
723
754
|
/**
|
|
724
|
-
* @example
|
|
755
|
+
* @example
|
|
756
|
+
* {
|
|
725
757
|
* "issueTypes": [
|
|
726
758
|
* "10000"
|
|
727
759
|
* ],
|
|
@@ -743,7 +775,9 @@ export declare class WorkflowSchemesService extends CommonHttpService {
|
|
|
743
775
|
*
|
|
744
776
|
* @returns Returned if the request is successful.
|
|
745
777
|
*
|
|
746
|
-
* example:
|
|
778
|
+
* example:
|
|
779
|
+
* ```
|
|
780
|
+
* {
|
|
747
781
|
* "defaultWorkflow": "jira",
|
|
748
782
|
* "description": "The description of the example workflow scheme.",
|
|
749
783
|
* "draft": false,
|
|
@@ -755,13 +789,12 @@ export declare class WorkflowSchemesService extends CommonHttpService {
|
|
|
755
789
|
* "name": "Example workflow scheme",
|
|
756
790
|
* "self": "https://your-domain.atlassian.net/rest/api/3/workflowscheme/101010"
|
|
757
791
|
* }
|
|
758
|
-
*
|
|
792
|
+
* ```
|
|
793
|
+
* @path PUT `/rest/api/3/workflowscheme/{id}`
|
|
759
794
|
* @scopes-current manage:jira-configuration
|
|
760
|
-
* @scopes-beta read:workflow-scheme:jira, write:workflow-scheme:jira,
|
|
761
|
-
* read:application-role:jira, read:avatar:jira, read:group:jira,
|
|
762
|
-
* read:issue-type:jira, read:project-category:jira, read:project:jira,
|
|
763
|
-
* read:user:jira
|
|
795
|
+
* @scopes-beta read:workflow-scheme:jira, write:workflow-scheme:jira, read:application-role:jira, read:avatar:jira, read:group:jira, read:issue-type:jira, read:project-category:jira, read:project:jira, read:user:jira
|
|
764
796
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-schemes#api-rest-api-3-workflowscheme-id-put
|
|
797
|
+
* @param params
|
|
765
798
|
*/
|
|
766
799
|
updateWorkflowScheme: ({ id, workflowScheme, }: {
|
|
767
800
|
/**
|
|
@@ -771,7 +804,8 @@ export declare class WorkflowSchemesService extends CommonHttpService {
|
|
|
771
804
|
*/
|
|
772
805
|
id: number;
|
|
773
806
|
/**
|
|
774
|
-
* @example
|
|
807
|
+
* @example
|
|
808
|
+
* {
|
|
775
809
|
* "defaultWorkflow": "jira",
|
|
776
810
|
* "description": "The description of the example workflow scheme.",
|
|
777
811
|
* "issueTypeMappings": {
|
|
@@ -797,7 +831,9 @@ export declare class WorkflowSchemesService extends CommonHttpService {
|
|
|
797
831
|
*
|
|
798
832
|
* @returns Returned if the request is successful.
|
|
799
833
|
*
|
|
800
|
-
* example:
|
|
834
|
+
* example:
|
|
835
|
+
* ```
|
|
836
|
+
* {
|
|
801
837
|
* "statusMappingsByIssueTypes": [
|
|
802
838
|
* {
|
|
803
839
|
* "issueTypeId": "10000",
|
|
@@ -835,14 +871,17 @@ export declare class WorkflowSchemesService extends CommonHttpService {
|
|
|
835
871
|
* }
|
|
836
872
|
* ]
|
|
837
873
|
* }
|
|
838
|
-
*
|
|
874
|
+
* ```
|
|
875
|
+
* @path POST `/rest/api/3/workflowscheme/update/mappings`
|
|
839
876
|
* @scopes-current manage:jira-configuration
|
|
840
877
|
* @scopes-beta write:workflow-scheme:jira
|
|
841
878
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-schemes#api-rest-api-3-workflowscheme-update-mappings-post
|
|
879
|
+
* @param params
|
|
842
880
|
*/
|
|
843
881
|
updateWorkflowSchemeMappings: ({ workflowSchemeUpdateRequiredMappingsRequest, }: {
|
|
844
882
|
/**
|
|
845
|
-
* @example
|
|
883
|
+
* @example
|
|
884
|
+
* {
|
|
846
885
|
* "defaultWorkflowId": "10010",
|
|
847
886
|
* "id": "10001",
|
|
848
887
|
* "workflowsForIssueTypes": [
|