@resolution/jira-api-client 0.3.0 → 0.4.2
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 +45 -0
- package/README.md +123 -1
- package/lib/openapi/platform/BaseJiraPlatformApiClient.d.ts +192 -4
- package/lib/openapi/platform/BaseJiraPlatformApiClient.js +192 -4
- package/lib/openapi/platform/BaseJiraPlatformApiClient.js.map +1 -1
- package/lib/openapi/platform/services/AnnouncementBannerService.d.ts +4 -0
- package/lib/openapi/platform/services/AnnouncementBannerService.js +4 -0
- package/lib/openapi/platform/services/AnnouncementBannerService.js.map +1 -1
- package/lib/openapi/platform/services/AppDataPoliciesService.d.ts +8 -2
- package/lib/openapi/platform/services/AppDataPoliciesService.js +8 -2
- package/lib/openapi/platform/services/AppDataPoliciesService.js.map +1 -1
- package/lib/openapi/platform/services/AppMigrationService.d.ts +5 -0
- package/lib/openapi/platform/services/AppMigrationService.js +5 -0
- package/lib/openapi/platform/services/AppMigrationService.js.map +1 -1
- package/lib/openapi/platform/services/AppPropertiesService.d.ts +8 -0
- package/lib/openapi/platform/services/AppPropertiesService.js +8 -0
- package/lib/openapi/platform/services/AppPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/ApplicationRolesService.d.ts +4 -0
- package/lib/openapi/platform/services/ApplicationRolesService.js +4 -0
- package/lib/openapi/platform/services/ApplicationRolesService.js.map +1 -1
- package/lib/openapi/platform/services/AuditRecordsService.d.ts +4 -1
- package/lib/openapi/platform/services/AuditRecordsService.js +4 -1
- package/lib/openapi/platform/services/AuditRecordsService.js.map +1 -1
- package/lib/openapi/platform/services/AvatarsService.d.ts +9 -0
- package/lib/openapi/platform/services/AvatarsService.js +9 -0
- package/lib/openapi/platform/services/AvatarsService.js.map +1 -1
- package/lib/openapi/platform/services/ClassificationLevelsService.d.ts +7 -2
- package/lib/openapi/platform/services/ClassificationLevelsService.js +7 -2
- package/lib/openapi/platform/services/ClassificationLevelsService.js.map +1 -1
- package/lib/openapi/platform/services/DashboardsService.d.ts +21 -2
- package/lib/openapi/platform/services/DashboardsService.js +21 -2
- package/lib/openapi/platform/services/DashboardsService.js.map +1 -1
- package/lib/openapi/platform/services/DynamicModulesService.d.ts +6 -1
- package/lib/openapi/platform/services/DynamicModulesService.js +6 -1
- package/lib/openapi/platform/services/DynamicModulesService.js.map +1 -1
- package/lib/openapi/platform/services/FilterSharingService.d.ts +8 -0
- package/lib/openapi/platform/services/FilterSharingService.js +8 -0
- package/lib/openapi/platform/services/FilterSharingService.js.map +1 -1
- package/lib/openapi/platform/services/FiltersService.d.ts +18 -3
- package/lib/openapi/platform/services/FiltersService.js +18 -3
- package/lib/openapi/platform/services/FiltersService.js.map +1 -1
- package/lib/openapi/platform/services/GroupAndUserPickerService.d.ts +3 -0
- package/lib/openapi/platform/services/GroupAndUserPickerService.js +3 -0
- package/lib/openapi/platform/services/GroupAndUserPickerService.js.map +1 -1
- package/lib/openapi/platform/services/GroupsService.d.ts +15 -5
- package/lib/openapi/platform/services/GroupsService.js +15 -5
- package/lib/openapi/platform/services/GroupsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueAttachmentsService.d.ts +10 -0
- package/lib/openapi/platform/services/IssueAttachmentsService.js +10 -0
- package/lib/openapi/platform/services/IssueAttachmentsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCommentPropertiesService.d.ts +6 -0
- package/lib/openapi/platform/services/IssueCommentPropertiesService.js +6 -0
- package/lib/openapi/platform/services/IssueCommentPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCommentsService.d.ts +8 -0
- package/lib/openapi/platform/services/IssueCommentsService.js +8 -0
- package/lib/openapi/platform/services/IssueCommentsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.d.ts +4 -0
- package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.js +4 -0
- package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCustomFieldContextsService.d.ts +15 -0
- package/lib/openapi/platform/services/IssueCustomFieldContextsService.js +15 -0
- package/lib/openapi/platform/services/IssueCustomFieldContextsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.d.ts +10 -0
- package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.js +10 -0
- package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCustomFieldOptionsService.d.ts +9 -0
- package/lib/openapi/platform/services/IssueCustomFieldOptionsService.js +9 -0
- package/lib/openapi/platform/services/IssueCustomFieldOptionsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.d.ts +4 -0
- package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.js +4 -0
- package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueFieldConfigurationsService.d.ts +20 -3
- package/lib/openapi/platform/services/IssueFieldConfigurationsService.js +20 -3
- package/lib/openapi/platform/services/IssueFieldConfigurationsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueFieldsService.d.ts +13 -2
- package/lib/openapi/platform/services/IssueFieldsService.js +13 -2
- package/lib/openapi/platform/services/IssueFieldsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueLinkTypesService.d.ts +7 -0
- package/lib/openapi/platform/services/IssueLinkTypesService.js +7 -0
- package/lib/openapi/platform/services/IssueLinkTypesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueLinksService.d.ts +5 -0
- package/lib/openapi/platform/services/IssueLinksService.js +5 -0
- package/lib/openapi/platform/services/IssueLinksService.js.map +1 -1
- package/lib/openapi/platform/services/IssueNavigatorSettingsService.d.ts +4 -0
- package/lib/openapi/platform/services/IssueNavigatorSettingsService.js +4 -0
- package/lib/openapi/platform/services/IssueNavigatorSettingsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueNotificationSchemesService.d.ts +12 -2
- package/lib/openapi/platform/services/IssueNotificationSchemesService.js +12 -2
- package/lib/openapi/platform/services/IssueNotificationSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/IssuePrioritiesService.d.ts +11 -1
- package/lib/openapi/platform/services/IssuePrioritiesService.js +11 -1
- package/lib/openapi/platform/services/IssuePrioritiesService.js.map +1 -1
- package/lib/openapi/platform/services/IssuePropertiesService.d.ts +10 -0
- package/lib/openapi/platform/services/IssuePropertiesService.js +10 -0
- package/lib/openapi/platform/services/IssuePropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueRemoteLinksService.d.ts +8 -0
- package/lib/openapi/platform/services/IssueRemoteLinksService.js +8 -0
- package/lib/openapi/platform/services/IssueRemoteLinksService.js.map +1 -1
- package/lib/openapi/platform/services/IssueResolutionsService.d.ts +11 -1
- package/lib/openapi/platform/services/IssueResolutionsService.js +11 -1
- package/lib/openapi/platform/services/IssueResolutionsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueSearchService.d.ts +9 -2
- package/lib/openapi/platform/services/IssueSearchService.js +9 -2
- package/lib/openapi/platform/services/IssueSearchService.js.map +1 -1
- package/lib/openapi/platform/services/IssueSecurityLevelService.d.ts +4 -0
- package/lib/openapi/platform/services/IssueSecurityLevelService.js +4 -0
- package/lib/openapi/platform/services/IssueSecurityLevelService.js.map +1 -1
- package/lib/openapi/platform/services/IssueSecuritySchemesService.d.ts +22 -4
- package/lib/openapi/platform/services/IssueSecuritySchemesService.js +22 -4
- package/lib/openapi/platform/services/IssueSecuritySchemesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueTypePropertiesService.d.ts +6 -0
- package/lib/openapi/platform/services/IssueTypePropertiesService.js +6 -0
- package/lib/openapi/platform/services/IssueTypePropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueTypeSchemesService.d.ts +14 -2
- package/lib/openapi/platform/services/IssueTypeSchemesService.js +14 -2
- package/lib/openapi/platform/services/IssueTypeSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueTypeScreenSchemesService.d.ts +15 -2
- package/lib/openapi/platform/services/IssueTypeScreenSchemesService.js +15 -2
- package/lib/openapi/platform/services/IssueTypeScreenSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueTypesService.d.ts +10 -0
- package/lib/openapi/platform/services/IssueTypesService.js +10 -0
- package/lib/openapi/platform/services/IssueTypesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueVotesService.d.ts +5 -0
- package/lib/openapi/platform/services/IssueVotesService.js +5 -0
- package/lib/openapi/platform/services/IssueVotesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueWatchersService.d.ts +6 -0
- package/lib/openapi/platform/services/IssueWatchersService.js +6 -0
- package/lib/openapi/platform/services/IssueWatchersService.js.map +1 -1
- package/lib/openapi/platform/services/IssueWorklogPropertiesService.d.ts +6 -0
- package/lib/openapi/platform/services/IssueWorklogPropertiesService.js +6 -0
- package/lib/openapi/platform/services/IssueWorklogPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueWorklogsService.d.ts +12 -2
- package/lib/openapi/platform/services/IssueWorklogsService.js +12 -2
- package/lib/openapi/platform/services/IssueWorklogsService.js.map +1 -1
- package/lib/openapi/platform/services/IssuesService.d.ts +24 -1
- package/lib/openapi/platform/services/IssuesService.js +24 -1
- package/lib/openapi/platform/services/IssuesService.js.map +1 -1
- package/lib/openapi/platform/services/JiraExpressionsService.d.ts +4 -0
- package/lib/openapi/platform/services/JiraExpressionsService.js +4 -0
- package/lib/openapi/platform/services/JiraExpressionsService.js.map +1 -1
- package/lib/openapi/platform/services/JiraSettingsService.d.ts +7 -1
- package/lib/openapi/platform/services/JiraSettingsService.js +7 -1
- package/lib/openapi/platform/services/JiraSettingsService.js.map +1 -1
- package/lib/openapi/platform/services/JqlFunctionsAppsService.d.ts +5 -1
- package/lib/openapi/platform/services/JqlFunctionsAppsService.js +5 -1
- package/lib/openapi/platform/services/JqlFunctionsAppsService.js.map +1 -1
- package/lib/openapi/platform/services/JqlService.d.ts +9 -1
- package/lib/openapi/platform/services/JqlService.js +9 -1
- package/lib/openapi/platform/services/JqlService.js.map +1 -1
- package/lib/openapi/platform/services/LabelsService.d.ts +4 -1
- package/lib/openapi/platform/services/LabelsService.js +4 -1
- package/lib/openapi/platform/services/LabelsService.js.map +1 -1
- package/lib/openapi/platform/services/LicenseMetricsService.d.ts +5 -0
- package/lib/openapi/platform/services/LicenseMetricsService.js +5 -0
- package/lib/openapi/platform/services/LicenseMetricsService.js.map +1 -1
- package/lib/openapi/platform/services/MyselfService.d.ts +10 -1
- package/lib/openapi/platform/services/MyselfService.js +10 -1
- package/lib/openapi/platform/services/MyselfService.js.map +1 -1
- package/lib/openapi/platform/services/PermissionSchemesService.d.ts +12 -1
- package/lib/openapi/platform/services/PermissionSchemesService.js +12 -1
- package/lib/openapi/platform/services/PermissionSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/PermissionsService.d.ts +7 -1
- package/lib/openapi/platform/services/PermissionsService.js +7 -1
- package/lib/openapi/platform/services/PermissionsService.js.map +1 -1
- package/lib/openapi/platform/services/PrioritySchemesService.d.ts +11 -1
- package/lib/openapi/platform/services/PrioritySchemesService.js +11 -1
- package/lib/openapi/platform/services/PrioritySchemesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectAvatarsService.d.ts +6 -0
- package/lib/openapi/platform/services/ProjectAvatarsService.js +6 -0
- package/lib/openapi/platform/services/ProjectAvatarsService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectCategoriesService.d.ts +7 -0
- package/lib/openapi/platform/services/ProjectCategoriesService.js +7 -0
- package/lib/openapi/platform/services/ProjectCategoriesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectClassificationLevelsService.d.ts +5 -0
- package/lib/openapi/platform/services/ProjectClassificationLevelsService.js +5 -0
- package/lib/openapi/platform/services/ProjectClassificationLevelsService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectComponentsService.d.ts +11 -1
- package/lib/openapi/platform/services/ProjectComponentsService.js +11 -1
- package/lib/openapi/platform/services/ProjectComponentsService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectEmailService.d.ts +4 -0
- package/lib/openapi/platform/services/ProjectEmailService.js +4 -0
- package/lib/openapi/platform/services/ProjectEmailService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectFeaturesService.d.ts +4 -0
- package/lib/openapi/platform/services/ProjectFeaturesService.js +4 -0
- package/lib/openapi/platform/services/ProjectFeaturesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.d.ts +10 -3
- package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.js +10 -3
- package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectPermissionSchemesService.d.ts +6 -0
- package/lib/openapi/platform/services/ProjectPermissionSchemesService.js +6 -0
- package/lib/openapi/platform/services/ProjectPermissionSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectPropertiesService.d.ts +6 -0
- package/lib/openapi/platform/services/ProjectPropertiesService.js +6 -0
- package/lib/openapi/platform/services/ProjectPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectRoleActorsService.d.ts +8 -0
- package/lib/openapi/platform/services/ProjectRoleActorsService.js +8 -0
- package/lib/openapi/platform/services/ProjectRoleActorsService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectRolesService.d.ts +11 -0
- package/lib/openapi/platform/services/ProjectRolesService.js +11 -0
- package/lib/openapi/platform/services/ProjectRolesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectTypesService.d.ts +6 -0
- package/lib/openapi/platform/services/ProjectTypesService.js +6 -0
- package/lib/openapi/platform/services/ProjectTypesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectVersionsService.d.ts +17 -0
- package/lib/openapi/platform/services/ProjectVersionsService.js +17 -0
- package/lib/openapi/platform/services/ProjectVersionsService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectsService.d.ts +18 -3
- package/lib/openapi/platform/services/ProjectsService.js +18 -3
- package/lib/openapi/platform/services/ProjectsService.js.map +1 -1
- package/lib/openapi/platform/services/ScreenSchemesService.d.ts +7 -1
- package/lib/openapi/platform/services/ScreenSchemesService.js +7 -1
- package/lib/openapi/platform/services/ScreenSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/ScreenTabFieldsService.d.ts +6 -0
- package/lib/openapi/platform/services/ScreenTabFieldsService.js +6 -0
- package/lib/openapi/platform/services/ScreenTabFieldsService.js.map +1 -1
- package/lib/openapi/platform/services/ScreenTabsService.d.ts +9 -1
- package/lib/openapi/platform/services/ScreenTabsService.js +9 -1
- package/lib/openapi/platform/services/ScreenTabsService.js.map +1 -1
- package/lib/openapi/platform/services/ScreensService.d.ts +10 -1
- package/lib/openapi/platform/services/ScreensService.js +10 -1
- package/lib/openapi/platform/services/ScreensService.js.map +1 -1
- package/lib/openapi/platform/services/ServerInfoService.d.ts +6 -1
- package/lib/openapi/platform/services/ServerInfoService.js +6 -1
- package/lib/openapi/platform/services/ServerInfoService.js.map +1 -1
- package/lib/openapi/platform/services/ServiceRegistryService.d.ts +3 -0
- package/lib/openapi/platform/services/ServiceRegistryService.js +3 -0
- package/lib/openapi/platform/services/ServiceRegistryService.js.map +1 -1
- package/lib/openapi/platform/services/StatusService.d.ts +8 -1
- package/lib/openapi/platform/services/StatusService.js +8 -1
- package/lib/openapi/platform/services/StatusService.js.map +1 -1
- package/lib/openapi/platform/services/TasksService.d.ts +4 -0
- package/lib/openapi/platform/services/TasksService.js +4 -0
- package/lib/openapi/platform/services/TasksService.js.map +1 -1
- package/lib/openapi/platform/services/TimeTrackingService.d.ts +7 -0
- package/lib/openapi/platform/services/TimeTrackingService.js +7 -0
- package/lib/openapi/platform/services/TimeTrackingService.js.map +1 -1
- package/lib/openapi/platform/services/UiModificationsAppsService.d.ts +7 -1
- package/lib/openapi/platform/services/UiModificationsAppsService.js +7 -1
- package/lib/openapi/platform/services/UiModificationsAppsService.js.map +1 -1
- package/lib/openapi/platform/services/UserPropertiesService.d.ts +7 -1
- package/lib/openapi/platform/services/UserPropertiesService.js +7 -1
- package/lib/openapi/platform/services/UserPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/UserSearchService.d.ts +13 -3
- package/lib/openapi/platform/services/UserSearchService.js +13 -3
- package/lib/openapi/platform/services/UserSearchService.js.map +1 -1
- package/lib/openapi/platform/services/UsersService.d.ts +21 -6
- package/lib/openapi/platform/services/UsersService.js +21 -6
- package/lib/openapi/platform/services/UsersService.js.map +1 -1
- package/lib/openapi/platform/services/WebhooksService.d.ts +9 -2
- package/lib/openapi/platform/services/WebhooksService.js +9 -2
- package/lib/openapi/platform/services/WebhooksService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowSchemeDraftsService.d.ts +16 -0
- package/lib/openapi/platform/services/WorkflowSchemeDraftsService.js +16 -0
- package/lib/openapi/platform/services/WorkflowSchemeDraftsService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowSchemeProjectAssociationsService.d.ts +4 -0
- package/lib/openapi/platform/services/WorkflowSchemeProjectAssociationsService.js +4 -0
- package/lib/openapi/platform/services/WorkflowSchemeProjectAssociationsService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowSchemesService.d.ts +20 -1
- package/lib/openapi/platform/services/WorkflowSchemesService.js +20 -1
- package/lib/openapi/platform/services/WorkflowSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowStatusCategoriesService.d.ts +4 -0
- package/lib/openapi/platform/services/WorkflowStatusCategoriesService.js +4 -0
- package/lib/openapi/platform/services/WorkflowStatusCategoriesService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowStatusesService.d.ts +4 -0
- package/lib/openapi/platform/services/WorkflowStatusesService.js +4 -0
- package/lib/openapi/platform/services/WorkflowStatusesService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.d.ts +6 -0
- package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.js +6 -0
- package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowTransitionRulesService.d.ts +5 -0
- package/lib/openapi/platform/services/WorkflowTransitionRulesService.js +5 -0
- package/lib/openapi/platform/services/WorkflowTransitionRulesService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowsService.d.ts +15 -3
- package/lib/openapi/platform/services/WorkflowsService.js +15 -3
- package/lib/openapi/platform/services/WorkflowsService.js.map +1 -1
- package/lib/openapi/software/BaseJiraSoftwareApiClient.d.ts +41 -5
- package/lib/openapi/software/BaseJiraSoftwareApiClient.js +41 -5
- package/lib/openapi/software/BaseJiraSoftwareApiClient.js.map +1 -1
- package/lib/openapi/software/services/BacklogService.d.ts +7 -1
- package/lib/openapi/software/services/BacklogService.js +7 -1
- package/lib/openapi/software/services/BacklogService.js.map +1 -1
- package/lib/openapi/software/services/BoardService.d.ts +32 -2
- package/lib/openapi/software/services/BoardService.js +32 -2
- package/lib/openapi/software/services/BoardService.js.map +1 -1
- package/lib/openapi/software/services/BuildsService.d.ts +6 -0
- package/lib/openapi/software/services/BuildsService.js +6 -0
- package/lib/openapi/software/services/BuildsService.js.map +1 -1
- package/lib/openapi/software/services/DeploymentsService.d.ts +7 -0
- package/lib/openapi/software/services/DeploymentsService.js +7 -0
- package/lib/openapi/software/services/DeploymentsService.js.map +1 -1
- package/lib/openapi/software/services/DevOpsComponentsService.d.ts +6 -0
- package/lib/openapi/software/services/DevOpsComponentsService.js +6 -0
- package/lib/openapi/software/services/DevOpsComponentsService.js.map +1 -1
- package/lib/openapi/software/services/DevelopmentInformationService.d.ts +8 -0
- package/lib/openapi/software/services/DevelopmentInformationService.js +8 -0
- package/lib/openapi/software/services/DevelopmentInformationService.js.map +1 -1
- package/lib/openapi/software/services/EpicService.d.ts +13 -2
- package/lib/openapi/software/services/EpicService.js +13 -2
- package/lib/openapi/software/services/EpicService.js.map +1 -1
- package/lib/openapi/software/services/FeatureFlagsService.d.ts +6 -0
- package/lib/openapi/software/services/FeatureFlagsService.js +6 -0
- package/lib/openapi/software/services/FeatureFlagsService.js.map +1 -1
- package/lib/openapi/software/services/IssueService.d.ts +9 -1
- package/lib/openapi/software/services/IssueService.js +9 -1
- package/lib/openapi/software/services/IssueService.js.map +1 -1
- package/lib/openapi/software/services/OperationsService.d.ts +11 -0
- package/lib/openapi/software/services/OperationsService.js +11 -0
- package/lib/openapi/software/services/OperationsService.js.map +1 -1
- package/lib/openapi/software/services/RemoteLinksService.d.ts +6 -0
- package/lib/openapi/software/services/RemoteLinksService.js +6 -0
- package/lib/openapi/software/services/RemoteLinksService.js.map +1 -1
- package/lib/openapi/software/services/SecurityInformationService.d.ts +10 -0
- package/lib/openapi/software/services/SecurityInformationService.js +10 -0
- package/lib/openapi/software/services/SecurityInformationService.js.map +1 -1
- package/lib/openapi/software/services/SprintService.d.ts +17 -1
- package/lib/openapi/software/services/SprintService.js +17 -1
- package/lib/openapi/software/services/SprintService.js.map +1 -1
- package/package.json +4 -4
|
@@ -10,6 +10,8 @@ import { type CreateCustomFieldContext, type CustomFieldContextDefaultValueUpdat
|
|
|
10
10
|
* * assign custom field contexts to projects.
|
|
11
11
|
* * remove custom field contexts from projects.
|
|
12
12
|
* * add issue types to custom field contexts.
|
|
13
|
+
*
|
|
14
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-contexts
|
|
13
15
|
*/
|
|
14
16
|
export declare class IssueCustomFieldContextsService extends CommonHttpService {
|
|
15
17
|
/**
|
|
@@ -30,6 +32,7 @@ export declare class IssueCustomFieldContextsService extends CommonHttpService {
|
|
|
30
32
|
* @path {PUT} /rest/api/3/field/{fieldId}/context/{contextId}/issuetype
|
|
31
33
|
* @scopes-current manage:jira-configuration
|
|
32
34
|
* @scopes-beta write:field:jira
|
|
35
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-contexts#api-rest-api-3-field-fieldid-context-contextid-issuetype-put
|
|
33
36
|
*/
|
|
34
37
|
addIssueTypesToContext({ fieldId, contextId, issueTypeIds, }: {
|
|
35
38
|
/** The ID of the custom field. */
|
|
@@ -60,6 +63,7 @@ export declare class IssueCustomFieldContextsService extends CommonHttpService {
|
|
|
60
63
|
* @path {PUT} /rest/api/3/field/{fieldId}/context/{contextId}/project
|
|
61
64
|
* @scopes-current manage:jira-configuration
|
|
62
65
|
* @scopes-beta write:field:jira
|
|
66
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-contexts#api-rest-api-3-field-fieldid-context-contextid-project-put
|
|
63
67
|
*/
|
|
64
68
|
assignProjectsToCustomFieldContext({ fieldId, contextId, projectIds, }: {
|
|
65
69
|
/** The ID of the custom field. */
|
|
@@ -102,6 +106,7 @@ export declare class IssueCustomFieldContextsService extends CommonHttpService {
|
|
|
102
106
|
* @scopes-current manage:jira-configuration
|
|
103
107
|
* @scopes-beta read:field:jira, write:field:jira,
|
|
104
108
|
* read:custom-field-contextual-configuration:jira
|
|
109
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-contexts#api-rest-api-3-field-fieldid-context-post
|
|
105
110
|
*/
|
|
106
111
|
createCustomFieldContext({ fieldId, createCustomFieldContext, }: {
|
|
107
112
|
/** The ID of the custom field. */
|
|
@@ -130,6 +135,7 @@ export declare class IssueCustomFieldContextsService extends CommonHttpService {
|
|
|
130
135
|
* @path {DELETE} /rest/api/3/field/{fieldId}/context/{contextId}
|
|
131
136
|
* @scopes-current manage:jira-configuration
|
|
132
137
|
* @scopes-beta delete:field:jira
|
|
138
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-contexts#api-rest-api-3-field-fieldid-context-contextid-delete
|
|
133
139
|
*/
|
|
134
140
|
deleteCustomFieldContext({ fieldId, contextId, }: {
|
|
135
141
|
/** The ID of the custom field. */
|
|
@@ -183,6 +189,7 @@ export declare class IssueCustomFieldContextsService extends CommonHttpService {
|
|
|
183
189
|
* @path {GET} /rest/api/3/field/{fieldId}/context
|
|
184
190
|
* @scopes-current manage:jira-configuration
|
|
185
191
|
* @scopes-beta read:field:jira, read:custom-field-contextual-configuration:jira
|
|
192
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-contexts#api-rest-api-3-field-fieldid-context-get
|
|
186
193
|
*/
|
|
187
194
|
getContextsForField({ fieldId, isAnyIssueType, isGlobalContext, contextId, startAt, maxResults, }: {
|
|
188
195
|
/** The ID of the custom field. */
|
|
@@ -247,6 +254,7 @@ export declare class IssueCustomFieldContextsService extends CommonHttpService {
|
|
|
247
254
|
* @path {POST} /rest/api/3/field/{fieldId}/context/mapping
|
|
248
255
|
* @scopes-current manage:jira-configuration
|
|
249
256
|
* @scopes-beta read:field:jira
|
|
257
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-contexts#api-rest-api-3-field-fieldid-context-mapping-post
|
|
250
258
|
*/
|
|
251
259
|
getCustomFieldContextsForProjectsAndIssueTypes({ fieldId, startAt, maxResults, projectIssueTypeMappings, }: {
|
|
252
260
|
/** The ID of the custom field. */
|
|
@@ -367,6 +375,7 @@ export declare class IssueCustomFieldContextsService extends CommonHttpService {
|
|
|
367
375
|
* @path {GET} /rest/api/3/field/{fieldId}/context/defaultValue
|
|
368
376
|
* @scopes-current manage:jira-configuration
|
|
369
377
|
* @scopes-beta read:field.default-value:jira
|
|
378
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-contexts#api-rest-api-3-field-fieldid-context-defaultvalue-get
|
|
370
379
|
*/
|
|
371
380
|
getDefaultValues({ fieldId, contextId, startAt, maxResults, }: {
|
|
372
381
|
/** The ID of the custom field, for example `customfield\_10000`. */
|
|
@@ -411,6 +420,7 @@ export declare class IssueCustomFieldContextsService extends CommonHttpService {
|
|
|
411
420
|
* @path {GET} /rest/api/3/field/{fieldId}/context/issuetypemapping
|
|
412
421
|
* @scopes-current manage:jira-configuration
|
|
413
422
|
* @scopes-beta read:field:jira
|
|
423
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-contexts#api-rest-api-3-field-fieldid-context-issuetypemapping-get
|
|
414
424
|
*/
|
|
415
425
|
getIssueTypeMappingsForContexts({ fieldId, contextId, startAt, maxResults, }: {
|
|
416
426
|
/** The ID of the custom field. */
|
|
@@ -454,6 +464,7 @@ export declare class IssueCustomFieldContextsService extends CommonHttpService {
|
|
|
454
464
|
* @path {GET} /rest/api/3/field/{fieldId}/context/projectmapping
|
|
455
465
|
* @scopes-current manage:jira-configuration
|
|
456
466
|
* @scopes-beta read:field:jira
|
|
467
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-contexts#api-rest-api-3-field-fieldid-context-projectmapping-get
|
|
457
468
|
*/
|
|
458
469
|
getProjectContextMapping({ fieldId, contextId, startAt, maxResults, }: {
|
|
459
470
|
/** The ID of the custom field, for example `customfield\_10000`. */
|
|
@@ -485,6 +496,7 @@ export declare class IssueCustomFieldContextsService extends CommonHttpService {
|
|
|
485
496
|
* @path {POST} /rest/api/3/field/{fieldId}/context/{contextId}/project/remove
|
|
486
497
|
* @scopes-current manage:jira-configuration
|
|
487
498
|
* @scopes-beta write:field:jira
|
|
499
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-contexts#api-rest-api-3-field-fieldid-context-contextid-project-remove-post
|
|
488
500
|
*/
|
|
489
501
|
removeCustomFieldContextFromProjects({ fieldId, contextId, projectIds, }: {
|
|
490
502
|
/** The ID of the custom field. */
|
|
@@ -514,6 +526,7 @@ export declare class IssueCustomFieldContextsService extends CommonHttpService {
|
|
|
514
526
|
* @path {POST} /rest/api/3/field/{fieldId}/context/{contextId}/issuetype/remove
|
|
515
527
|
* @scopes-current manage:jira-configuration
|
|
516
528
|
* @scopes-beta write:field:jira
|
|
529
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-contexts#api-rest-api-3-field-fieldid-context-contextid-issuetype-remove-post
|
|
517
530
|
*/
|
|
518
531
|
removeIssueTypesFromContext({ fieldId, contextId, issueTypeIds, }: {
|
|
519
532
|
/** The ID of the custom field. */
|
|
@@ -602,6 +615,7 @@ export declare class IssueCustomFieldContextsService extends CommonHttpService {
|
|
|
602
615
|
* @path {PUT} /rest/api/3/field/{fieldId}/context/defaultValue
|
|
603
616
|
* @scopes-current manage:jira-configuration
|
|
604
617
|
* @scopes-beta write:field.default-value:jira
|
|
618
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-contexts#api-rest-api-3-field-fieldid-context-defaultvalue-put
|
|
605
619
|
*/
|
|
606
620
|
setDefaultValues({ fieldId, customFieldContextDefaultValueUpdate, }: {
|
|
607
621
|
/** The ID of the custom field. */
|
|
@@ -640,6 +654,7 @@ export declare class IssueCustomFieldContextsService extends CommonHttpService {
|
|
|
640
654
|
* @path {PUT} /rest/api/3/field/{fieldId}/context/{contextId}
|
|
641
655
|
* @scopes-current manage:jira-configuration
|
|
642
656
|
* @scopes-beta write:field:jira
|
|
657
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-contexts#api-rest-api-3-field-fieldid-context-contextid-put
|
|
643
658
|
*/
|
|
644
659
|
updateCustomFieldContext({ fieldId, contextId, customFieldContextUpdateDetails, }: {
|
|
645
660
|
/** The ID of the custom field. */
|
|
@@ -18,6 +18,8 @@ const validationSchemaStorage_1 = require("../validationSchemaStorage");
|
|
|
18
18
|
* * assign custom field contexts to projects.
|
|
19
19
|
* * remove custom field contexts from projects.
|
|
20
20
|
* * add issue types to custom field contexts.
|
|
21
|
+
*
|
|
22
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-contexts
|
|
21
23
|
*/
|
|
22
24
|
class IssueCustomFieldContextsService extends CommonHttpService_1.CommonHttpService {
|
|
23
25
|
/**
|
|
@@ -38,6 +40,7 @@ class IssueCustomFieldContextsService extends CommonHttpService_1.CommonHttpServ
|
|
|
38
40
|
* @path {PUT} /rest/api/3/field/{fieldId}/context/{contextId}/issuetype
|
|
39
41
|
* @scopes-current manage:jira-configuration
|
|
40
42
|
* @scopes-beta write:field:jira
|
|
43
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-contexts#api-rest-api-3-field-fieldid-context-contextid-issuetype-put
|
|
41
44
|
*/
|
|
42
45
|
addIssueTypesToContext({ fieldId, contextId, issueTypeIds, }) {
|
|
43
46
|
return this.getClientInstance()
|
|
@@ -75,6 +78,7 @@ class IssueCustomFieldContextsService extends CommonHttpService_1.CommonHttpServ
|
|
|
75
78
|
* @path {PUT} /rest/api/3/field/{fieldId}/context/{contextId}/project
|
|
76
79
|
* @scopes-current manage:jira-configuration
|
|
77
80
|
* @scopes-beta write:field:jira
|
|
81
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-contexts#api-rest-api-3-field-fieldid-context-contextid-project-put
|
|
78
82
|
*/
|
|
79
83
|
assignProjectsToCustomFieldContext({ fieldId, contextId, projectIds, }) {
|
|
80
84
|
return this.getClientInstance()
|
|
@@ -124,6 +128,7 @@ class IssueCustomFieldContextsService extends CommonHttpService_1.CommonHttpServ
|
|
|
124
128
|
* @scopes-current manage:jira-configuration
|
|
125
129
|
* @scopes-beta read:field:jira, write:field:jira,
|
|
126
130
|
* read:custom-field-contextual-configuration:jira
|
|
131
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-contexts#api-rest-api-3-field-fieldid-context-post
|
|
127
132
|
*/
|
|
128
133
|
createCustomFieldContext({ fieldId, createCustomFieldContext, }) {
|
|
129
134
|
return this.getClientInstance()
|
|
@@ -158,6 +163,7 @@ class IssueCustomFieldContextsService extends CommonHttpService_1.CommonHttpServ
|
|
|
158
163
|
* @path {DELETE} /rest/api/3/field/{fieldId}/context/{contextId}
|
|
159
164
|
* @scopes-current manage:jira-configuration
|
|
160
165
|
* @scopes-beta delete:field:jira
|
|
166
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-contexts#api-rest-api-3-field-fieldid-context-contextid-delete
|
|
161
167
|
*/
|
|
162
168
|
deleteCustomFieldContext({ fieldId, contextId, }) {
|
|
163
169
|
return this.getClientInstance()
|
|
@@ -224,6 +230,7 @@ class IssueCustomFieldContextsService extends CommonHttpService_1.CommonHttpServ
|
|
|
224
230
|
* @path {GET} /rest/api/3/field/{fieldId}/context
|
|
225
231
|
* @scopes-current manage:jira-configuration
|
|
226
232
|
* @scopes-beta read:field:jira, read:custom-field-contextual-configuration:jira
|
|
233
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-contexts#api-rest-api-3-field-fieldid-context-get
|
|
227
234
|
*/
|
|
228
235
|
getContextsForField({ fieldId, isAnyIssueType, isGlobalContext, contextId, startAt, maxResults, }) {
|
|
229
236
|
return this.getClientInstance()
|
|
@@ -296,6 +303,7 @@ class IssueCustomFieldContextsService extends CommonHttpService_1.CommonHttpServ
|
|
|
296
303
|
* @path {POST} /rest/api/3/field/{fieldId}/context/mapping
|
|
297
304
|
* @scopes-current manage:jira-configuration
|
|
298
305
|
* @scopes-beta read:field:jira
|
|
306
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-contexts#api-rest-api-3-field-fieldid-context-mapping-post
|
|
299
307
|
*/
|
|
300
308
|
getCustomFieldContextsForProjectsAndIssueTypes({ fieldId, startAt, maxResults, projectIssueTypeMappings, }) {
|
|
301
309
|
return this.getClientInstance()
|
|
@@ -413,6 +421,7 @@ class IssueCustomFieldContextsService extends CommonHttpService_1.CommonHttpServ
|
|
|
413
421
|
* @path {GET} /rest/api/3/field/{fieldId}/context/defaultValue
|
|
414
422
|
* @scopes-current manage:jira-configuration
|
|
415
423
|
* @scopes-beta read:field.default-value:jira
|
|
424
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-contexts#api-rest-api-3-field-fieldid-context-defaultvalue-get
|
|
416
425
|
*/
|
|
417
426
|
getDefaultValues({ fieldId, contextId, startAt, maxResults, }) {
|
|
418
427
|
return this.getClientInstance()
|
|
@@ -470,6 +479,7 @@ class IssueCustomFieldContextsService extends CommonHttpService_1.CommonHttpServ
|
|
|
470
479
|
* @path {GET} /rest/api/3/field/{fieldId}/context/issuetypemapping
|
|
471
480
|
* @scopes-current manage:jira-configuration
|
|
472
481
|
* @scopes-beta read:field:jira
|
|
482
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-contexts#api-rest-api-3-field-fieldid-context-issuetypemapping-get
|
|
473
483
|
*/
|
|
474
484
|
getIssueTypeMappingsForContexts({ fieldId, contextId, startAt, maxResults, }) {
|
|
475
485
|
return this.getClientInstance()
|
|
@@ -523,6 +533,7 @@ class IssueCustomFieldContextsService extends CommonHttpService_1.CommonHttpServ
|
|
|
523
533
|
* @path {GET} /rest/api/3/field/{fieldId}/context/projectmapping
|
|
524
534
|
* @scopes-current manage:jira-configuration
|
|
525
535
|
* @scopes-beta read:field:jira
|
|
536
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-contexts#api-rest-api-3-field-fieldid-context-projectmapping-get
|
|
526
537
|
*/
|
|
527
538
|
getProjectContextMapping({ fieldId, contextId, startAt, maxResults, }) {
|
|
528
539
|
return this.getClientInstance()
|
|
@@ -564,6 +575,7 @@ class IssueCustomFieldContextsService extends CommonHttpService_1.CommonHttpServ
|
|
|
564
575
|
* @path {POST} /rest/api/3/field/{fieldId}/context/{contextId}/project/remove
|
|
565
576
|
* @scopes-current manage:jira-configuration
|
|
566
577
|
* @scopes-beta write:field:jira
|
|
578
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-contexts#api-rest-api-3-field-fieldid-context-contextid-project-remove-post
|
|
567
579
|
*/
|
|
568
580
|
removeCustomFieldContextFromProjects({ fieldId, contextId, projectIds, }) {
|
|
569
581
|
return this.getClientInstance()
|
|
@@ -600,6 +612,7 @@ class IssueCustomFieldContextsService extends CommonHttpService_1.CommonHttpServ
|
|
|
600
612
|
* @path {POST} /rest/api/3/field/{fieldId}/context/{contextId}/issuetype/remove
|
|
601
613
|
* @scopes-current manage:jira-configuration
|
|
602
614
|
* @scopes-beta write:field:jira
|
|
615
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-contexts#api-rest-api-3-field-fieldid-context-contextid-issuetype-remove-post
|
|
603
616
|
*/
|
|
604
617
|
removeIssueTypesFromContext({ fieldId, contextId, issueTypeIds, }) {
|
|
605
618
|
return this.getClientInstance()
|
|
@@ -695,6 +708,7 @@ class IssueCustomFieldContextsService extends CommonHttpService_1.CommonHttpServ
|
|
|
695
708
|
* @path {PUT} /rest/api/3/field/{fieldId}/context/defaultValue
|
|
696
709
|
* @scopes-current manage:jira-configuration
|
|
697
710
|
* @scopes-beta write:field.default-value:jira
|
|
711
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-contexts#api-rest-api-3-field-fieldid-context-defaultvalue-put
|
|
698
712
|
*/
|
|
699
713
|
setDefaultValues({ fieldId, customFieldContextDefaultValueUpdate, }) {
|
|
700
714
|
return this.getClientInstance()
|
|
@@ -729,6 +743,7 @@ class IssueCustomFieldContextsService extends CommonHttpService_1.CommonHttpServ
|
|
|
729
743
|
* @path {PUT} /rest/api/3/field/{fieldId}/context/{contextId}
|
|
730
744
|
* @scopes-current manage:jira-configuration
|
|
731
745
|
* @scopes-beta write:field:jira
|
|
746
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-contexts#api-rest-api-3-field-fieldid-context-contextid-put
|
|
732
747
|
*/
|
|
733
748
|
updateCustomFieldContext({ fieldId, contextId, customFieldContextUpdateDetails, }) {
|
|
734
749
|
return this.getClientInstance()
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IssueCustomFieldContextsService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/IssueCustomFieldContextsService.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"IssueCustomFieldContextsService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/IssueCustomFieldContextsService.ts"],"names":[],"mappings":"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"}
|
|
@@ -10,6 +10,8 @@ import { type IssueFieldOption, type IssueFieldOptionCreateBean, type PageBeanIs
|
|
|
10
10
|
* field](https://developer.atlassian.com/cloud/jira/platform/modules/issue-field/)
|
|
11
11
|
* that enables a user to select an option from a list. Use it to add, remove, and
|
|
12
12
|
* update the options of a select list issue field.
|
|
13
|
+
*
|
|
14
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-options-apps-
|
|
13
15
|
*/
|
|
14
16
|
export declare class IssueCustomFieldOptionsAppsService extends CommonHttpService {
|
|
15
17
|
/**
|
|
@@ -66,6 +68,7 @@ export declare class IssueCustomFieldOptionsAppsService extends CommonHttpServic
|
|
|
66
68
|
* @path {POST} /rest/api/3/field/{fieldKey}/option
|
|
67
69
|
* @scopes-current manage:jira-configuration
|
|
68
70
|
* @scopes-beta write:field.option:jira
|
|
71
|
+
* @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
|
|
69
72
|
*/
|
|
70
73
|
createIssueFieldOption({ fieldKey, issueFieldOptionCreateBean, }: {
|
|
71
74
|
/**
|
|
@@ -135,6 +138,7 @@ export declare class IssueCustomFieldOptionsAppsService extends CommonHttpServic
|
|
|
135
138
|
* @path {DELETE} /rest/api/3/field/{fieldKey}/option/{optionId}
|
|
136
139
|
* @scopes-current manage:jira-configuration
|
|
137
140
|
* @scopes-beta delete:field.option:jira
|
|
141
|
+
* @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
|
|
138
142
|
*/
|
|
139
143
|
deleteIssueFieldOption({ fieldKey, optionId, }: {
|
|
140
144
|
/**
|
|
@@ -220,6 +224,7 @@ export declare class IssueCustomFieldOptionsAppsService extends CommonHttpServic
|
|
|
220
224
|
* @path {GET} /rest/api/3/field/{fieldKey}/option
|
|
221
225
|
* @scopes-current manage:jira-configuration
|
|
222
226
|
* @scopes-beta read:field.option:jira
|
|
227
|
+
* @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
|
|
223
228
|
*/
|
|
224
229
|
getAllIssueFieldOptions({ fieldKey, startAt, maxResults, }: {
|
|
225
230
|
/**
|
|
@@ -292,6 +297,7 @@ export declare class IssueCustomFieldOptionsAppsService extends CommonHttpServic
|
|
|
292
297
|
* @path {GET} /rest/api/3/field/{fieldKey}/option/{optionId}
|
|
293
298
|
* @scopes-current manage:jira-configuration
|
|
294
299
|
* @scopes-beta read:field.option:jira
|
|
300
|
+
* @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
301
|
*/
|
|
296
302
|
getIssueFieldOption({ fieldKey, optionId, }: {
|
|
297
303
|
/**
|
|
@@ -352,6 +358,7 @@ export declare class IssueCustomFieldOptionsAppsService extends CommonHttpServic
|
|
|
352
358
|
* @path {GET} /rest/api/3/field/{fieldKey}/option/suggestions/edit
|
|
353
359
|
* @scopes-current read:jira-work
|
|
354
360
|
* @scopes-beta read:field.option:jira
|
|
361
|
+
* @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
|
|
355
362
|
*/
|
|
356
363
|
getSelectableIssueFieldOptions({ fieldKey, startAt, maxResults, projectId, }: {
|
|
357
364
|
/**
|
|
@@ -416,6 +423,7 @@ export declare class IssueCustomFieldOptionsAppsService extends CommonHttpServic
|
|
|
416
423
|
* @path {GET} /rest/api/3/field/{fieldKey}/option/suggestions/search
|
|
417
424
|
* @scopes-current read:jira-work
|
|
418
425
|
* @scopes-beta read:field.option:jira
|
|
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
|
|
419
427
|
*/
|
|
420
428
|
getVisibleIssueFieldOptions({ fieldKey, startAt, maxResults, projectId, }: {
|
|
421
429
|
/**
|
|
@@ -464,6 +472,7 @@ export declare class IssueCustomFieldOptionsAppsService extends CommonHttpServic
|
|
|
464
472
|
* @path {DELETE} /rest/api/3/field/{fieldKey}/option/{optionId}/issue
|
|
465
473
|
* @scopes-current manage:jira-configuration
|
|
466
474
|
* @scopes-beta write:field.option:jira, delete:field.option:jira
|
|
475
|
+
* @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
|
|
467
476
|
*/
|
|
468
477
|
replaceIssueFieldOption({ fieldKey, optionId, replaceWith, jql, overrideScreenSecurity, overrideEditableFlag, }: {
|
|
469
478
|
/**
|
|
@@ -555,6 +564,7 @@ export declare class IssueCustomFieldOptionsAppsService extends CommonHttpServic
|
|
|
555
564
|
* @path {PUT} /rest/api/3/field/{fieldKey}/option/{optionId}
|
|
556
565
|
* @scopes-current manage:jira-configuration
|
|
557
566
|
* @scopes-beta write:field.option:jira
|
|
567
|
+
* @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
|
|
558
568
|
*/
|
|
559
569
|
updateIssueFieldOption({ fieldKey, optionId, issueFieldOption, }: {
|
|
560
570
|
/**
|
|
@@ -19,6 +19,8 @@ const validationSchemaStorage_1 = require("../validationSchemaStorage");
|
|
|
19
19
|
* field](https://developer.atlassian.com/cloud/jira/platform/modules/issue-field/)
|
|
20
20
|
* that enables a user to select an option from a list. Use it to add, remove, and
|
|
21
21
|
* update the options of a select list issue field.
|
|
22
|
+
*
|
|
23
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-options-apps-
|
|
22
24
|
*/
|
|
23
25
|
class IssueCustomFieldOptionsAppsService extends CommonHttpService_1.CommonHttpService {
|
|
24
26
|
/**
|
|
@@ -75,6 +77,7 @@ class IssueCustomFieldOptionsAppsService extends CommonHttpService_1.CommonHttpS
|
|
|
75
77
|
* @path {POST} /rest/api/3/field/{fieldKey}/option
|
|
76
78
|
* @scopes-current manage:jira-configuration
|
|
77
79
|
* @scopes-beta write:field.option:jira
|
|
80
|
+
* @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
|
|
78
81
|
*/
|
|
79
82
|
createIssueFieldOption({ fieldKey, issueFieldOptionCreateBean, }) {
|
|
80
83
|
return this.getClientInstance()
|
|
@@ -114,6 +117,7 @@ class IssueCustomFieldOptionsAppsService extends CommonHttpService_1.CommonHttpS
|
|
|
114
117
|
* @path {DELETE} /rest/api/3/field/{fieldKey}/option/{optionId}
|
|
115
118
|
* @scopes-current manage:jira-configuration
|
|
116
119
|
* @scopes-beta delete:field.option:jira
|
|
120
|
+
* @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
|
|
117
121
|
*/
|
|
118
122
|
deleteIssueFieldOption({ fieldKey, optionId, }) {
|
|
119
123
|
return this.getClientInstance()
|
|
@@ -200,6 +204,7 @@ class IssueCustomFieldOptionsAppsService extends CommonHttpService_1.CommonHttpS
|
|
|
200
204
|
* @path {GET} /rest/api/3/field/{fieldKey}/option
|
|
201
205
|
* @scopes-current manage:jira-configuration
|
|
202
206
|
* @scopes-beta read:field.option:jira
|
|
207
|
+
* @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
|
|
203
208
|
*/
|
|
204
209
|
getAllIssueFieldOptions({ fieldKey, startAt, maxResults, }) {
|
|
205
210
|
return this.getClientInstance()
|
|
@@ -274,6 +279,7 @@ class IssueCustomFieldOptionsAppsService extends CommonHttpService_1.CommonHttpS
|
|
|
274
279
|
* @path {GET} /rest/api/3/field/{fieldKey}/option/{optionId}
|
|
275
280
|
* @scopes-current manage:jira-configuration
|
|
276
281
|
* @scopes-beta read:field.option:jira
|
|
282
|
+
* @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
|
|
277
283
|
*/
|
|
278
284
|
getIssueFieldOption({ fieldKey, optionId, }) {
|
|
279
285
|
return this.getClientInstance()
|
|
@@ -335,6 +341,7 @@ class IssueCustomFieldOptionsAppsService extends CommonHttpService_1.CommonHttpS
|
|
|
335
341
|
* @path {GET} /rest/api/3/field/{fieldKey}/option/suggestions/edit
|
|
336
342
|
* @scopes-current read:jira-work
|
|
337
343
|
* @scopes-beta read:field.option:jira
|
|
344
|
+
* @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
|
|
338
345
|
*/
|
|
339
346
|
getSelectableIssueFieldOptions({ fieldKey, startAt, maxResults, projectId, }) {
|
|
340
347
|
return this.getClientInstance()
|
|
@@ -400,6 +407,7 @@ class IssueCustomFieldOptionsAppsService extends CommonHttpService_1.CommonHttpS
|
|
|
400
407
|
* @path {GET} /rest/api/3/field/{fieldKey}/option/suggestions/search
|
|
401
408
|
* @scopes-current read:jira-work
|
|
402
409
|
* @scopes-beta read:field.option:jira
|
|
410
|
+
* @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
|
|
403
411
|
*/
|
|
404
412
|
getVisibleIssueFieldOptions({ fieldKey, startAt, maxResults, projectId, }) {
|
|
405
413
|
return this.getClientInstance()
|
|
@@ -449,6 +457,7 @@ class IssueCustomFieldOptionsAppsService extends CommonHttpService_1.CommonHttpS
|
|
|
449
457
|
* @path {DELETE} /rest/api/3/field/{fieldKey}/option/{optionId}/issue
|
|
450
458
|
* @scopes-current manage:jira-configuration
|
|
451
459
|
* @scopes-beta write:field.option:jira, delete:field.option:jira
|
|
460
|
+
* @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
|
|
452
461
|
*/
|
|
453
462
|
replaceIssueFieldOption({ fieldKey, optionId, replaceWith, jql, overrideScreenSecurity, overrideEditableFlag, }) {
|
|
454
463
|
return this.getClientInstance()
|
|
@@ -522,6 +531,7 @@ class IssueCustomFieldOptionsAppsService extends CommonHttpService_1.CommonHttpS
|
|
|
522
531
|
* @path {PUT} /rest/api/3/field/{fieldKey}/option/{optionId}
|
|
523
532
|
* @scopes-current manage:jira-configuration
|
|
524
533
|
* @scopes-beta write:field.option:jira
|
|
534
|
+
* @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
|
|
525
535
|
*/
|
|
526
536
|
updateIssueFieldOption({ fieldKey, optionId, issueFieldOption, }) {
|
|
527
537
|
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
|
|
1
|
+
{"version":3,"file":"IssueCustomFieldOptionsAppsService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/IssueCustomFieldOptionsAppsService.ts"],"names":[],"mappings":"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"}
|
|
@@ -15,6 +15,8 @@ import { type BulkCustomFieldOptionCreateRequest, type BulkCustomFieldOptionUpda
|
|
|
15
15
|
* issue field select list options created by a Connect app.
|
|
16
16
|
*
|
|
17
17
|
* Use it to retrieve, create, update, order, and delete custom field options.
|
|
18
|
+
*
|
|
19
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-options
|
|
18
20
|
*/
|
|
19
21
|
export declare class IssueCustomFieldOptionsService extends CommonHttpService {
|
|
20
22
|
/**
|
|
@@ -58,6 +60,7 @@ export declare class IssueCustomFieldOptionsService extends CommonHttpService {
|
|
|
58
60
|
* @path {POST} /rest/api/3/field/{fieldId}/context/{contextId}/option
|
|
59
61
|
* @scopes-current manage:jira-configuration
|
|
60
62
|
* @scopes-beta read:field.option:jira, write:field.option:jira
|
|
63
|
+
* @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
|
|
61
64
|
*/
|
|
62
65
|
createCustomFieldOption({ fieldId, contextId, bulkCustomFieldOptionCreateRequest, }: {
|
|
63
66
|
/** The ID of the custom field. */
|
|
@@ -102,6 +105,7 @@ export declare class IssueCustomFieldOptionsService extends CommonHttpService {
|
|
|
102
105
|
* @path {DELETE} /rest/api/3/field/{fieldId}/context/{contextId}/option/{optionId}
|
|
103
106
|
* @scopes-current manage:jira-configuration
|
|
104
107
|
* @scopes-beta delete:field.option:jira
|
|
108
|
+
* @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
|
|
105
109
|
*/
|
|
106
110
|
deleteCustomFieldOption({ fieldId, contextId, optionId, }: {
|
|
107
111
|
/** The ID of the custom field. */
|
|
@@ -141,6 +145,7 @@ export declare class IssueCustomFieldOptionsService extends CommonHttpService {
|
|
|
141
145
|
* @path {GET} /rest/api/3/customFieldOption/{id}
|
|
142
146
|
* @scopes-current read:jira-work
|
|
143
147
|
* @scopes-beta read:field:jira, read:field.option:jira
|
|
148
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-options#api-rest-api-3-customfieldoption-id-get
|
|
144
149
|
*/
|
|
145
150
|
getCustomFieldOption({ id, }: {
|
|
146
151
|
/** The ID of the custom field option. */
|
|
@@ -190,6 +195,7 @@ export declare class IssueCustomFieldOptionsService extends CommonHttpService {
|
|
|
190
195
|
* @path {GET} /rest/api/3/field/{fieldId}/context/{contextId}/option
|
|
191
196
|
* @scopes-current manage:jira-configuration
|
|
192
197
|
* @scopes-beta read:field.option:jira
|
|
198
|
+
* @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
|
|
193
199
|
*/
|
|
194
200
|
getOptionsForContext({ fieldId, contextId, optionId, onlyOptions, startAt, maxResults, }: {
|
|
195
201
|
/** The ID of the custom field. */
|
|
@@ -220,6 +226,7 @@ export declare class IssueCustomFieldOptionsService extends CommonHttpService {
|
|
|
220
226
|
* @path {PUT} /rest/api/3/field/{fieldId}/context/{contextId}/option/move
|
|
221
227
|
* @scopes-current manage:jira-configuration
|
|
222
228
|
* @scopes-beta write:field.option:jira
|
|
229
|
+
* @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
|
|
223
230
|
*/
|
|
224
231
|
reorderCustomFieldOptions({ fieldId, contextId, orderOfCustomFieldOptions, }: {
|
|
225
232
|
/** The ID of the custom field. */
|
|
@@ -251,6 +258,7 @@ export declare class IssueCustomFieldOptionsService extends CommonHttpService {
|
|
|
251
258
|
* @path {DELETE} /rest/api/3/field/{fieldId}/context/{contextId}/option/{optionId}/issue
|
|
252
259
|
* @scopes-current manage:jira-configuration
|
|
253
260
|
* @scopes-beta read:field.option:jira, write:field.option:jira
|
|
261
|
+
* @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
|
|
254
262
|
*/
|
|
255
263
|
replaceCustomFieldOption({ fieldId, optionId, contextId, replaceWith, jql, }: {
|
|
256
264
|
/** The ID of the custom field. */
|
|
@@ -306,6 +314,7 @@ export declare class IssueCustomFieldOptionsService extends CommonHttpService {
|
|
|
306
314
|
* @path {PUT} /rest/api/3/field/{fieldId}/context/{contextId}/option
|
|
307
315
|
* @scopes-current manage:jira-configuration
|
|
308
316
|
* @scopes-beta read:field.option:jira, write:field.option:jira
|
|
317
|
+
* @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
|
|
309
318
|
*/
|
|
310
319
|
updateCustomFieldOption({ fieldId, contextId, bulkCustomFieldOptionUpdateRequest, }: {
|
|
311
320
|
/** The ID of the custom field. */
|
|
@@ -24,6 +24,8 @@ const validationSchemaStorage_1 = require("../validationSchemaStorage");
|
|
|
24
24
|
* issue field select list options created by a Connect app.
|
|
25
25
|
*
|
|
26
26
|
* Use it to retrieve, create, update, order, and delete custom field options.
|
|
27
|
+
*
|
|
28
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-options
|
|
27
29
|
*/
|
|
28
30
|
class IssueCustomFieldOptionsService extends CommonHttpService_1.CommonHttpService {
|
|
29
31
|
/**
|
|
@@ -67,6 +69,7 @@ class IssueCustomFieldOptionsService extends CommonHttpService_1.CommonHttpServi
|
|
|
67
69
|
* @path {POST} /rest/api/3/field/{fieldId}/context/{contextId}/option
|
|
68
70
|
* @scopes-current manage:jira-configuration
|
|
69
71
|
* @scopes-beta read:field.option:jira, write:field.option:jira
|
|
72
|
+
* @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
|
|
70
73
|
*/
|
|
71
74
|
createCustomFieldOption({ fieldId, contextId, bulkCustomFieldOptionCreateRequest, }) {
|
|
72
75
|
return this.getClientInstance()
|
|
@@ -108,6 +111,7 @@ class IssueCustomFieldOptionsService extends CommonHttpService_1.CommonHttpServi
|
|
|
108
111
|
* @path {DELETE} /rest/api/3/field/{fieldId}/context/{contextId}/option/{optionId}
|
|
109
112
|
* @scopes-current manage:jira-configuration
|
|
110
113
|
* @scopes-beta delete:field.option:jira
|
|
114
|
+
* @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
|
|
111
115
|
*/
|
|
112
116
|
deleteCustomFieldOption({ fieldId, contextId, optionId, }) {
|
|
113
117
|
return this.getClientInstance()
|
|
@@ -152,6 +156,7 @@ class IssueCustomFieldOptionsService extends CommonHttpService_1.CommonHttpServi
|
|
|
152
156
|
* @path {GET} /rest/api/3/customFieldOption/{id}
|
|
153
157
|
* @scopes-current read:jira-work
|
|
154
158
|
* @scopes-beta read:field:jira, read:field.option:jira
|
|
159
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-options#api-rest-api-3-customfieldoption-id-get
|
|
155
160
|
*/
|
|
156
161
|
getCustomFieldOption({ id, }) {
|
|
157
162
|
return this.getClientInstance()
|
|
@@ -215,6 +220,7 @@ class IssueCustomFieldOptionsService extends CommonHttpService_1.CommonHttpServi
|
|
|
215
220
|
* @path {GET} /rest/api/3/field/{fieldId}/context/{contextId}/option
|
|
216
221
|
* @scopes-current manage:jira-configuration
|
|
217
222
|
* @scopes-beta read:field.option:jira
|
|
223
|
+
* @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
|
|
218
224
|
*/
|
|
219
225
|
getOptionsForContext({ fieldId, contextId, optionId, onlyOptions, startAt, maxResults, }) {
|
|
220
226
|
return this.getClientInstance()
|
|
@@ -256,6 +262,7 @@ class IssueCustomFieldOptionsService extends CommonHttpService_1.CommonHttpServi
|
|
|
256
262
|
* @path {PUT} /rest/api/3/field/{fieldId}/context/{contextId}/option/move
|
|
257
263
|
* @scopes-current manage:jira-configuration
|
|
258
264
|
* @scopes-beta write:field.option:jira
|
|
265
|
+
* @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
|
|
259
266
|
*/
|
|
260
267
|
reorderCustomFieldOptions({ fieldId, contextId, orderOfCustomFieldOptions, }) {
|
|
261
268
|
return this.getClientInstance()
|
|
@@ -294,6 +301,7 @@ class IssueCustomFieldOptionsService extends CommonHttpService_1.CommonHttpServi
|
|
|
294
301
|
* @path {DELETE} /rest/api/3/field/{fieldId}/context/{contextId}/option/{optionId}/issue
|
|
295
302
|
* @scopes-current manage:jira-configuration
|
|
296
303
|
* @scopes-beta read:field.option:jira, write:field.option:jira
|
|
304
|
+
* @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
|
|
297
305
|
*/
|
|
298
306
|
replaceCustomFieldOption({ fieldId, optionId, contextId, replaceWith, jql, }) {
|
|
299
307
|
return this.getClientInstance()
|
|
@@ -351,6 +359,7 @@ class IssueCustomFieldOptionsService extends CommonHttpService_1.CommonHttpServi
|
|
|
351
359
|
* @path {PUT} /rest/api/3/field/{fieldId}/context/{contextId}/option
|
|
352
360
|
* @scopes-current manage:jira-configuration
|
|
353
361
|
* @scopes-beta read:field.option:jira, write:field.option:jira
|
|
362
|
+
* @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
|
|
354
363
|
*/
|
|
355
364
|
updateCustomFieldOption({ fieldId, contextId, bulkCustomFieldOptionUpdateRequest, }) {
|
|
356
365
|
return this.getClientInstance()
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IssueCustomFieldOptionsService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/IssueCustomFieldOptionsService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAwB;AAExB,6DAA6D;AAC7D,iEAA8D;AAC9D,+EAS2C;AAC3C,wEAAqE;AACrE
|
|
1
|
+
{"version":3,"file":"IssueCustomFieldOptionsService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/IssueCustomFieldOptionsService.ts"],"names":[],"mappings":"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"}
|