@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
|
@@ -48,7 +48,9 @@ class IssueCustomFieldOptionsService extends CommonHttpService_1.CommonHttpServi
|
|
|
48
48
|
*
|
|
49
49
|
* @returns Returned if the request is successful.
|
|
50
50
|
*
|
|
51
|
-
* example:
|
|
51
|
+
* example:
|
|
52
|
+
* ```
|
|
53
|
+
* {
|
|
52
54
|
* "options": [
|
|
53
55
|
* {
|
|
54
56
|
* "disabled": false,
|
|
@@ -68,10 +70,12 @@ class IssueCustomFieldOptionsService extends CommonHttpService_1.CommonHttpServi
|
|
|
68
70
|
* }
|
|
69
71
|
* ]
|
|
70
72
|
* }
|
|
71
|
-
*
|
|
73
|
+
* ```
|
|
74
|
+
* @path POST `/rest/api/3/field/{fieldId}/context/{contextId}/option`
|
|
72
75
|
* @scopes-current manage:jira-configuration
|
|
73
76
|
* @scopes-beta read:field.option:jira, write:field.option:jira
|
|
74
77
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-options#api-rest-api-3-field-fieldid-context-contextid-option-post
|
|
78
|
+
* @param params
|
|
75
79
|
*/
|
|
76
80
|
this.createCustomFieldOption = ({ fieldId, contextId, bulkCustomFieldOptionCreateRequest, }) => {
|
|
77
81
|
return this.getClientInstance()
|
|
@@ -110,10 +114,11 @@ class IssueCustomFieldOptionsService extends CommonHttpService_1.CommonHttpServi
|
|
|
110
114
|
* **[Permissions](#permissions) required:** *Administer Jira* [global
|
|
111
115
|
* permission](https://confluence.atlassian.com/x/x4dKLg).
|
|
112
116
|
*
|
|
113
|
-
* @path
|
|
117
|
+
* @path DELETE `/rest/api/3/field/{fieldId}/context/{contextId}/option/{optionId}`
|
|
114
118
|
* @scopes-current manage:jira-configuration
|
|
115
119
|
* @scopes-beta delete:field.option:jira
|
|
116
120
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-options#api-rest-api-3-field-fieldid-context-contextid-option-optionid-delete
|
|
121
|
+
* @param params
|
|
117
122
|
*/
|
|
118
123
|
this.deleteCustomFieldOption = ({ fieldId, contextId, optionId, }) => {
|
|
119
124
|
return this.getClientInstance()
|
|
@@ -150,15 +155,18 @@ class IssueCustomFieldOptionsService extends CommonHttpService_1.CommonHttpServi
|
|
|
150
155
|
*
|
|
151
156
|
* @returns Returned if the request is successful.
|
|
152
157
|
*
|
|
153
|
-
* example:
|
|
154
|
-
*
|
|
155
|
-
*
|
|
158
|
+
* example:
|
|
159
|
+
* ```
|
|
160
|
+
* {
|
|
161
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/customFieldOption/10000",
|
|
156
162
|
* "value": "To Do"
|
|
157
163
|
* }
|
|
158
|
-
*
|
|
164
|
+
* ```
|
|
165
|
+
* @path GET `/rest/api/3/customFieldOption/{id}`
|
|
159
166
|
* @scopes-current read:jira-work
|
|
160
167
|
* @scopes-beta read:field:jira, read:field.option:jira
|
|
161
168
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-options#api-rest-api-3-customfieldoption-id-get
|
|
169
|
+
* @param params
|
|
162
170
|
*/
|
|
163
171
|
this.getCustomFieldOption = ({ id, }) => {
|
|
164
172
|
return this.getClientInstance()
|
|
@@ -193,7 +201,9 @@ class IssueCustomFieldOptionsService extends CommonHttpService_1.CommonHttpServi
|
|
|
193
201
|
*
|
|
194
202
|
* @returns Returned if the request is successful.
|
|
195
203
|
*
|
|
196
|
-
* example:
|
|
204
|
+
* example:
|
|
205
|
+
* ```
|
|
206
|
+
* {
|
|
197
207
|
* "isLast": true,
|
|
198
208
|
* "maxResults": 100,
|
|
199
209
|
* "startAt": 0,
|
|
@@ -219,10 +229,12 @@ class IssueCustomFieldOptionsService extends CommonHttpService_1.CommonHttpServi
|
|
|
219
229
|
* }
|
|
220
230
|
* ]
|
|
221
231
|
* }
|
|
222
|
-
*
|
|
232
|
+
* ```
|
|
233
|
+
* @path GET `/rest/api/3/field/{fieldId}/context/{contextId}/option`
|
|
223
234
|
* @scopes-current manage:jira-configuration
|
|
224
235
|
* @scopes-beta read:field.option:jira
|
|
225
236
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-options#api-rest-api-3-field-fieldid-context-contextid-option-get
|
|
237
|
+
* @param params
|
|
226
238
|
*/
|
|
227
239
|
this.getOptionsForContext = ({ fieldId, contextId, optionId, onlyOptions, startAt, maxResults, }) => {
|
|
228
240
|
return this.getClientInstance()
|
|
@@ -261,10 +273,11 @@ class IssueCustomFieldOptionsService extends CommonHttpService_1.CommonHttpServi
|
|
|
261
273
|
* permission](https://confluence.atlassian.com/x/x4dKLg).
|
|
262
274
|
*
|
|
263
275
|
* @returns Returned if options are reordered.
|
|
264
|
-
* @path
|
|
276
|
+
* @path PUT `/rest/api/3/field/{fieldId}/context/{contextId}/option/move`
|
|
265
277
|
* @scopes-current manage:jira-configuration
|
|
266
278
|
* @scopes-beta write:field.option:jira
|
|
267
279
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-options#api-rest-api-3-field-fieldid-context-contextid-option-move-put
|
|
280
|
+
* @param params
|
|
268
281
|
*/
|
|
269
282
|
this.reorderCustomFieldOptions = ({ fieldId, contextId, orderOfCustomFieldOptions, }) => {
|
|
270
283
|
return this.getClientInstance()
|
|
@@ -300,10 +313,11 @@ class IssueCustomFieldOptionsService extends CommonHttpService_1.CommonHttpServi
|
|
|
300
313
|
* **[Permissions](#permissions) required:** *Administer Jira* [global
|
|
301
314
|
* permission](https://confluence.atlassian.com/x/x4dKLg).
|
|
302
315
|
*
|
|
303
|
-
* @path
|
|
316
|
+
* @path DELETE `/rest/api/3/field/{fieldId}/context/{contextId}/option/{optionId}/issue`
|
|
304
317
|
* @scopes-current manage:jira-configuration
|
|
305
318
|
* @scopes-beta read:field.option:jira, write:field.option:jira
|
|
306
319
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-options#api-rest-api-3-field-fieldid-context-contextid-option-optionid-issue-delete
|
|
320
|
+
* @param params
|
|
307
321
|
*/
|
|
308
322
|
this.replaceCustomFieldOption = ({ fieldId, optionId, contextId, replaceWith, jql, }) => {
|
|
309
323
|
return this.getClientInstance()
|
|
@@ -339,7 +353,9 @@ class IssueCustomFieldOptionsService extends CommonHttpService_1.CommonHttpServi
|
|
|
339
353
|
*
|
|
340
354
|
* @returns Returned if the request is successful.
|
|
341
355
|
*
|
|
342
|
-
* example:
|
|
356
|
+
* example:
|
|
357
|
+
* ```
|
|
358
|
+
* {
|
|
343
359
|
* "options": [
|
|
344
360
|
* {
|
|
345
361
|
* "disabled": false,
|
|
@@ -358,10 +374,12 @@ class IssueCustomFieldOptionsService extends CommonHttpService_1.CommonHttpServi
|
|
|
358
374
|
* }
|
|
359
375
|
* ]
|
|
360
376
|
* }
|
|
361
|
-
*
|
|
377
|
+
* ```
|
|
378
|
+
* @path PUT `/rest/api/3/field/{fieldId}/context/{contextId}/option`
|
|
362
379
|
* @scopes-current manage:jira-configuration
|
|
363
380
|
* @scopes-beta read:field.option:jira, write:field.option:jira
|
|
364
381
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-options#api-rest-api-3-field-fieldid-context-contextid-option-put
|
|
382
|
+
* @param params
|
|
365
383
|
*/
|
|
366
384
|
this.updateCustomFieldOption = ({ fieldId, contextId, bulkCustomFieldOptionUpdateRequest, }) => {
|
|
367
385
|
return this.getClientInstance()
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IssueCustomFieldOptionsService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/IssueCustomFieldOptionsService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAwB;AAExB,6DAA6D;AAC7D,iEAA8D;AAC9D,+EAS2C;AAC3C,wEAAqE;AACrE;;;;;;;;;;;;;;;;;GAiBG;AACH,MAAa,8BAA+B,SAAQ,qCAAiB;IAArE;;QACE
|
|
1
|
+
{"version":3,"file":"IssueCustomFieldOptionsService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/IssueCustomFieldOptionsService.ts"],"names":[],"mappings":"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"}
|
|
@@ -21,10 +21,11 @@ export declare class IssueCustomFieldValuesAppsService extends CommonHttpService
|
|
|
21
21
|
* field or custom field type can update its values with this operation.
|
|
22
22
|
*
|
|
23
23
|
* @returns Returned if the request is successful.
|
|
24
|
-
* @path
|
|
24
|
+
* @path PUT `/rest/api/3/app/field/{fieldIdOrKey}/value`
|
|
25
25
|
* @scopes-current
|
|
26
26
|
* @scopes-beta
|
|
27
27
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-values-apps-#api-rest-api-3-app-field-fieldidorkey-value-put
|
|
28
|
+
* @param params
|
|
28
29
|
*/
|
|
29
30
|
updateCustomFieldValue: ({ fieldIdOrKey, generateChangelog, customFieldValueUpdateDetails, }: {
|
|
30
31
|
/** The ID or key of the custom field. For example, `customfield_10010`. */
|
|
@@ -32,7 +33,8 @@ export declare class IssueCustomFieldValuesAppsService extends CommonHttpService
|
|
|
32
33
|
/** Whether to generate a changelog for this update. */
|
|
33
34
|
generateChangelog?: boolean | undefined;
|
|
34
35
|
/**
|
|
35
|
-
* @example
|
|
36
|
+
* @example
|
|
37
|
+
* {
|
|
36
38
|
* "updates": [
|
|
37
39
|
* {
|
|
38
40
|
* "issueIds": [
|
|
@@ -59,16 +61,18 @@ export declare class IssueCustomFieldValuesAppsService extends CommonHttpService
|
|
|
59
61
|
* field or custom field type can update its values with this operation.
|
|
60
62
|
*
|
|
61
63
|
* @returns Returned if the request is successful.
|
|
62
|
-
* @path
|
|
64
|
+
* @path POST `/rest/api/3/app/field/value`
|
|
63
65
|
* @scopes-current
|
|
64
66
|
* @scopes-beta
|
|
65
67
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-values-apps-#api-rest-api-3-app-field-value-post
|
|
68
|
+
* @param params
|
|
66
69
|
*/
|
|
67
70
|
updateMultipleCustomFieldValues: ({ generateChangelog, multipleCustomFieldValuesUpdateDetails, }: {
|
|
68
71
|
/** Whether to generate a changelog for this update. */
|
|
69
72
|
generateChangelog?: boolean | undefined;
|
|
70
73
|
/**
|
|
71
|
-
* @example
|
|
74
|
+
* @example
|
|
75
|
+
* {
|
|
72
76
|
* "updates": [
|
|
73
77
|
* {
|
|
74
78
|
* "customField": "customfield_10010",
|
|
@@ -31,10 +31,11 @@ class IssueCustomFieldValuesAppsService extends CommonHttpService_1.CommonHttpSe
|
|
|
31
31
|
* field or custom field type can update its values with this operation.
|
|
32
32
|
*
|
|
33
33
|
* @returns Returned if the request is successful.
|
|
34
|
-
* @path
|
|
34
|
+
* @path PUT `/rest/api/3/app/field/{fieldIdOrKey}/value`
|
|
35
35
|
* @scopes-current
|
|
36
36
|
* @scopes-beta
|
|
37
37
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-values-apps-#api-rest-api-3-app-field-fieldidorkey-value-put
|
|
38
|
+
* @param params
|
|
38
39
|
*/
|
|
39
40
|
this.updateCustomFieldValue = ({ fieldIdOrKey, generateChangelog, customFieldValueUpdateDetails, }) => {
|
|
40
41
|
return this.getClientInstance()
|
|
@@ -75,10 +76,11 @@ class IssueCustomFieldValuesAppsService extends CommonHttpService_1.CommonHttpSe
|
|
|
75
76
|
* field or custom field type can update its values with this operation.
|
|
76
77
|
*
|
|
77
78
|
* @returns Returned if the request is successful.
|
|
78
|
-
* @path
|
|
79
|
+
* @path POST `/rest/api/3/app/field/value`
|
|
79
80
|
* @scopes-current
|
|
80
81
|
* @scopes-beta
|
|
81
82
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-values-apps-#api-rest-api-3-app-field-value-post
|
|
83
|
+
* @param params
|
|
82
84
|
*/
|
|
83
85
|
this.updateMultipleCustomFieldValues = ({ generateChangelog, multipleCustomFieldValuesUpdateDetails, }) => {
|
|
84
86
|
return this.getClientInstance()
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IssueCustomFieldValuesAppsService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/IssueCustomFieldValuesAppsService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAwB;AAExB,6DAA6D;AAC7D,iEAA8D;AAK9D,wEAAqE;AACrE;;;;;;GAMG;AACH,MAAa,iCAAkC,SAAQ,qCAAiB;IAAxE;;QACE
|
|
1
|
+
{"version":3,"file":"IssueCustomFieldValuesAppsService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/IssueCustomFieldValuesAppsService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAwB;AAExB,6DAA6D;AAC7D,iEAA8D;AAK9D,wEAAqE;AACrE;;;;;;GAMG;AACH,MAAa,iCAAkC,SAAQ,qCAAiB;IAAxE;;QACE;;;;;;;;;;;;;;;;;;WAkBG;QACH,2BAAsB,GAAG,CAAC,EACxB,YAAY,EACZ,iBAAiB,EACjB,6BAA6B,GAoB9B,EAAiB,EAAE;YAClB,OAAO,IAAI,CAAC,iBAAiB,EAAE;iBAC5B,OAAO,CAAC;gBACP,IAAI,EAAE,4CAA4C;gBAClD,MAAM,EAAE,KAAK;gBACb,UAAU,EAAE;oBACV,YAAY;iBACb;gBACD,KAAK,EAAE;oBACL,iBAAiB;iBAClB;gBACD,OAAO,EAAE;oBACP,cAAc,EAAE,kBAAkB;iBACnC;gBACD,IAAI,EAAE,6BAA6B;aACpC,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,mEAAmE,CACpE,CACF;iBACA,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC;QACpC,CAAC,CAAC;QACF;;;;;;;;;;;;;;;;;;;WAmBG;QACH,oCAA+B,GAAG,CAAC,EACjC,iBAAiB,EACjB,sCAAsC,GA2BvC,EAAiB,EAAE;YAClB,OAAO,IAAI,CAAC,iBAAiB,EAAE;iBAC5B,OAAO,CAAC;gBACP,IAAI,EAAE,6BAA6B;gBACnC,MAAM,EAAE,MAAM;gBACd,KAAK,EAAE;oBACL,iBAAiB;iBAClB;gBACD,OAAO,EAAE;oBACP,cAAc,EAAE,kBAAkB;iBACnC;gBACD,IAAI,EAAE,sCAAsC;aAC7C,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,4EAA4E,CAC7E,CACF;iBACA,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC;QACpC,CAAC,CAAC;IA2BJ,CAAC;IA1BW,MAAM,CAAC,UAAU;QACzB,iDAAuB,CAAC,kBAAkB,CACxC,mEAAmE,EACnE,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,mEAAmE,CACpE,CACJ,CAAC;QACF,iDAAuB,CAAC,kBAAkB,CACxC,4EAA4E,EAC5E,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,4EAA4E,CAC7E,CACJ,CAAC;IACJ,CAAC;CACF;AA7LD,8EA6LC"}
|
|
@@ -18,14 +18,16 @@ export declare class IssueFieldConfigurationsService extends CommonHttpService {
|
|
|
18
18
|
* permission](https://confluence.atlassian.com/x/x4dKLg).
|
|
19
19
|
*
|
|
20
20
|
* @returns Returned if the request is successful.
|
|
21
|
-
* @path
|
|
21
|
+
* @path PUT `/rest/api/3/fieldconfigurationscheme/project`
|
|
22
22
|
* @scopes-current manage:jira-configuration
|
|
23
23
|
* @scopes-beta write:field-configuration-scheme:jira
|
|
24
24
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-field-configurations#api-rest-api-3-fieldconfigurationscheme-project-put
|
|
25
|
+
* @param params
|
|
25
26
|
*/
|
|
26
27
|
assignFieldConfigurationSchemeToProject: ({ fieldConfigurationSchemeProjectAssociation, }: {
|
|
27
28
|
/**
|
|
28
|
-
* @example
|
|
29
|
+
* @example
|
|
30
|
+
* {
|
|
29
31
|
* "fieldConfigurationSchemeId": "10000",
|
|
30
32
|
* "projectId": "10000"
|
|
31
33
|
* }
|
|
@@ -45,19 +47,24 @@ export declare class IssueFieldConfigurationsService extends CommonHttpService {
|
|
|
45
47
|
*
|
|
46
48
|
* @returns Returned if the request is successful.
|
|
47
49
|
*
|
|
48
|
-
* example:
|
|
50
|
+
* example:
|
|
51
|
+
* ```
|
|
52
|
+
* {
|
|
49
53
|
* "description": "My field configuration description",
|
|
50
54
|
* "id": 10001,
|
|
51
55
|
* "name": "My Field Configuration"
|
|
52
56
|
* }
|
|
53
|
-
*
|
|
57
|
+
* ```
|
|
58
|
+
* @path POST `/rest/api/3/fieldconfiguration`
|
|
54
59
|
* @scopes-current manage:jira-configuration
|
|
55
60
|
* @scopes-beta read:field-configuration:jira, write:field-configuration:jira
|
|
56
61
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-field-configurations#api-rest-api-3-fieldconfiguration-post
|
|
62
|
+
* @param params
|
|
57
63
|
*/
|
|
58
64
|
createFieldConfiguration: ({ fieldConfigurationDetails, }: {
|
|
59
65
|
/**
|
|
60
|
-
* @example
|
|
66
|
+
* @example
|
|
67
|
+
* {
|
|
61
68
|
* "description": "My field configuration description",
|
|
62
69
|
* "name": "My Field Configuration"
|
|
63
70
|
* }
|
|
@@ -75,21 +82,26 @@ export declare class IssueFieldConfigurationsService extends CommonHttpService {
|
|
|
75
82
|
*
|
|
76
83
|
* @returns Returned if the request is successful.
|
|
77
84
|
*
|
|
78
|
-
* example:
|
|
85
|
+
* example:
|
|
86
|
+
* ```
|
|
87
|
+
* {
|
|
79
88
|
* "id": "10002",
|
|
80
89
|
* "name": "Field Configuration Scheme for software related projects",
|
|
81
90
|
* "description": "We can use this one for software projects."
|
|
82
91
|
* }
|
|
83
|
-
*
|
|
92
|
+
* ```
|
|
93
|
+
* @path POST `/rest/api/3/fieldconfigurationscheme`
|
|
84
94
|
* @scopes-current manage:jira-configuration
|
|
85
95
|
* @scopes-beta write:field-configuration-scheme:jira, read:field-configuration-scheme:jira
|
|
86
96
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-field-configurations#api-rest-api-3-fieldconfigurationscheme-post
|
|
97
|
+
* @param params
|
|
87
98
|
*/
|
|
88
99
|
createFieldConfigurationScheme: ({ updateFieldConfigurationSchemeDetails, }: {
|
|
89
100
|
/**
|
|
90
101
|
* The details of the field configuration scheme.
|
|
91
102
|
*
|
|
92
|
-
* @example
|
|
103
|
+
* @example
|
|
104
|
+
* {
|
|
93
105
|
* "description": "We can use this one for software projects.",
|
|
94
106
|
* "name": "Field Configuration Scheme for software related projects"
|
|
95
107
|
* }
|
|
@@ -106,10 +118,11 @@ export declare class IssueFieldConfigurationsService extends CommonHttpService {
|
|
|
106
118
|
* permission](https://confluence.atlassian.com/x/x4dKLg).
|
|
107
119
|
*
|
|
108
120
|
* @returns Returned if the request is successful.
|
|
109
|
-
* @path
|
|
121
|
+
* @path DELETE `/rest/api/3/fieldconfiguration/{id}`
|
|
110
122
|
* @scopes-current manage:jira-configuration
|
|
111
123
|
* @scopes-beta delete:field-configuration:jira
|
|
112
124
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-field-configurations#api-rest-api-3-fieldconfiguration-id-delete
|
|
125
|
+
* @param params
|
|
113
126
|
*/
|
|
114
127
|
deleteFieldConfiguration: ({ id, }: {
|
|
115
128
|
/** The ID of the field configuration. */
|
|
@@ -125,10 +138,11 @@ export declare class IssueFieldConfigurationsService extends CommonHttpService {
|
|
|
125
138
|
* permission](https://confluence.atlassian.com/x/x4dKLg).
|
|
126
139
|
*
|
|
127
140
|
* @returns Returned if the request is successful.
|
|
128
|
-
* @path
|
|
141
|
+
* @path DELETE `/rest/api/3/fieldconfigurationscheme/{id}`
|
|
129
142
|
* @scopes-current manage:jira-configuration
|
|
130
143
|
* @scopes-beta delete:field-configuration-scheme:jira
|
|
131
144
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-field-configurations#api-rest-api-3-fieldconfigurationscheme-id-delete
|
|
145
|
+
* @param params
|
|
132
146
|
*/
|
|
133
147
|
deleteFieldConfigurationScheme: ({ id, }: {
|
|
134
148
|
/** The ID of the field configuration scheme. */
|
|
@@ -151,7 +165,9 @@ export declare class IssueFieldConfigurationsService extends CommonHttpService {
|
|
|
151
165
|
*
|
|
152
166
|
* @returns Returned if the request is successful.
|
|
153
167
|
*
|
|
154
|
-
* example:
|
|
168
|
+
* example:
|
|
169
|
+
* ```
|
|
170
|
+
* {
|
|
155
171
|
* "isLast": true,
|
|
156
172
|
* "maxResults": 50,
|
|
157
173
|
* "startAt": 0,
|
|
@@ -170,10 +186,12 @@ export declare class IssueFieldConfigurationsService extends CommonHttpService {
|
|
|
170
186
|
* }
|
|
171
187
|
* ]
|
|
172
188
|
* }
|
|
173
|
-
*
|
|
189
|
+
* ```
|
|
190
|
+
* @path GET `/rest/api/3/fieldconfiguration`
|
|
174
191
|
* @scopes-current manage:jira-configuration
|
|
175
192
|
* @scopes-beta read:field-configuration:jira
|
|
176
193
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-field-configurations#api-rest-api-3-fieldconfiguration-get
|
|
194
|
+
* @param params
|
|
177
195
|
*/
|
|
178
196
|
getAllFieldConfigurations: ({ startAt, maxResults, id, isDefault, query, }?: {
|
|
179
197
|
/** The index of the first item to return in a page of results (page offset). */
|
|
@@ -203,7 +221,9 @@ export declare class IssueFieldConfigurationsService extends CommonHttpService {
|
|
|
203
221
|
*
|
|
204
222
|
* @returns Returned if the request is successful.
|
|
205
223
|
*
|
|
206
|
-
* example:
|
|
224
|
+
* example:
|
|
225
|
+
* ```
|
|
226
|
+
* {
|
|
207
227
|
* "isLast": true,
|
|
208
228
|
* "maxResults": 10,
|
|
209
229
|
* "startAt": 0,
|
|
@@ -226,10 +246,12 @@ export declare class IssueFieldConfigurationsService extends CommonHttpService {
|
|
|
226
246
|
* }
|
|
227
247
|
* ]
|
|
228
248
|
* }
|
|
229
|
-
*
|
|
249
|
+
* ```
|
|
250
|
+
* @path GET `/rest/api/3/fieldconfigurationscheme`
|
|
230
251
|
* @scopes-current manage:jira-configuration
|
|
231
252
|
* @scopes-beta read:field-configuration-scheme:jira
|
|
232
253
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-field-configurations#api-rest-api-3-fieldconfigurationscheme-get
|
|
254
|
+
* @param params
|
|
233
255
|
*/
|
|
234
256
|
getAllFieldConfigurationSchemes: ({ startAt, maxResults, id, }?: {
|
|
235
257
|
/** The index of the first item to return in a page of results (page offset). */
|
|
@@ -253,15 +275,16 @@ export declare class IssueFieldConfigurationsService extends CommonHttpService {
|
|
|
253
275
|
*
|
|
254
276
|
* @returns Returned if the request is successful.
|
|
255
277
|
*
|
|
256
|
-
* example:
|
|
278
|
+
* example:
|
|
279
|
+
* ```
|
|
280
|
+
* {
|
|
257
281
|
* "isLast": true,
|
|
258
282
|
* "maxResults": 50,
|
|
259
283
|
* "startAt": 0,
|
|
260
284
|
* "total": 2,
|
|
261
285
|
* "values": [
|
|
262
286
|
* {
|
|
263
|
-
* "description": "For example operating system, software platform and/or
|
|
264
|
-
* hardware specifications (include as appropriate for the issue).",
|
|
287
|
+
* "description": "For example operating system, software platform and/or hardware specifications (include as appropriate for the issue).",
|
|
265
288
|
* "id": "environment",
|
|
266
289
|
* "isHidden": false,
|
|
267
290
|
* "isRequired": false
|
|
@@ -273,10 +296,12 @@ export declare class IssueFieldConfigurationsService extends CommonHttpService {
|
|
|
273
296
|
* }
|
|
274
297
|
* ]
|
|
275
298
|
* }
|
|
276
|
-
*
|
|
299
|
+
* ```
|
|
300
|
+
* @path GET `/rest/api/3/fieldconfiguration/{id}/fields`
|
|
277
301
|
* @scopes-current manage:jira-configuration
|
|
278
302
|
* @scopes-beta read:field-configuration:jira
|
|
279
303
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-field-configurations#api-rest-api-3-fieldconfiguration-id-fields-get
|
|
304
|
+
* @param params
|
|
280
305
|
*/
|
|
281
306
|
getFieldConfigurationItems: ({ id, startAt, maxResults, }: {
|
|
282
307
|
/** The ID of the field configuration. */
|
|
@@ -296,7 +321,9 @@ export declare class IssueFieldConfigurationsService extends CommonHttpService {
|
|
|
296
321
|
*
|
|
297
322
|
* @returns Returned if the request is successful.
|
|
298
323
|
*
|
|
299
|
-
* example:
|
|
324
|
+
* example:
|
|
325
|
+
* ```
|
|
326
|
+
* {
|
|
300
327
|
* "isLast": true,
|
|
301
328
|
* "maxResults": 100,
|
|
302
329
|
* "startAt": 0,
|
|
@@ -329,10 +356,12 @@ export declare class IssueFieldConfigurationsService extends CommonHttpService {
|
|
|
329
356
|
* }
|
|
330
357
|
* ]
|
|
331
358
|
* }
|
|
332
|
-
*
|
|
359
|
+
* ```
|
|
360
|
+
* @path GET `/rest/api/3/fieldconfigurationscheme/mapping`
|
|
333
361
|
* @scopes-current manage:jira-configuration
|
|
334
362
|
* @scopes-beta read:field-configuration-scheme:jira
|
|
335
363
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-field-configurations#api-rest-api-3-fieldconfigurationscheme-mapping-get
|
|
364
|
+
* @param params
|
|
336
365
|
*/
|
|
337
366
|
getFieldConfigurationSchemeMappings: ({ startAt, maxResults, fieldConfigurationSchemeId, }?: {
|
|
338
367
|
/** The index of the first item to return in a page of results (page offset). */
|
|
@@ -360,7 +389,9 @@ export declare class IssueFieldConfigurationsService extends CommonHttpService {
|
|
|
360
389
|
*
|
|
361
390
|
* @returns Returned if the request is successful.
|
|
362
391
|
*
|
|
363
|
-
* example:
|
|
392
|
+
* example:
|
|
393
|
+
* ```
|
|
394
|
+
* {
|
|
364
395
|
* "isLast": true,
|
|
365
396
|
* "maxResults": 50,
|
|
366
397
|
* "startAt": 0,
|
|
@@ -386,10 +417,12 @@ export declare class IssueFieldConfigurationsService extends CommonHttpService {
|
|
|
386
417
|
* }
|
|
387
418
|
* ]
|
|
388
419
|
* }
|
|
389
|
-
*
|
|
420
|
+
* ```
|
|
421
|
+
* @path GET `/rest/api/3/fieldconfigurationscheme/project`
|
|
390
422
|
* @scopes-current manage:jira-configuration
|
|
391
423
|
* @scopes-beta read:field-configuration-scheme:jira
|
|
392
424
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-field-configurations#api-rest-api-3-fieldconfigurationscheme-project-get
|
|
425
|
+
* @param params
|
|
393
426
|
*/
|
|
394
427
|
getFieldConfigurationSchemeProjectMapping: ({ startAt, maxResults, projectId, }: {
|
|
395
428
|
/** The index of the first item to return in a page of results (page offset). */
|
|
@@ -412,10 +445,11 @@ export declare class IssueFieldConfigurationsService extends CommonHttpService {
|
|
|
412
445
|
* permission](https://confluence.atlassian.com/x/x4dKLg).
|
|
413
446
|
*
|
|
414
447
|
* @returns Returned if the request is successful.
|
|
415
|
-
* @path
|
|
448
|
+
* @path POST `/rest/api/3/fieldconfigurationscheme/{id}/mapping/delete`
|
|
416
449
|
* @scopes-current manage:jira-configuration
|
|
417
450
|
* @scopes-beta write:field-configuration-scheme:jira
|
|
418
451
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-field-configurations#api-rest-api-3-fieldconfigurationscheme-id-mapping-delete-post
|
|
452
|
+
* @param params
|
|
419
453
|
*/
|
|
420
454
|
removeIssueTypesFromGlobalFieldConfigurationScheme: ({ id, issueTypeIdsToRemove, }: {
|
|
421
455
|
/** The ID of the field configuration scheme. */
|
|
@@ -423,7 +457,8 @@ export declare class IssueFieldConfigurationsService extends CommonHttpService {
|
|
|
423
457
|
/**
|
|
424
458
|
* The issue type IDs to remove.
|
|
425
459
|
*
|
|
426
|
-
* @example
|
|
460
|
+
* @example
|
|
461
|
+
* {
|
|
427
462
|
* "issueTypeIds": [
|
|
428
463
|
* "10000",
|
|
429
464
|
* "10001",
|
|
@@ -443,16 +478,18 @@ export declare class IssueFieldConfigurationsService extends CommonHttpService {
|
|
|
443
478
|
* permission](https://confluence.atlassian.com/x/x4dKLg).
|
|
444
479
|
*
|
|
445
480
|
* @returns Returned if the request is successful.
|
|
446
|
-
* @path
|
|
481
|
+
* @path PUT `/rest/api/3/fieldconfigurationscheme/{id}/mapping`
|
|
447
482
|
* @scopes-current manage:jira-configuration
|
|
448
483
|
* @scopes-beta write:field-configuration-scheme:jira, read:field-configuration-scheme:jira
|
|
449
484
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-field-configurations#api-rest-api-3-fieldconfigurationscheme-id-mapping-put
|
|
485
|
+
* @param params
|
|
450
486
|
*/
|
|
451
487
|
setFieldConfigurationSchemeMapping: ({ id, associateFieldConfigurationsWithIssueTypesRequest, }: {
|
|
452
488
|
/** The ID of the field configuration scheme. */
|
|
453
489
|
id: number;
|
|
454
490
|
/**
|
|
455
|
-
* @example
|
|
491
|
+
* @example
|
|
492
|
+
* {
|
|
456
493
|
* "mappings": [
|
|
457
494
|
* {
|
|
458
495
|
* "fieldConfigurationId": "10000",
|
|
@@ -482,16 +519,18 @@ export declare class IssueFieldConfigurationsService extends CommonHttpService {
|
|
|
482
519
|
* permission](https://confluence.atlassian.com/x/x4dKLg).
|
|
483
520
|
*
|
|
484
521
|
* @returns Returned if the request is successful.
|
|
485
|
-
* @path
|
|
522
|
+
* @path PUT `/rest/api/3/fieldconfiguration/{id}`
|
|
486
523
|
* @scopes-current manage:jira-configuration
|
|
487
524
|
* @scopes-beta write:field-configuration:jira
|
|
488
525
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-field-configurations#api-rest-api-3-fieldconfiguration-id-put
|
|
526
|
+
* @param params
|
|
489
527
|
*/
|
|
490
528
|
updateFieldConfiguration: ({ id, fieldConfigurationDetails, }: {
|
|
491
529
|
/** The ID of the field configuration. */
|
|
492
530
|
id: number;
|
|
493
531
|
/**
|
|
494
|
-
* @example
|
|
532
|
+
* @example
|
|
533
|
+
* {
|
|
495
534
|
* "description": "A brand new description",
|
|
496
535
|
* "name": "My Modified Field Configuration"
|
|
497
536
|
* }
|
|
@@ -514,16 +553,18 @@ export declare class IssueFieldConfigurationsService extends CommonHttpService {
|
|
|
514
553
|
* permission](https://confluence.atlassian.com/x/x4dKLg).
|
|
515
554
|
*
|
|
516
555
|
* @returns Returned if the request is successful.
|
|
517
|
-
* @path
|
|
556
|
+
* @path PUT `/rest/api/3/fieldconfiguration/{id}/fields`
|
|
518
557
|
* @scopes-current manage:jira-configuration
|
|
519
558
|
* @scopes-beta write:field-configuration:jira
|
|
520
559
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-field-configurations#api-rest-api-3-fieldconfiguration-id-fields-put
|
|
560
|
+
* @param params
|
|
521
561
|
*/
|
|
522
562
|
updateFieldConfigurationItems: ({ id, fieldConfigurationItemsDetails, }: {
|
|
523
563
|
/** The ID of the field configuration. */
|
|
524
564
|
id: number;
|
|
525
565
|
/**
|
|
526
|
-
* @example
|
|
566
|
+
* @example
|
|
567
|
+
* {
|
|
527
568
|
* "fieldConfigurationItems": [
|
|
528
569
|
* {
|
|
529
570
|
* "description": "The new description of this item.",
|
|
@@ -556,10 +597,11 @@ export declare class IssueFieldConfigurationsService extends CommonHttpService {
|
|
|
556
597
|
* permission](https://confluence.atlassian.com/x/x4dKLg).
|
|
557
598
|
*
|
|
558
599
|
* @returns Returned if the request is successful.
|
|
559
|
-
* @path
|
|
600
|
+
* @path PUT `/rest/api/3/fieldconfigurationscheme/{id}`
|
|
560
601
|
* @scopes-current manage:jira-configuration
|
|
561
602
|
* @scopes-beta write:field-configuration-scheme:jira
|
|
562
603
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-field-configurations#api-rest-api-3-fieldconfigurationscheme-id-put
|
|
604
|
+
* @param params
|
|
563
605
|
*/
|
|
564
606
|
updateFieldConfigurationScheme: ({ id, updateFieldConfigurationSchemeDetails, }: {
|
|
565
607
|
/** The ID of the field configuration scheme. */
|
|
@@ -567,7 +609,8 @@ export declare class IssueFieldConfigurationsService extends CommonHttpService {
|
|
|
567
609
|
/**
|
|
568
610
|
* The details of the field configuration scheme.
|
|
569
611
|
*
|
|
570
|
-
* @example
|
|
612
|
+
* @example
|
|
613
|
+
* {
|
|
571
614
|
* "description": "We can use this one for software projects.",
|
|
572
615
|
* "name": "Field Configuration Scheme for software related projects"
|
|
573
616
|
* }
|