@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
|
@@ -29,10 +29,11 @@ class IssueFieldConfigurationsService extends CommonHttpService_1.CommonHttpServ
|
|
|
29
29
|
* permission](https://confluence.atlassian.com/x/x4dKLg).
|
|
30
30
|
*
|
|
31
31
|
* @returns Returned if the request is successful.
|
|
32
|
-
* @path
|
|
32
|
+
* @path PUT `/rest/api/3/fieldconfigurationscheme/project`
|
|
33
33
|
* @scopes-current manage:jira-configuration
|
|
34
34
|
* @scopes-beta write:field-configuration-scheme:jira
|
|
35
35
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-field-configurations#api-rest-api-3-fieldconfigurationscheme-project-put
|
|
36
|
+
* @param params
|
|
36
37
|
*/
|
|
37
38
|
this.assignFieldConfigurationSchemeToProject = ({ fieldConfigurationSchemeProjectAssociation, }) => {
|
|
38
39
|
return this.getClientInstance()
|
|
@@ -66,15 +67,19 @@ class IssueFieldConfigurationsService extends CommonHttpService_1.CommonHttpServ
|
|
|
66
67
|
*
|
|
67
68
|
* @returns Returned if the request is successful.
|
|
68
69
|
*
|
|
69
|
-
* example:
|
|
70
|
+
* example:
|
|
71
|
+
* ```
|
|
72
|
+
* {
|
|
70
73
|
* "description": "My field configuration description",
|
|
71
74
|
* "id": 10001,
|
|
72
75
|
* "name": "My Field Configuration"
|
|
73
76
|
* }
|
|
74
|
-
*
|
|
77
|
+
* ```
|
|
78
|
+
* @path POST `/rest/api/3/fieldconfiguration`
|
|
75
79
|
* @scopes-current manage:jira-configuration
|
|
76
80
|
* @scopes-beta read:field-configuration:jira, write:field-configuration:jira
|
|
77
81
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-field-configurations#api-rest-api-3-fieldconfiguration-post
|
|
82
|
+
* @param params
|
|
78
83
|
*/
|
|
79
84
|
this.createFieldConfiguration = ({ fieldConfigurationDetails, }) => {
|
|
80
85
|
return this.getClientInstance()
|
|
@@ -106,15 +111,19 @@ class IssueFieldConfigurationsService extends CommonHttpService_1.CommonHttpServ
|
|
|
106
111
|
*
|
|
107
112
|
* @returns Returned if the request is successful.
|
|
108
113
|
*
|
|
109
|
-
* example:
|
|
114
|
+
* example:
|
|
115
|
+
* ```
|
|
116
|
+
* {
|
|
110
117
|
* "id": "10002",
|
|
111
118
|
* "name": "Field Configuration Scheme for software related projects",
|
|
112
119
|
* "description": "We can use this one for software projects."
|
|
113
120
|
* }
|
|
114
|
-
*
|
|
121
|
+
* ```
|
|
122
|
+
* @path POST `/rest/api/3/fieldconfigurationscheme`
|
|
115
123
|
* @scopes-current manage:jira-configuration
|
|
116
124
|
* @scopes-beta write:field-configuration-scheme:jira, read:field-configuration-scheme:jira
|
|
117
125
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-field-configurations#api-rest-api-3-fieldconfigurationscheme-post
|
|
126
|
+
* @param params
|
|
118
127
|
*/
|
|
119
128
|
this.createFieldConfigurationScheme = ({ updateFieldConfigurationSchemeDetails, }) => {
|
|
120
129
|
return this.getClientInstance()
|
|
@@ -145,10 +154,11 @@ class IssueFieldConfigurationsService extends CommonHttpService_1.CommonHttpServ
|
|
|
145
154
|
* permission](https://confluence.atlassian.com/x/x4dKLg).
|
|
146
155
|
*
|
|
147
156
|
* @returns Returned if the request is successful.
|
|
148
|
-
* @path
|
|
157
|
+
* @path DELETE `/rest/api/3/fieldconfiguration/{id}`
|
|
149
158
|
* @scopes-current manage:jira-configuration
|
|
150
159
|
* @scopes-beta delete:field-configuration:jira
|
|
151
160
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-field-configurations#api-rest-api-3-fieldconfiguration-id-delete
|
|
161
|
+
* @param params
|
|
152
162
|
*/
|
|
153
163
|
this.deleteFieldConfiguration = ({ id, }) => {
|
|
154
164
|
return this.getClientInstance()
|
|
@@ -178,10 +188,11 @@ class IssueFieldConfigurationsService extends CommonHttpService_1.CommonHttpServ
|
|
|
178
188
|
* permission](https://confluence.atlassian.com/x/x4dKLg).
|
|
179
189
|
*
|
|
180
190
|
* @returns Returned if the request is successful.
|
|
181
|
-
* @path
|
|
191
|
+
* @path DELETE `/rest/api/3/fieldconfigurationscheme/{id}`
|
|
182
192
|
* @scopes-current manage:jira-configuration
|
|
183
193
|
* @scopes-beta delete:field-configuration-scheme:jira
|
|
184
194
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-field-configurations#api-rest-api-3-fieldconfigurationscheme-id-delete
|
|
195
|
+
* @param params
|
|
185
196
|
*/
|
|
186
197
|
this.deleteFieldConfigurationScheme = ({ id, }) => {
|
|
187
198
|
return this.getClientInstance()
|
|
@@ -218,7 +229,9 @@ class IssueFieldConfigurationsService extends CommonHttpService_1.CommonHttpServ
|
|
|
218
229
|
*
|
|
219
230
|
* @returns Returned if the request is successful.
|
|
220
231
|
*
|
|
221
|
-
* example:
|
|
232
|
+
* example:
|
|
233
|
+
* ```
|
|
234
|
+
* {
|
|
222
235
|
* "isLast": true,
|
|
223
236
|
* "maxResults": 50,
|
|
224
237
|
* "startAt": 0,
|
|
@@ -237,10 +250,12 @@ class IssueFieldConfigurationsService extends CommonHttpService_1.CommonHttpServ
|
|
|
237
250
|
* }
|
|
238
251
|
* ]
|
|
239
252
|
* }
|
|
240
|
-
*
|
|
253
|
+
* ```
|
|
254
|
+
* @path GET `/rest/api/3/fieldconfiguration`
|
|
241
255
|
* @scopes-current manage:jira-configuration
|
|
242
256
|
* @scopes-beta read:field-configuration:jira
|
|
243
257
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-field-configurations#api-rest-api-3-fieldconfiguration-get
|
|
258
|
+
* @param params
|
|
244
259
|
*/
|
|
245
260
|
this.getAllFieldConfigurations = ({ startAt, maxResults, id, isDefault, query, } = {}) => {
|
|
246
261
|
return this.getClientInstance()
|
|
@@ -274,7 +289,9 @@ class IssueFieldConfigurationsService extends CommonHttpService_1.CommonHttpServ
|
|
|
274
289
|
*
|
|
275
290
|
* @returns Returned if the request is successful.
|
|
276
291
|
*
|
|
277
|
-
* example:
|
|
292
|
+
* example:
|
|
293
|
+
* ```
|
|
294
|
+
* {
|
|
278
295
|
* "isLast": true,
|
|
279
296
|
* "maxResults": 10,
|
|
280
297
|
* "startAt": 0,
|
|
@@ -297,10 +314,12 @@ class IssueFieldConfigurationsService extends CommonHttpService_1.CommonHttpServ
|
|
|
297
314
|
* }
|
|
298
315
|
* ]
|
|
299
316
|
* }
|
|
300
|
-
*
|
|
317
|
+
* ```
|
|
318
|
+
* @path GET `/rest/api/3/fieldconfigurationscheme`
|
|
301
319
|
* @scopes-current manage:jira-configuration
|
|
302
320
|
* @scopes-beta read:field-configuration-scheme:jira
|
|
303
321
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-field-configurations#api-rest-api-3-fieldconfigurationscheme-get
|
|
322
|
+
* @param params
|
|
304
323
|
*/
|
|
305
324
|
this.getAllFieldConfigurationSchemes = ({ startAt, maxResults, id, } = {}) => {
|
|
306
325
|
return this.getClientInstance()
|
|
@@ -333,15 +352,16 @@ class IssueFieldConfigurationsService extends CommonHttpService_1.CommonHttpServ
|
|
|
333
352
|
*
|
|
334
353
|
* @returns Returned if the request is successful.
|
|
335
354
|
*
|
|
336
|
-
* example:
|
|
355
|
+
* example:
|
|
356
|
+
* ```
|
|
357
|
+
* {
|
|
337
358
|
* "isLast": true,
|
|
338
359
|
* "maxResults": 50,
|
|
339
360
|
* "startAt": 0,
|
|
340
361
|
* "total": 2,
|
|
341
362
|
* "values": [
|
|
342
363
|
* {
|
|
343
|
-
* "description": "For example operating system, software platform and/or
|
|
344
|
-
* hardware specifications (include as appropriate for the issue).",
|
|
364
|
+
* "description": "For example operating system, software platform and/or hardware specifications (include as appropriate for the issue).",
|
|
345
365
|
* "id": "environment",
|
|
346
366
|
* "isHidden": false,
|
|
347
367
|
* "isRequired": false
|
|
@@ -353,10 +373,12 @@ class IssueFieldConfigurationsService extends CommonHttpService_1.CommonHttpServ
|
|
|
353
373
|
* }
|
|
354
374
|
* ]
|
|
355
375
|
* }
|
|
356
|
-
*
|
|
376
|
+
* ```
|
|
377
|
+
* @path GET `/rest/api/3/fieldconfiguration/{id}/fields`
|
|
357
378
|
* @scopes-current manage:jira-configuration
|
|
358
379
|
* @scopes-beta read:field-configuration:jira
|
|
359
380
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-field-configurations#api-rest-api-3-fieldconfiguration-id-fields-get
|
|
381
|
+
* @param params
|
|
360
382
|
*/
|
|
361
383
|
this.getFieldConfigurationItems = ({ id, startAt, maxResults, }) => {
|
|
362
384
|
return this.getClientInstance()
|
|
@@ -390,7 +412,9 @@ class IssueFieldConfigurationsService extends CommonHttpService_1.CommonHttpServ
|
|
|
390
412
|
*
|
|
391
413
|
* @returns Returned if the request is successful.
|
|
392
414
|
*
|
|
393
|
-
* example:
|
|
415
|
+
* example:
|
|
416
|
+
* ```
|
|
417
|
+
* {
|
|
394
418
|
* "isLast": true,
|
|
395
419
|
* "maxResults": 100,
|
|
396
420
|
* "startAt": 0,
|
|
@@ -423,10 +447,12 @@ class IssueFieldConfigurationsService extends CommonHttpService_1.CommonHttpServ
|
|
|
423
447
|
* }
|
|
424
448
|
* ]
|
|
425
449
|
* }
|
|
426
|
-
*
|
|
450
|
+
* ```
|
|
451
|
+
* @path GET `/rest/api/3/fieldconfigurationscheme/mapping`
|
|
427
452
|
* @scopes-current manage:jira-configuration
|
|
428
453
|
* @scopes-beta read:field-configuration-scheme:jira
|
|
429
454
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-field-configurations#api-rest-api-3-fieldconfigurationscheme-mapping-get
|
|
455
|
+
* @param params
|
|
430
456
|
*/
|
|
431
457
|
this.getFieldConfigurationSchemeMappings = ({ startAt, maxResults, fieldConfigurationSchemeId, } = {}) => {
|
|
432
458
|
return this.getClientInstance()
|
|
@@ -462,7 +488,9 @@ class IssueFieldConfigurationsService extends CommonHttpService_1.CommonHttpServ
|
|
|
462
488
|
*
|
|
463
489
|
* @returns Returned if the request is successful.
|
|
464
490
|
*
|
|
465
|
-
* example:
|
|
491
|
+
* example:
|
|
492
|
+
* ```
|
|
493
|
+
* {
|
|
466
494
|
* "isLast": true,
|
|
467
495
|
* "maxResults": 50,
|
|
468
496
|
* "startAt": 0,
|
|
@@ -488,10 +516,12 @@ class IssueFieldConfigurationsService extends CommonHttpService_1.CommonHttpServ
|
|
|
488
516
|
* }
|
|
489
517
|
* ]
|
|
490
518
|
* }
|
|
491
|
-
*
|
|
519
|
+
* ```
|
|
520
|
+
* @path GET `/rest/api/3/fieldconfigurationscheme/project`
|
|
492
521
|
* @scopes-current manage:jira-configuration
|
|
493
522
|
* @scopes-beta read:field-configuration-scheme:jira
|
|
494
523
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-field-configurations#api-rest-api-3-fieldconfigurationscheme-project-get
|
|
524
|
+
* @param params
|
|
495
525
|
*/
|
|
496
526
|
this.getFieldConfigurationSchemeProjectMapping = ({ startAt, maxResults, projectId, }) => {
|
|
497
527
|
return this.getClientInstance()
|
|
@@ -523,10 +553,11 @@ class IssueFieldConfigurationsService extends CommonHttpService_1.CommonHttpServ
|
|
|
523
553
|
* permission](https://confluence.atlassian.com/x/x4dKLg).
|
|
524
554
|
*
|
|
525
555
|
* @returns Returned if the request is successful.
|
|
526
|
-
* @path
|
|
556
|
+
* @path POST `/rest/api/3/fieldconfigurationscheme/{id}/mapping/delete`
|
|
527
557
|
* @scopes-current manage:jira-configuration
|
|
528
558
|
* @scopes-beta write:field-configuration-scheme:jira
|
|
529
559
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-field-configurations#api-rest-api-3-fieldconfigurationscheme-id-mapping-delete-post
|
|
560
|
+
* @param params
|
|
530
561
|
*/
|
|
531
562
|
this.removeIssueTypesFromGlobalFieldConfigurationScheme = ({ id, issueTypeIdsToRemove, }) => {
|
|
532
563
|
return this.getClientInstance()
|
|
@@ -560,10 +591,11 @@ class IssueFieldConfigurationsService extends CommonHttpService_1.CommonHttpServ
|
|
|
560
591
|
* permission](https://confluence.atlassian.com/x/x4dKLg).
|
|
561
592
|
*
|
|
562
593
|
* @returns Returned if the request is successful.
|
|
563
|
-
* @path
|
|
594
|
+
* @path PUT `/rest/api/3/fieldconfigurationscheme/{id}/mapping`
|
|
564
595
|
* @scopes-current manage:jira-configuration
|
|
565
596
|
* @scopes-beta write:field-configuration-scheme:jira, read:field-configuration-scheme:jira
|
|
566
597
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-field-configurations#api-rest-api-3-fieldconfigurationscheme-id-mapping-put
|
|
598
|
+
* @param params
|
|
567
599
|
*/
|
|
568
600
|
this.setFieldConfigurationSchemeMapping = ({ id, associateFieldConfigurationsWithIssueTypesRequest, }) => {
|
|
569
601
|
return this.getClientInstance()
|
|
@@ -598,10 +630,11 @@ class IssueFieldConfigurationsService extends CommonHttpService_1.CommonHttpServ
|
|
|
598
630
|
* permission](https://confluence.atlassian.com/x/x4dKLg).
|
|
599
631
|
*
|
|
600
632
|
* @returns Returned if the request is successful.
|
|
601
|
-
* @path
|
|
633
|
+
* @path PUT `/rest/api/3/fieldconfiguration/{id}`
|
|
602
634
|
* @scopes-current manage:jira-configuration
|
|
603
635
|
* @scopes-beta write:field-configuration:jira
|
|
604
636
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-field-configurations#api-rest-api-3-fieldconfiguration-id-put
|
|
637
|
+
* @param params
|
|
605
638
|
*/
|
|
606
639
|
this.updateFieldConfiguration = ({ id, fieldConfigurationDetails, }) => {
|
|
607
640
|
return this.getClientInstance()
|
|
@@ -641,10 +674,11 @@ class IssueFieldConfigurationsService extends CommonHttpService_1.CommonHttpServ
|
|
|
641
674
|
* permission](https://confluence.atlassian.com/x/x4dKLg).
|
|
642
675
|
*
|
|
643
676
|
* @returns Returned if the request is successful.
|
|
644
|
-
* @path
|
|
677
|
+
* @path PUT `/rest/api/3/fieldconfiguration/{id}/fields`
|
|
645
678
|
* @scopes-current manage:jira-configuration
|
|
646
679
|
* @scopes-beta write:field-configuration:jira
|
|
647
680
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-field-configurations#api-rest-api-3-fieldconfiguration-id-fields-put
|
|
681
|
+
* @param params
|
|
648
682
|
*/
|
|
649
683
|
this.updateFieldConfigurationItems = ({ id, fieldConfigurationItemsDetails, }) => {
|
|
650
684
|
return this.getClientInstance()
|
|
@@ -678,10 +712,11 @@ class IssueFieldConfigurationsService extends CommonHttpService_1.CommonHttpServ
|
|
|
678
712
|
* permission](https://confluence.atlassian.com/x/x4dKLg).
|
|
679
713
|
*
|
|
680
714
|
* @returns Returned if the request is successful.
|
|
681
|
-
* @path
|
|
715
|
+
* @path PUT `/rest/api/3/fieldconfigurationscheme/{id}`
|
|
682
716
|
* @scopes-current manage:jira-configuration
|
|
683
717
|
* @scopes-beta write:field-configuration-scheme:jira
|
|
684
718
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-field-configurations#api-rest-api-3-fieldconfigurationscheme-id-put
|
|
719
|
+
* @param params
|
|
685
720
|
*/
|
|
686
721
|
this.updateFieldConfigurationScheme = ({ id, updateFieldConfigurationSchemeDetails, }) => {
|
|
687
722
|
return this.getClientInstance()
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IssueFieldConfigurationsService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/IssueFieldConfigurationsService.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"IssueFieldConfigurationsService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/IssueFieldConfigurationsService.ts"],"names":[],"mappings":"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"}
|
|
@@ -16,7 +16,9 @@ export declare class IssueFieldsService extends CommonHttpService {
|
|
|
16
16
|
*
|
|
17
17
|
* @returns Returned if the custom field is created.
|
|
18
18
|
*
|
|
19
|
-
* example:
|
|
19
|
+
* example:
|
|
20
|
+
* ```
|
|
21
|
+
* {
|
|
20
22
|
* "clauseNames": [
|
|
21
23
|
* "cf[10101]",
|
|
22
24
|
* "New custom field"
|
|
@@ -35,21 +37,22 @@ export declare class IssueFieldsService extends CommonHttpService {
|
|
|
35
37
|
* "searchable": true,
|
|
36
38
|
* "untranslatedName": "New custom field"
|
|
37
39
|
* }
|
|
38
|
-
*
|
|
40
|
+
* ```
|
|
41
|
+
* @path POST `/rest/api/3/field`
|
|
39
42
|
* @scopes-current manage:jira-configuration
|
|
40
|
-
* @scopes-beta write:field:jira, read:avatar:jira, read:field:jira,
|
|
41
|
-
* read:project-category:jira, read:project:jira, read:field-configuration:jira
|
|
43
|
+
* @scopes-beta write:field:jira, read:avatar:jira, read:field:jira, read:project-category:jira, read:project:jira, read:field-configuration:jira
|
|
42
44
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-fields#api-rest-api-3-field-post
|
|
45
|
+
* @param params
|
|
43
46
|
*/
|
|
44
47
|
createCustomField: ({ customFieldDefinitionJsonBean, }: {
|
|
45
48
|
/**
|
|
46
49
|
* Definition of the custom field to be created
|
|
47
50
|
*
|
|
48
|
-
* @example
|
|
51
|
+
* @example
|
|
52
|
+
* {
|
|
49
53
|
* "description": "Custom field for picking groups",
|
|
50
54
|
* "name": "New custom field",
|
|
51
|
-
* "searcherKey":
|
|
52
|
-
* "com.atlassian.jira.plugin.system.customfieldtypes:grouppickersearcher",
|
|
55
|
+
* "searcherKey": "com.atlassian.jira.plugin.system.customfieldtypes:grouppickersearcher",
|
|
53
56
|
* "type": "com.atlassian.jira.plugin.system.customfieldtypes:grouppicker"
|
|
54
57
|
* }
|
|
55
58
|
*/
|
|
@@ -68,10 +71,11 @@ export declare class IssueFieldsService extends CommonHttpService {
|
|
|
68
71
|
* **[Permissions](#permissions) required:** *Administer Jira* [global
|
|
69
72
|
* permission](https://confluence.atlassian.com/x/x4dKLg).
|
|
70
73
|
*
|
|
71
|
-
* @path
|
|
74
|
+
* @path DELETE `/rest/api/3/field/{id}`
|
|
72
75
|
* @scopes-current manage:jira-configuration
|
|
73
76
|
* @scopes-beta delete:field:jira
|
|
74
77
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-fields#api-rest-api-3-field-id-delete
|
|
78
|
+
* @param params
|
|
75
79
|
*/
|
|
76
80
|
deleteCustomField: ({ id, }: {
|
|
77
81
|
/** The ID of a custom field. */
|
|
@@ -88,7 +92,9 @@ export declare class IssueFieldsService extends CommonHttpService {
|
|
|
88
92
|
* @deprecated
|
|
89
93
|
* @returns Returned if the request is successful.
|
|
90
94
|
*
|
|
91
|
-
* example:
|
|
95
|
+
* example:
|
|
96
|
+
* ```
|
|
97
|
+
* {
|
|
92
98
|
* "isLast": false,
|
|
93
99
|
* "maxResults": 1,
|
|
94
100
|
* "startAt": 0,
|
|
@@ -100,10 +106,12 @@ export declare class IssueFieldsService extends CommonHttpService {
|
|
|
100
106
|
* }
|
|
101
107
|
* ]
|
|
102
108
|
* }
|
|
103
|
-
*
|
|
109
|
+
* ```
|
|
110
|
+
* @path GET `/rest/api/3/field/{fieldId}/contexts`
|
|
104
111
|
* @scopes-current manage:jira-project
|
|
105
112
|
* @scopes-beta read:field:jira, read:avatar:jira, read:project-category:jira, read:project:jira
|
|
106
113
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-fields#api-rest-api-3-field-fieldid-contexts-get
|
|
114
|
+
* @param params
|
|
107
115
|
*/
|
|
108
116
|
getContextsForFieldDeprecated: ({ fieldId, startAt, maxResults, }: {
|
|
109
117
|
/** The ID of the field to return contexts for. */
|
|
@@ -131,7 +139,9 @@ export declare class IssueFieldsService extends CommonHttpService {
|
|
|
131
139
|
*
|
|
132
140
|
* @returns Returned if the request is successful.
|
|
133
141
|
*
|
|
134
|
-
* example:
|
|
142
|
+
* example:
|
|
143
|
+
* ```
|
|
144
|
+
* [
|
|
135
145
|
* {
|
|
136
146
|
* "clauseNames": [
|
|
137
147
|
* "description"
|
|
@@ -164,10 +174,10 @@ export declare class IssueFieldsService extends CommonHttpService {
|
|
|
164
174
|
* "searchable": true
|
|
165
175
|
* }
|
|
166
176
|
* ]
|
|
167
|
-
*
|
|
177
|
+
* ```
|
|
178
|
+
* @path GET `/rest/api/3/field`
|
|
168
179
|
* @scopes-current read:jira-work
|
|
169
|
-
* @scopes-beta read:field:jira, read:avatar:jira, read:project-category:jira,
|
|
170
|
-
* read:project:jira, read:field-configuration:jira
|
|
180
|
+
* @scopes-beta read:field:jira, read:avatar:jira, read:project-category:jira, read:project:jira, read:field-configuration:jira
|
|
171
181
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-fields#api-rest-api-3-field-get
|
|
172
182
|
*/
|
|
173
183
|
getFields: () => Promise<FieldDetails[]>;
|
|
@@ -189,7 +199,9 @@ export declare class IssueFieldsService extends CommonHttpService {
|
|
|
189
199
|
*
|
|
190
200
|
* @returns Returned if the request is successful.
|
|
191
201
|
*
|
|
192
|
-
* example:
|
|
202
|
+
* example:
|
|
203
|
+
* ```
|
|
204
|
+
* {
|
|
193
205
|
* "isLast": false,
|
|
194
206
|
* "maxResults": 50,
|
|
195
207
|
* "startAt": 0,
|
|
@@ -199,19 +211,16 @@ export declare class IssueFieldsService extends CommonHttpService {
|
|
|
199
211
|
* "id": "customfield_10000",
|
|
200
212
|
* "name": "Approvers",
|
|
201
213
|
* "schema": {
|
|
202
|
-
* "custom":
|
|
203
|
-
* "com.atlassian.jira.plugin.system.customfieldtypes:multiuserpicker",
|
|
214
|
+
* "custom": "com.atlassian.jira.plugin.system.customfieldtypes:multiuserpicker",
|
|
204
215
|
* "customId": 10000,
|
|
205
216
|
* "items": "user",
|
|
206
217
|
* "type": "array"
|
|
207
218
|
* },
|
|
208
|
-
* "description": "Contains users needed for approval. This custom field was
|
|
209
|
-
* created by Jira Service Desk.",
|
|
219
|
+
* "description": "Contains users needed for approval. This custom field was created by Jira Service Desk.",
|
|
210
220
|
* "key": "customfield_10000",
|
|
211
221
|
* "stableId": "sfid:approvers",
|
|
212
222
|
* "isLocked": true,
|
|
213
|
-
* "searcherKey":
|
|
214
|
-
* "com.atlassian.jira.plugin.system.customfieldtypes:userpickergroupsearcher",
|
|
223
|
+
* "searcherKey": "com.atlassian.jira.plugin.system.customfieldtypes:userpickergroupsearcher",
|
|
215
224
|
* "screensCount": 2,
|
|
216
225
|
* "contextsCount": 2,
|
|
217
226
|
* "lastUsed": {
|
|
@@ -231,8 +240,7 @@ export declare class IssueFieldsService extends CommonHttpService {
|
|
|
231
240
|
* "key": "customfield_10001",
|
|
232
241
|
* "stableId": "sfid:change-reason",
|
|
233
242
|
* "isLocked": false,
|
|
234
|
-
* "searcherKey":
|
|
235
|
-
* "com.atlassian.jira.plugin.system.customfieldtypes:multiselectsearcher",
|
|
243
|
+
* "searcherKey": "com.atlassian.jira.plugin.system.customfieldtypes:multiselectsearcher",
|
|
236
244
|
* "screensCount": 2,
|
|
237
245
|
* "contextsCount": 2,
|
|
238
246
|
* "projectsCount": 2,
|
|
@@ -242,10 +250,12 @@ export declare class IssueFieldsService extends CommonHttpService {
|
|
|
242
250
|
* }
|
|
243
251
|
* ]
|
|
244
252
|
* }
|
|
245
|
-
*
|
|
253
|
+
* ```
|
|
254
|
+
* @path GET `/rest/api/3/field/search`
|
|
246
255
|
* @scopes-current read:jira-work
|
|
247
256
|
* @scopes-beta read:field:jira, read:field-configuration:jira
|
|
248
257
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-fields#api-rest-api-3-field-search-get
|
|
258
|
+
* @param params
|
|
249
259
|
*/
|
|
250
260
|
getFieldsPaginated: ({ startAt, maxResults, type, id, query, orderBy, expand, }?: {
|
|
251
261
|
/** The index of the first item to return in a page of results (page offset). */
|
|
@@ -296,7 +306,9 @@ export declare class IssueFieldsService extends CommonHttpService {
|
|
|
296
306
|
*
|
|
297
307
|
* @returns Returned if the request is successful.
|
|
298
308
|
*
|
|
299
|
-
* example:
|
|
309
|
+
* example:
|
|
310
|
+
* ```
|
|
311
|
+
* {
|
|
300
312
|
* "isLast": false,
|
|
301
313
|
* "maxResults": 50,
|
|
302
314
|
* "startAt": 0,
|
|
@@ -306,42 +318,37 @@ export declare class IssueFieldsService extends CommonHttpService {
|
|
|
306
318
|
* "id": "customfield_10000",
|
|
307
319
|
* "name": "Approvers",
|
|
308
320
|
* "schema": {
|
|
309
|
-
* "custom":
|
|
310
|
-
* "com.atlassian.jira.plugin.system.customfieldtypes:multiuserpicker",
|
|
321
|
+
* "custom": "com.atlassian.jira.plugin.system.customfieldtypes:multiuserpicker",
|
|
311
322
|
* "customId": 10003,
|
|
312
323
|
* "type": "array"
|
|
313
324
|
* },
|
|
314
|
-
* "description": "Contains users needed for approval. This custom field was
|
|
315
|
-
* created by Jira Service Desk.",
|
|
325
|
+
* "description": "Contains users needed for approval. This custom field was created by Jira Service Desk.",
|
|
316
326
|
* "key": "customfield_10003",
|
|
317
327
|
* "trashedDate": "2022-10-06T07:32:47.000+0000",
|
|
318
328
|
* "trashedBy": {
|
|
319
329
|
* "accountId": "5b10a2844c20165700ede21g",
|
|
320
330
|
* "active": true,
|
|
321
331
|
* "avatarUrls": {
|
|
322
|
-
* "16x16":
|
|
323
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
324
|
-
* "
|
|
325
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=
|
|
326
|
-
* "32x32":
|
|
327
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
328
|
-
* "48x48":
|
|
329
|
-
* "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
332
|
+
* "16x16": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=16&s=16",
|
|
333
|
+
* "24x24": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=24&s=24",
|
|
334
|
+
* "32x32": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=32&s=32",
|
|
335
|
+
* "48x48": "https://avatar-management--avatars.server-location.prod.public.atl-paas.net/initials/MK-5.png?size=48&s=48"
|
|
330
336
|
* },
|
|
331
337
|
* "displayName": "Mia Krystof",
|
|
332
338
|
* "emailAddress": "mia@example.com",
|
|
333
|
-
* "self":
|
|
334
|
-
* "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g",
|
|
339
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/user?accountId=5b10a2844c20165700ede21g",
|
|
335
340
|
* "timeZone": "Australia/Sydney"
|
|
336
341
|
* },
|
|
337
342
|
* "plannedDeletionDate": "2022-10-24T07:32:47.000+0000"
|
|
338
343
|
* }
|
|
339
344
|
* ]
|
|
340
345
|
* }
|
|
341
|
-
*
|
|
346
|
+
* ```
|
|
347
|
+
* @path GET `/rest/api/3/field/search/trashed`
|
|
342
348
|
* @scopes-current read:jira-work
|
|
343
349
|
* @scopes-beta read:field:jira, read:field-configuration:jira, read:user:jira
|
|
344
350
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-fields#api-rest-api-3-field-search-trashed-get
|
|
351
|
+
* @param params
|
|
345
352
|
*/
|
|
346
353
|
getTrashedFieldsPaginated: ({ startAt, maxResults, id, query, expand, orderBy, }?: {
|
|
347
354
|
/** The index of the first item to return in a page of results (page offset). */
|
|
@@ -373,10 +380,11 @@ export declare class IssueFieldsService extends CommonHttpService {
|
|
|
373
380
|
* permission](https://confluence.atlassian.com/x/x4dKLg).
|
|
374
381
|
*
|
|
375
382
|
* @returns Returned if the request is successful.
|
|
376
|
-
* @path
|
|
383
|
+
* @path POST `/rest/api/3/field/{id}/restore`
|
|
377
384
|
* @scopes-current manage:jira-configuration
|
|
378
385
|
* @scopes-beta write:field:jira
|
|
379
386
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-fields#api-rest-api-3-field-id-restore-post
|
|
387
|
+
* @param params
|
|
380
388
|
*/
|
|
381
389
|
restoreCustomField: ({ id, }: {
|
|
382
390
|
/** The ID of a custom field. */
|
|
@@ -391,10 +399,11 @@ export declare class IssueFieldsService extends CommonHttpService {
|
|
|
391
399
|
* permission](https://confluence.atlassian.com/x/x4dKLg).
|
|
392
400
|
*
|
|
393
401
|
* @returns Returned if the request is successful.
|
|
394
|
-
* @path
|
|
402
|
+
* @path POST `/rest/api/3/field/{id}/trash`
|
|
395
403
|
* @scopes-current manage:jira-configuration
|
|
396
404
|
* @scopes-beta delete:field:jira
|
|
397
405
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-fields#api-rest-api-3-field-id-trash-post
|
|
406
|
+
* @param params
|
|
398
407
|
*/
|
|
399
408
|
trashCustomField: ({ id, }: {
|
|
400
409
|
/** The ID of a custom field. */
|
|
@@ -407,10 +416,11 @@ export declare class IssueFieldsService extends CommonHttpService {
|
|
|
407
416
|
* permission](https://confluence.atlassian.com/x/x4dKLg).
|
|
408
417
|
*
|
|
409
418
|
* @returns Returned if the request is successful.
|
|
410
|
-
* @path
|
|
419
|
+
* @path PUT `/rest/api/3/field/{fieldId}`
|
|
411
420
|
* @scopes-current manage:jira-configuration
|
|
412
421
|
* @scopes-beta write:field:jira
|
|
413
422
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-fields#api-rest-api-3-field-fieldid-put
|
|
423
|
+
* @param params
|
|
414
424
|
*/
|
|
415
425
|
updateCustomField: ({ fieldId, updateCustomFieldDetails, }: {
|
|
416
426
|
/** The ID of the custom field. */
|
|
@@ -418,11 +428,11 @@ export declare class IssueFieldsService extends CommonHttpService {
|
|
|
418
428
|
/**
|
|
419
429
|
* The custom field update details.
|
|
420
430
|
*
|
|
421
|
-
* @example
|
|
431
|
+
* @example
|
|
432
|
+
* {
|
|
422
433
|
* "description": "Select the manager and the corresponding employee.",
|
|
423
434
|
* "name": "Managers and employees list",
|
|
424
|
-
* "searcherKey":
|
|
425
|
-
* "com.atlassian.jira.plugin.system.customfieldtypes:cascadingselectsearcher"
|
|
435
|
+
* "searcherKey": "com.atlassian.jira.plugin.system.customfieldtypes:cascadingselectsearcher"
|
|
426
436
|
* }
|
|
427
437
|
*/
|
|
428
438
|
updateCustomFieldDetails: UpdateCustomFieldDetails;
|