@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
|
@@ -31,7 +31,9 @@ export declare class IssueCustomFieldOptionsAppsService extends CommonHttpServic
|
|
|
31
31
|
*
|
|
32
32
|
* @returns Returned if the request is successful.
|
|
33
33
|
*
|
|
34
|
-
* example:
|
|
34
|
+
* example:
|
|
35
|
+
* ```
|
|
36
|
+
* {
|
|
35
37
|
* "id": 1,
|
|
36
38
|
* "value": "Team 1",
|
|
37
39
|
* "properties": {
|
|
@@ -65,10 +67,12 @@ export declare class IssueCustomFieldOptionsAppsService extends CommonHttpServic
|
|
|
65
67
|
* "attributes": []
|
|
66
68
|
* }
|
|
67
69
|
* }
|
|
68
|
-
*
|
|
70
|
+
* ```
|
|
71
|
+
* @path POST `/rest/api/3/field/{fieldKey}/option`
|
|
69
72
|
* @scopes-current manage:jira-configuration
|
|
70
73
|
* @scopes-beta write:field.option:jira
|
|
71
74
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-options-apps-#api-rest-api-3-field-fieldkey-option-post
|
|
75
|
+
* @param params
|
|
72
76
|
*/
|
|
73
77
|
createIssueFieldOption: ({ fieldKey, issueFieldOptionCreateBean, }: {
|
|
74
78
|
/**
|
|
@@ -86,7 +90,8 @@ export declare class IssueCustomFieldOptionsAppsService extends CommonHttpServic
|
|
|
86
90
|
*/
|
|
87
91
|
fieldKey: string;
|
|
88
92
|
/**
|
|
89
|
-
* @example
|
|
93
|
+
* @example
|
|
94
|
+
* {
|
|
90
95
|
* "config": {
|
|
91
96
|
* "attributes": [],
|
|
92
97
|
* "scope": {
|
|
@@ -135,10 +140,11 @@ export declare class IssueCustomFieldOptionsAppsService extends CommonHttpServic
|
|
|
135
140
|
* not required for the app providing the field.
|
|
136
141
|
*
|
|
137
142
|
* @returns Returned if the field option is deleted.
|
|
138
|
-
* @path
|
|
143
|
+
* @path DELETE `/rest/api/3/field/{fieldKey}/option/{optionId}`
|
|
139
144
|
* @scopes-current manage:jira-configuration
|
|
140
145
|
* @scopes-beta delete:field.option:jira
|
|
141
146
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-options-apps-#api-rest-api-3-field-fieldkey-option-optionid-delete
|
|
147
|
+
* @param params
|
|
142
148
|
*/
|
|
143
149
|
deleteIssueFieldOption: ({ fieldKey, optionId, }: {
|
|
144
150
|
/**
|
|
@@ -175,13 +181,13 @@ export declare class IssueCustomFieldOptionsAppsService extends CommonHttpServic
|
|
|
175
181
|
*
|
|
176
182
|
* @returns Returned if the request is successful.
|
|
177
183
|
*
|
|
178
|
-
* example:
|
|
184
|
+
* example:
|
|
185
|
+
* ```
|
|
186
|
+
* {
|
|
179
187
|
* "isLast": false,
|
|
180
188
|
* "maxResults": 1,
|
|
181
|
-
* "nextPage":
|
|
182
|
-
* "https://your-domain.atlassian.net/rest/api/3/field/fieldKey/option?startAt=
|
|
183
|
-
* "self":
|
|
184
|
-
* "https://your-domain.atlassian.net/rest/api/3/field/fieldKey/option?startAt=0&maxResults=1",
|
|
189
|
+
* "nextPage": "https://your-domain.atlassian.net/rest/api/3/field/fieldKey/option?startAt=1&maxResults=1",
|
|
190
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/field/fieldKey/option?startAt=0&maxResults=1",
|
|
185
191
|
* "startAt": 0,
|
|
186
192
|
* "total": 10,
|
|
187
193
|
* "values": [
|
|
@@ -221,10 +227,12 @@ export declare class IssueCustomFieldOptionsAppsService extends CommonHttpServic
|
|
|
221
227
|
* }
|
|
222
228
|
* ]
|
|
223
229
|
* }
|
|
224
|
-
*
|
|
230
|
+
* ```
|
|
231
|
+
* @path GET `/rest/api/3/field/{fieldKey}/option`
|
|
225
232
|
* @scopes-current manage:jira-configuration
|
|
226
233
|
* @scopes-beta read:field.option:jira
|
|
227
234
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-options-apps-#api-rest-api-3-field-fieldkey-option-get
|
|
235
|
+
* @param params
|
|
228
236
|
*/
|
|
229
237
|
getAllIssueFieldOptions: ({ fieldKey, startAt, maxResults, }: {
|
|
230
238
|
/**
|
|
@@ -260,7 +268,9 @@ export declare class IssueCustomFieldOptionsAppsService extends CommonHttpServic
|
|
|
260
268
|
*
|
|
261
269
|
* @returns Returned if the requested option is returned.
|
|
262
270
|
*
|
|
263
|
-
* example:
|
|
271
|
+
* example:
|
|
272
|
+
* ```
|
|
273
|
+
* {
|
|
264
274
|
* "id": 1,
|
|
265
275
|
* "value": "Team 1",
|
|
266
276
|
* "properties": {
|
|
@@ -294,10 +304,12 @@ export declare class IssueCustomFieldOptionsAppsService extends CommonHttpServic
|
|
|
294
304
|
* "attributes": []
|
|
295
305
|
* }
|
|
296
306
|
* }
|
|
297
|
-
*
|
|
307
|
+
* ```
|
|
308
|
+
* @path GET `/rest/api/3/field/{fieldKey}/option/{optionId}`
|
|
298
309
|
* @scopes-current manage:jira-configuration
|
|
299
310
|
* @scopes-beta read:field.option:jira
|
|
300
311
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-options-apps-#api-rest-api-3-field-fieldkey-option-optionid-get
|
|
312
|
+
* @param params
|
|
301
313
|
*/
|
|
302
314
|
getIssueFieldOption: ({ fieldKey, optionId, }: {
|
|
303
315
|
/**
|
|
@@ -330,13 +342,13 @@ export declare class IssueCustomFieldOptionsAppsService extends CommonHttpServic
|
|
|
330
342
|
*
|
|
331
343
|
* @returns Returned if the request is successful.
|
|
332
344
|
*
|
|
333
|
-
* example:
|
|
345
|
+
* example:
|
|
346
|
+
* ```
|
|
347
|
+
* {
|
|
334
348
|
* "isLast": false,
|
|
335
349
|
* "maxResults": 1,
|
|
336
|
-
* "nextPage":
|
|
337
|
-
* "https://your-domain.atlassian.net/rest/api/3/field/fieldKey/option/suggestions?startAt=
|
|
338
|
-
* "self":
|
|
339
|
-
* "https://your-domain.atlassian.net/rest/api/3/field/fieldKey/option/suggestions?startAt=0&maxResults=1",
|
|
350
|
+
* "nextPage": "https://your-domain.atlassian.net/rest/api/3/field/fieldKey/option/suggestions?startAt=1&maxResults=1",
|
|
351
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/field/fieldKey/option/suggestions?startAt=0&maxResults=1",
|
|
340
352
|
* "startAt": 0,
|
|
341
353
|
* "total": 10,
|
|
342
354
|
* "values": [
|
|
@@ -355,10 +367,12 @@ export declare class IssueCustomFieldOptionsAppsService extends CommonHttpServic
|
|
|
355
367
|
* }
|
|
356
368
|
* ]
|
|
357
369
|
* }
|
|
358
|
-
*
|
|
370
|
+
* ```
|
|
371
|
+
* @path GET `/rest/api/3/field/{fieldKey}/option/suggestions/edit`
|
|
359
372
|
* @scopes-current read:jira-work
|
|
360
373
|
* @scopes-beta read:field.option:jira
|
|
361
374
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-options-apps-#api-rest-api-3-field-fieldkey-option-suggestions-edit-get
|
|
375
|
+
* @param params
|
|
362
376
|
*/
|
|
363
377
|
getSelectableIssueFieldOptions: ({ fieldKey, startAt, maxResults, projectId, }: {
|
|
364
378
|
/**
|
|
@@ -395,13 +409,13 @@ export declare class IssueCustomFieldOptionsAppsService extends CommonHttpServic
|
|
|
395
409
|
*
|
|
396
410
|
* @returns Returned if the request is successful.
|
|
397
411
|
*
|
|
398
|
-
* example:
|
|
412
|
+
* example:
|
|
413
|
+
* ```
|
|
414
|
+
* {
|
|
399
415
|
* "isLast": false,
|
|
400
416
|
* "maxResults": 1,
|
|
401
|
-
* "nextPage":
|
|
402
|
-
* "https://your-domain.atlassian.net/rest/api/3/field/fieldKey/option/suggestions?startAt=
|
|
403
|
-
* "self":
|
|
404
|
-
* "https://your-domain.atlassian.net/rest/api/3/field/fieldKey/option/suggestions?startAt=0&maxResults=1",
|
|
417
|
+
* "nextPage": "https://your-domain.atlassian.net/rest/api/3/field/fieldKey/option/suggestions?startAt=1&maxResults=1",
|
|
418
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/field/fieldKey/option/suggestions?startAt=0&maxResults=1",
|
|
405
419
|
* "startAt": 0,
|
|
406
420
|
* "total": 10,
|
|
407
421
|
* "values": [
|
|
@@ -420,10 +434,12 @@ export declare class IssueCustomFieldOptionsAppsService extends CommonHttpServic
|
|
|
420
434
|
* }
|
|
421
435
|
* ]
|
|
422
436
|
* }
|
|
423
|
-
*
|
|
437
|
+
* ```
|
|
438
|
+
* @path GET `/rest/api/3/field/{fieldKey}/option/suggestions/search`
|
|
424
439
|
* @scopes-current read:jira-work
|
|
425
440
|
* @scopes-beta read:field.option:jira
|
|
426
441
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-options-apps-#api-rest-api-3-field-fieldkey-option-suggestions-search-get
|
|
442
|
+
* @param params
|
|
427
443
|
*/
|
|
428
444
|
getVisibleIssueFieldOptions: ({ fieldKey, startAt, maxResults, projectId, }: {
|
|
429
445
|
/**
|
|
@@ -469,10 +485,11 @@ export declare class IssueCustomFieldOptionsAppsService extends CommonHttpServic
|
|
|
469
485
|
* permission](https://confluence.atlassian.com/x/x4dKLg). Jira permissions are
|
|
470
486
|
* not required for the app providing the field.
|
|
471
487
|
*
|
|
472
|
-
* @path
|
|
488
|
+
* @path DELETE `/rest/api/3/field/{fieldKey}/option/{optionId}/issue`
|
|
473
489
|
* @scopes-current manage:jira-configuration
|
|
474
490
|
* @scopes-beta write:field.option:jira, delete:field.option:jira
|
|
475
491
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-options-apps-#api-rest-api-3-field-fieldkey-option-optionid-issue-delete
|
|
492
|
+
* @param params
|
|
476
493
|
*/
|
|
477
494
|
replaceIssueFieldOption: ({ fieldKey, optionId, replaceWith, jql, overrideScreenSecurity, overrideEditableFlag, }: {
|
|
478
495
|
/**
|
|
@@ -527,7 +544,9 @@ export declare class IssueCustomFieldOptionsAppsService extends CommonHttpServic
|
|
|
527
544
|
*
|
|
528
545
|
* @returns Returned if the option is updated or created.
|
|
529
546
|
*
|
|
530
|
-
* example:
|
|
547
|
+
* example:
|
|
548
|
+
* ```
|
|
549
|
+
* {
|
|
531
550
|
* "id": 1,
|
|
532
551
|
* "value": "Team 1",
|
|
533
552
|
* "properties": {
|
|
@@ -561,10 +580,12 @@ export declare class IssueCustomFieldOptionsAppsService extends CommonHttpServic
|
|
|
561
580
|
* "attributes": []
|
|
562
581
|
* }
|
|
563
582
|
* }
|
|
564
|
-
*
|
|
583
|
+
* ```
|
|
584
|
+
* @path PUT `/rest/api/3/field/{fieldKey}/option/{optionId}`
|
|
565
585
|
* @scopes-current manage:jira-configuration
|
|
566
586
|
* @scopes-beta write:field.option:jira
|
|
567
587
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-options-apps-#api-rest-api-3-field-fieldkey-option-optionid-put
|
|
588
|
+
* @param params
|
|
568
589
|
*/
|
|
569
590
|
updateIssueFieldOption: ({ fieldKey, optionId, issueFieldOption, }: {
|
|
570
591
|
/**
|
|
@@ -584,7 +605,8 @@ export declare class IssueCustomFieldOptionsAppsService extends CommonHttpServic
|
|
|
584
605
|
/** The ID of the option to be updated. */
|
|
585
606
|
optionId: number;
|
|
586
607
|
/**
|
|
587
|
-
* @example
|
|
608
|
+
* @example
|
|
609
|
+
* {
|
|
588
610
|
* "config": {
|
|
589
611
|
* "attributes": [],
|
|
590
612
|
* "scope": {
|
|
@@ -42,7 +42,9 @@ class IssueCustomFieldOptionsAppsService extends CommonHttpService_1.CommonHttpS
|
|
|
42
42
|
*
|
|
43
43
|
* @returns Returned if the request is successful.
|
|
44
44
|
*
|
|
45
|
-
* example:
|
|
45
|
+
* example:
|
|
46
|
+
* ```
|
|
47
|
+
* {
|
|
46
48
|
* "id": 1,
|
|
47
49
|
* "value": "Team 1",
|
|
48
50
|
* "properties": {
|
|
@@ -76,10 +78,12 @@ class IssueCustomFieldOptionsAppsService extends CommonHttpService_1.CommonHttpS
|
|
|
76
78
|
* "attributes": []
|
|
77
79
|
* }
|
|
78
80
|
* }
|
|
79
|
-
*
|
|
81
|
+
* ```
|
|
82
|
+
* @path POST `/rest/api/3/field/{fieldKey}/option`
|
|
80
83
|
* @scopes-current manage:jira-configuration
|
|
81
84
|
* @scopes-beta write:field.option:jira
|
|
82
85
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-options-apps-#api-rest-api-3-field-fieldkey-option-post
|
|
86
|
+
* @param params
|
|
83
87
|
*/
|
|
84
88
|
this.createIssueFieldOption = ({ fieldKey, issueFieldOptionCreateBean, }) => {
|
|
85
89
|
return this.getClientInstance()
|
|
@@ -116,10 +120,11 @@ class IssueCustomFieldOptionsAppsService extends CommonHttpService_1.CommonHttpS
|
|
|
116
120
|
* not required for the app providing the field.
|
|
117
121
|
*
|
|
118
122
|
* @returns Returned if the field option is deleted.
|
|
119
|
-
* @path
|
|
123
|
+
* @path DELETE `/rest/api/3/field/{fieldKey}/option/{optionId}`
|
|
120
124
|
* @scopes-current manage:jira-configuration
|
|
121
125
|
* @scopes-beta delete:field.option:jira
|
|
122
126
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-options-apps-#api-rest-api-3-field-fieldkey-option-optionid-delete
|
|
127
|
+
* @param params
|
|
123
128
|
*/
|
|
124
129
|
this.deleteIssueFieldOption = ({ fieldKey, optionId, }) => {
|
|
125
130
|
return this.getClientInstance()
|
|
@@ -157,13 +162,13 @@ class IssueCustomFieldOptionsAppsService extends CommonHttpService_1.CommonHttpS
|
|
|
157
162
|
*
|
|
158
163
|
* @returns Returned if the request is successful.
|
|
159
164
|
*
|
|
160
|
-
* example:
|
|
165
|
+
* example:
|
|
166
|
+
* ```
|
|
167
|
+
* {
|
|
161
168
|
* "isLast": false,
|
|
162
169
|
* "maxResults": 1,
|
|
163
|
-
* "nextPage":
|
|
164
|
-
* "https://your-domain.atlassian.net/rest/api/3/field/fieldKey/option?startAt=
|
|
165
|
-
* "self":
|
|
166
|
-
* "https://your-domain.atlassian.net/rest/api/3/field/fieldKey/option?startAt=0&maxResults=1",
|
|
170
|
+
* "nextPage": "https://your-domain.atlassian.net/rest/api/3/field/fieldKey/option?startAt=1&maxResults=1",
|
|
171
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/field/fieldKey/option?startAt=0&maxResults=1",
|
|
167
172
|
* "startAt": 0,
|
|
168
173
|
* "total": 10,
|
|
169
174
|
* "values": [
|
|
@@ -203,10 +208,12 @@ class IssueCustomFieldOptionsAppsService extends CommonHttpService_1.CommonHttpS
|
|
|
203
208
|
* }
|
|
204
209
|
* ]
|
|
205
210
|
* }
|
|
206
|
-
*
|
|
211
|
+
* ```
|
|
212
|
+
* @path GET `/rest/api/3/field/{fieldKey}/option`
|
|
207
213
|
* @scopes-current manage:jira-configuration
|
|
208
214
|
* @scopes-beta read:field.option:jira
|
|
209
215
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-options-apps-#api-rest-api-3-field-fieldkey-option-get
|
|
216
|
+
* @param params
|
|
210
217
|
*/
|
|
211
218
|
this.getAllIssueFieldOptions = ({ fieldKey, startAt, maxResults, }) => {
|
|
212
219
|
return this.getClientInstance()
|
|
@@ -244,7 +251,9 @@ class IssueCustomFieldOptionsAppsService extends CommonHttpService_1.CommonHttpS
|
|
|
244
251
|
*
|
|
245
252
|
* @returns Returned if the requested option is returned.
|
|
246
253
|
*
|
|
247
|
-
* example:
|
|
254
|
+
* example:
|
|
255
|
+
* ```
|
|
256
|
+
* {
|
|
248
257
|
* "id": 1,
|
|
249
258
|
* "value": "Team 1",
|
|
250
259
|
* "properties": {
|
|
@@ -278,10 +287,12 @@ class IssueCustomFieldOptionsAppsService extends CommonHttpService_1.CommonHttpS
|
|
|
278
287
|
* "attributes": []
|
|
279
288
|
* }
|
|
280
289
|
* }
|
|
281
|
-
*
|
|
290
|
+
* ```
|
|
291
|
+
* @path GET `/rest/api/3/field/{fieldKey}/option/{optionId}`
|
|
282
292
|
* @scopes-current manage:jira-configuration
|
|
283
293
|
* @scopes-beta read:field.option:jira
|
|
284
294
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-options-apps-#api-rest-api-3-field-fieldkey-option-optionid-get
|
|
295
|
+
* @param params
|
|
285
296
|
*/
|
|
286
297
|
this.getIssueFieldOption = ({ fieldKey, optionId, }) => {
|
|
287
298
|
return this.getClientInstance()
|
|
@@ -315,13 +326,13 @@ class IssueCustomFieldOptionsAppsService extends CommonHttpService_1.CommonHttpS
|
|
|
315
326
|
*
|
|
316
327
|
* @returns Returned if the request is successful.
|
|
317
328
|
*
|
|
318
|
-
* example:
|
|
329
|
+
* example:
|
|
330
|
+
* ```
|
|
331
|
+
* {
|
|
319
332
|
* "isLast": false,
|
|
320
333
|
* "maxResults": 1,
|
|
321
|
-
* "nextPage":
|
|
322
|
-
* "https://your-domain.atlassian.net/rest/api/3/field/fieldKey/option/suggestions?startAt=
|
|
323
|
-
* "self":
|
|
324
|
-
* "https://your-domain.atlassian.net/rest/api/3/field/fieldKey/option/suggestions?startAt=0&maxResults=1",
|
|
334
|
+
* "nextPage": "https://your-domain.atlassian.net/rest/api/3/field/fieldKey/option/suggestions?startAt=1&maxResults=1",
|
|
335
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/field/fieldKey/option/suggestions?startAt=0&maxResults=1",
|
|
325
336
|
* "startAt": 0,
|
|
326
337
|
* "total": 10,
|
|
327
338
|
* "values": [
|
|
@@ -340,10 +351,12 @@ class IssueCustomFieldOptionsAppsService extends CommonHttpService_1.CommonHttpS
|
|
|
340
351
|
* }
|
|
341
352
|
* ]
|
|
342
353
|
* }
|
|
343
|
-
*
|
|
354
|
+
* ```
|
|
355
|
+
* @path GET `/rest/api/3/field/{fieldKey}/option/suggestions/edit`
|
|
344
356
|
* @scopes-current read:jira-work
|
|
345
357
|
* @scopes-beta read:field.option:jira
|
|
346
358
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-options-apps-#api-rest-api-3-field-fieldkey-option-suggestions-edit-get
|
|
359
|
+
* @param params
|
|
347
360
|
*/
|
|
348
361
|
this.getSelectableIssueFieldOptions = ({ fieldKey, startAt, maxResults, projectId, }) => {
|
|
349
362
|
return this.getClientInstance()
|
|
@@ -381,13 +394,13 @@ class IssueCustomFieldOptionsAppsService extends CommonHttpService_1.CommonHttpS
|
|
|
381
394
|
*
|
|
382
395
|
* @returns Returned if the request is successful.
|
|
383
396
|
*
|
|
384
|
-
* example:
|
|
397
|
+
* example:
|
|
398
|
+
* ```
|
|
399
|
+
* {
|
|
385
400
|
* "isLast": false,
|
|
386
401
|
* "maxResults": 1,
|
|
387
|
-
* "nextPage":
|
|
388
|
-
* "https://your-domain.atlassian.net/rest/api/3/field/fieldKey/option/suggestions?startAt=
|
|
389
|
-
* "self":
|
|
390
|
-
* "https://your-domain.atlassian.net/rest/api/3/field/fieldKey/option/suggestions?startAt=0&maxResults=1",
|
|
402
|
+
* "nextPage": "https://your-domain.atlassian.net/rest/api/3/field/fieldKey/option/suggestions?startAt=1&maxResults=1",
|
|
403
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/field/fieldKey/option/suggestions?startAt=0&maxResults=1",
|
|
391
404
|
* "startAt": 0,
|
|
392
405
|
* "total": 10,
|
|
393
406
|
* "values": [
|
|
@@ -406,10 +419,12 @@ class IssueCustomFieldOptionsAppsService extends CommonHttpService_1.CommonHttpS
|
|
|
406
419
|
* }
|
|
407
420
|
* ]
|
|
408
421
|
* }
|
|
409
|
-
*
|
|
422
|
+
* ```
|
|
423
|
+
* @path GET `/rest/api/3/field/{fieldKey}/option/suggestions/search`
|
|
410
424
|
* @scopes-current read:jira-work
|
|
411
425
|
* @scopes-beta read:field.option:jira
|
|
412
426
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-options-apps-#api-rest-api-3-field-fieldkey-option-suggestions-search-get
|
|
427
|
+
* @param params
|
|
413
428
|
*/
|
|
414
429
|
this.getVisibleIssueFieldOptions = ({ fieldKey, startAt, maxResults, projectId, }) => {
|
|
415
430
|
return this.getClientInstance()
|
|
@@ -456,10 +471,11 @@ class IssueCustomFieldOptionsAppsService extends CommonHttpService_1.CommonHttpS
|
|
|
456
471
|
* permission](https://confluence.atlassian.com/x/x4dKLg). Jira permissions are
|
|
457
472
|
* not required for the app providing the field.
|
|
458
473
|
*
|
|
459
|
-
* @path
|
|
474
|
+
* @path DELETE `/rest/api/3/field/{fieldKey}/option/{optionId}/issue`
|
|
460
475
|
* @scopes-current manage:jira-configuration
|
|
461
476
|
* @scopes-beta write:field.option:jira, delete:field.option:jira
|
|
462
477
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-options-apps-#api-rest-api-3-field-fieldkey-option-optionid-issue-delete
|
|
478
|
+
* @param params
|
|
463
479
|
*/
|
|
464
480
|
this.replaceIssueFieldOption = ({ fieldKey, optionId, replaceWith, jql, overrideScreenSecurity, overrideEditableFlag, }) => {
|
|
465
481
|
return this.getClientInstance()
|
|
@@ -496,7 +512,9 @@ class IssueCustomFieldOptionsAppsService extends CommonHttpService_1.CommonHttpS
|
|
|
496
512
|
*
|
|
497
513
|
* @returns Returned if the option is updated or created.
|
|
498
514
|
*
|
|
499
|
-
* example:
|
|
515
|
+
* example:
|
|
516
|
+
* ```
|
|
517
|
+
* {
|
|
500
518
|
* "id": 1,
|
|
501
519
|
* "value": "Team 1",
|
|
502
520
|
* "properties": {
|
|
@@ -530,10 +548,12 @@ class IssueCustomFieldOptionsAppsService extends CommonHttpService_1.CommonHttpS
|
|
|
530
548
|
* "attributes": []
|
|
531
549
|
* }
|
|
532
550
|
* }
|
|
533
|
-
*
|
|
551
|
+
* ```
|
|
552
|
+
* @path PUT `/rest/api/3/field/{fieldKey}/option/{optionId}`
|
|
534
553
|
* @scopes-current manage:jira-configuration
|
|
535
554
|
* @scopes-beta write:field.option:jira
|
|
536
555
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-options-apps-#api-rest-api-3-field-fieldkey-option-optionid-put
|
|
556
|
+
* @param params
|
|
537
557
|
*/
|
|
538
558
|
this.updateIssueFieldOption = ({ fieldKey, optionId, issueFieldOption, }) => {
|
|
539
559
|
return this.getClientInstance()
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IssueCustomFieldOptionsAppsService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/IssueCustomFieldOptionsAppsService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAwB;AAExB,6DAA6D;AAC7D,iEAA8D;AAC9D,uFAK+C;AAC/C,wEAAqE;AACrE;;;;;;;;;;;;GAYG;AACH,MAAa,kCAAmC,SAAQ,qCAAiB;IAAzE;;QACE
|
|
1
|
+
{"version":3,"file":"IssueCustomFieldOptionsAppsService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/IssueCustomFieldOptionsAppsService.ts"],"names":[],"mappings":"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"}
|
|
@@ -37,7 +37,9 @@ export declare class IssueCustomFieldOptionsService extends CommonHttpService {
|
|
|
37
37
|
*
|
|
38
38
|
* @returns Returned if the request is successful.
|
|
39
39
|
*
|
|
40
|
-
* example:
|
|
40
|
+
* example:
|
|
41
|
+
* ```
|
|
42
|
+
* {
|
|
41
43
|
* "options": [
|
|
42
44
|
* {
|
|
43
45
|
* "disabled": false,
|
|
@@ -57,10 +59,12 @@ export declare class IssueCustomFieldOptionsService extends CommonHttpService {
|
|
|
57
59
|
* }
|
|
58
60
|
* ]
|
|
59
61
|
* }
|
|
60
|
-
*
|
|
62
|
+
* ```
|
|
63
|
+
* @path POST `/rest/api/3/field/{fieldId}/context/{contextId}/option`
|
|
61
64
|
* @scopes-current manage:jira-configuration
|
|
62
65
|
* @scopes-beta read:field.option:jira, write:field.option:jira
|
|
63
66
|
* @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
|
|
67
|
+
* @param params
|
|
64
68
|
*/
|
|
65
69
|
createCustomFieldOption: ({ fieldId, contextId, bulkCustomFieldOptionCreateRequest, }: {
|
|
66
70
|
/** The ID of the custom field. */
|
|
@@ -68,7 +72,8 @@ export declare class IssueCustomFieldOptionsService extends CommonHttpService {
|
|
|
68
72
|
/** The ID of the context. */
|
|
69
73
|
contextId: number;
|
|
70
74
|
/**
|
|
71
|
-
* @example
|
|
75
|
+
* @example
|
|
76
|
+
* {
|
|
72
77
|
* "options": [
|
|
73
78
|
* {
|
|
74
79
|
* "disabled": false,
|
|
@@ -102,10 +107,11 @@ export declare class IssueCustomFieldOptionsService extends CommonHttpService {
|
|
|
102
107
|
* **[Permissions](#permissions) required:** *Administer Jira* [global
|
|
103
108
|
* permission](https://confluence.atlassian.com/x/x4dKLg).
|
|
104
109
|
*
|
|
105
|
-
* @path
|
|
110
|
+
* @path DELETE `/rest/api/3/field/{fieldId}/context/{contextId}/option/{optionId}`
|
|
106
111
|
* @scopes-current manage:jira-configuration
|
|
107
112
|
* @scopes-beta delete:field.option:jira
|
|
108
113
|
* @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
|
|
114
|
+
* @param params
|
|
109
115
|
*/
|
|
110
116
|
deleteCustomFieldOption: ({ fieldId, contextId, optionId, }: {
|
|
111
117
|
/** The ID of the custom field. */
|
|
@@ -137,15 +143,18 @@ export declare class IssueCustomFieldOptionsService extends CommonHttpService {
|
|
|
137
143
|
*
|
|
138
144
|
* @returns Returned if the request is successful.
|
|
139
145
|
*
|
|
140
|
-
* example:
|
|
141
|
-
*
|
|
142
|
-
*
|
|
146
|
+
* example:
|
|
147
|
+
* ```
|
|
148
|
+
* {
|
|
149
|
+
* "self": "https://your-domain.atlassian.net/rest/api/3/customFieldOption/10000",
|
|
143
150
|
* "value": "To Do"
|
|
144
151
|
* }
|
|
145
|
-
*
|
|
152
|
+
* ```
|
|
153
|
+
* @path GET `/rest/api/3/customFieldOption/{id}`
|
|
146
154
|
* @scopes-current read:jira-work
|
|
147
155
|
* @scopes-beta read:field:jira, read:field.option:jira
|
|
148
156
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-options#api-rest-api-3-customfieldoption-id-get
|
|
157
|
+
* @param params
|
|
149
158
|
*/
|
|
150
159
|
getCustomFieldOption: ({ id, }: {
|
|
151
160
|
/** The ID of the custom field option. */
|
|
@@ -166,7 +175,9 @@ export declare class IssueCustomFieldOptionsService extends CommonHttpService {
|
|
|
166
175
|
*
|
|
167
176
|
* @returns Returned if the request is successful.
|
|
168
177
|
*
|
|
169
|
-
* example:
|
|
178
|
+
* example:
|
|
179
|
+
* ```
|
|
180
|
+
* {
|
|
170
181
|
* "isLast": true,
|
|
171
182
|
* "maxResults": 100,
|
|
172
183
|
* "startAt": 0,
|
|
@@ -192,10 +203,12 @@ export declare class IssueCustomFieldOptionsService extends CommonHttpService {
|
|
|
192
203
|
* }
|
|
193
204
|
* ]
|
|
194
205
|
* }
|
|
195
|
-
*
|
|
206
|
+
* ```
|
|
207
|
+
* @path GET `/rest/api/3/field/{fieldId}/context/{contextId}/option`
|
|
196
208
|
* @scopes-current manage:jira-configuration
|
|
197
209
|
* @scopes-beta read:field.option:jira
|
|
198
210
|
* @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
|
|
211
|
+
* @param params
|
|
199
212
|
*/
|
|
200
213
|
getOptionsForContext: ({ fieldId, contextId, optionId, onlyOptions, startAt, maxResults, }: {
|
|
201
214
|
/** The ID of the custom field. */
|
|
@@ -223,10 +236,11 @@ export declare class IssueCustomFieldOptionsService extends CommonHttpService {
|
|
|
223
236
|
* permission](https://confluence.atlassian.com/x/x4dKLg).
|
|
224
237
|
*
|
|
225
238
|
* @returns Returned if options are reordered.
|
|
226
|
-
* @path
|
|
239
|
+
* @path PUT `/rest/api/3/field/{fieldId}/context/{contextId}/option/move`
|
|
227
240
|
* @scopes-current manage:jira-configuration
|
|
228
241
|
* @scopes-beta write:field.option:jira
|
|
229
242
|
* @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
|
|
243
|
+
* @param params
|
|
230
244
|
*/
|
|
231
245
|
reorderCustomFieldOptions: ({ fieldId, contextId, orderOfCustomFieldOptions, }: {
|
|
232
246
|
/** The ID of the custom field. */
|
|
@@ -234,7 +248,8 @@ export declare class IssueCustomFieldOptionsService extends CommonHttpService {
|
|
|
234
248
|
/** The ID of the context. */
|
|
235
249
|
contextId: number;
|
|
236
250
|
/**
|
|
237
|
-
* @example
|
|
251
|
+
* @example
|
|
252
|
+
* {
|
|
238
253
|
* "customFieldOptionIds": [
|
|
239
254
|
* "10001",
|
|
240
255
|
* "10002"
|
|
@@ -255,10 +270,11 @@ export declare class IssueCustomFieldOptionsService extends CommonHttpService {
|
|
|
255
270
|
* **[Permissions](#permissions) required:** *Administer Jira* [global
|
|
256
271
|
* permission](https://confluence.atlassian.com/x/x4dKLg).
|
|
257
272
|
*
|
|
258
|
-
* @path
|
|
273
|
+
* @path DELETE `/rest/api/3/field/{fieldId}/context/{contextId}/option/{optionId}/issue`
|
|
259
274
|
* @scopes-current manage:jira-configuration
|
|
260
275
|
* @scopes-beta read:field.option:jira, write:field.option:jira
|
|
261
276
|
* @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
|
|
277
|
+
* @param params
|
|
262
278
|
*/
|
|
263
279
|
replaceCustomFieldOption: ({ fieldId, optionId, contextId, replaceWith, jql, }: {
|
|
264
280
|
/** The ID of the custom field. */
|
|
@@ -292,7 +308,9 @@ export declare class IssueCustomFieldOptionsService extends CommonHttpService {
|
|
|
292
308
|
*
|
|
293
309
|
* @returns Returned if the request is successful.
|
|
294
310
|
*
|
|
295
|
-
* example:
|
|
311
|
+
* example:
|
|
312
|
+
* ```
|
|
313
|
+
* {
|
|
296
314
|
* "options": [
|
|
297
315
|
* {
|
|
298
316
|
* "disabled": false,
|
|
@@ -311,10 +329,12 @@ export declare class IssueCustomFieldOptionsService extends CommonHttpService {
|
|
|
311
329
|
* }
|
|
312
330
|
* ]
|
|
313
331
|
* }
|
|
314
|
-
*
|
|
332
|
+
* ```
|
|
333
|
+
* @path PUT `/rest/api/3/field/{fieldId}/context/{contextId}/option`
|
|
315
334
|
* @scopes-current manage:jira-configuration
|
|
316
335
|
* @scopes-beta read:field.option:jira, write:field.option:jira
|
|
317
336
|
* @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
|
|
337
|
+
* @param params
|
|
318
338
|
*/
|
|
319
339
|
updateCustomFieldOption: ({ fieldId, contextId, bulkCustomFieldOptionUpdateRequest, }: {
|
|
320
340
|
/** The ID of the custom field. */
|
|
@@ -322,7 +342,8 @@ export declare class IssueCustomFieldOptionsService extends CommonHttpService {
|
|
|
322
342
|
/** The ID of the context. */
|
|
323
343
|
contextId: number;
|
|
324
344
|
/**
|
|
325
|
-
* @example
|
|
345
|
+
* @example
|
|
346
|
+
* {
|
|
326
347
|
* "options": [
|
|
327
348
|
* {
|
|
328
349
|
* "disabled": false,
|