@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
|
@@ -18,6 +18,8 @@ const validationSchemaStorage_1 = require("../validationSchemaStorage");
|
|
|
18
18
|
* group jira-software-users or rename it to jsw-users at any point. See
|
|
19
19
|
* https://support.atlassian.com/user-management/docs/create-and-update-groups/
|
|
20
20
|
* for details.)
|
|
21
|
+
*
|
|
22
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-groups
|
|
21
23
|
*/
|
|
22
24
|
class GroupsService extends CommonHttpService_1.CommonHttpService {
|
|
23
25
|
/**
|
|
@@ -30,6 +32,7 @@ class GroupsService extends CommonHttpService_1.CommonHttpService {
|
|
|
30
32
|
* @path {POST} /rest/api/3/group/user
|
|
31
33
|
* @scopes-current manage:jira-configuration
|
|
32
34
|
* @scopes-beta write:group:jira, read:avatar:jira, read:group:jira, read:user:jira
|
|
35
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-groups#api-rest-api-3-group-user-post
|
|
33
36
|
*/
|
|
34
37
|
addUserToGroup({ groupname, groupId, updateUserToGroupBean, }) {
|
|
35
38
|
return this.getClientInstance()
|
|
@@ -81,8 +84,9 @@ class GroupsService extends CommonHttpService_1.CommonHttpService {
|
|
|
81
84
|
* @path {GET} /rest/api/3/group/bulk
|
|
82
85
|
* @scopes-current read:jira-user
|
|
83
86
|
* @scopes-beta read:group:jira
|
|
87
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-groups#api-rest-api-3-group-bulk-get
|
|
84
88
|
*/
|
|
85
|
-
bulkGetGroups({ startAt, maxResults, groupId, groupName, accessType, applicationKey, }) {
|
|
89
|
+
bulkGetGroups({ startAt, maxResults, groupId, groupName, accessType, applicationKey, } = {}) {
|
|
86
90
|
return this.getClientInstance()
|
|
87
91
|
.request({
|
|
88
92
|
path: "/rest/api/3/group/bulk",
|
|
@@ -138,6 +142,7 @@ class GroupsService extends CommonHttpService_1.CommonHttpService {
|
|
|
138
142
|
* @path {POST} /rest/api/3/group
|
|
139
143
|
* @scopes-current manage:jira-configuration
|
|
140
144
|
* @scopes-beta read:group:jira, read:user:jira, write:group:jira, read:avatar:jira
|
|
145
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-groups#api-rest-api-3-group-post
|
|
141
146
|
*/
|
|
142
147
|
createGroup({ addGroupBean, }) {
|
|
143
148
|
return this.getClientInstance()
|
|
@@ -203,8 +208,9 @@ class GroupsService extends CommonHttpService_1.CommonHttpService {
|
|
|
203
208
|
* @path {GET} /rest/api/3/groups/picker
|
|
204
209
|
* @scopes-current read:jira-user
|
|
205
210
|
* @scopes-beta read:group:jira
|
|
211
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-groups#api-rest-api-3-groups-picker-get
|
|
206
212
|
*/
|
|
207
|
-
findGroups({ accountId, query, exclude, excludeId, maxResults, caseInsensitive, userName, }) {
|
|
213
|
+
findGroups({ accountId, query, exclude, excludeId, maxResults, caseInsensitive, userName, } = {}) {
|
|
208
214
|
return this.getClientInstance()
|
|
209
215
|
.request({
|
|
210
216
|
path: "/rest/api/3/groups/picker",
|
|
@@ -246,8 +252,9 @@ class GroupsService extends CommonHttpService_1.CommonHttpService {
|
|
|
246
252
|
* @path {GET} /rest/api/3/group
|
|
247
253
|
* @scopes-current read:jira-user
|
|
248
254
|
* @scopes-beta read:group:jira, read:user:jira, read:avatar:jira
|
|
255
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-groups#api-rest-api-3-group-get
|
|
249
256
|
*/
|
|
250
|
-
getGroup({ groupname, groupId, expand, }) {
|
|
257
|
+
getGroup({ groupname, groupId, expand, } = {}) {
|
|
251
258
|
return this.getClientInstance()
|
|
252
259
|
.request({
|
|
253
260
|
path: "/rest/api/3/group",
|
|
@@ -323,8 +330,9 @@ class GroupsService extends CommonHttpService_1.CommonHttpService {
|
|
|
323
330
|
* @path {GET} /rest/api/3/group/member
|
|
324
331
|
* @scopes-current manage:jira-configuration
|
|
325
332
|
* @scopes-beta read:group:jira, read:user:jira, read:avatar:jira
|
|
333
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-groups#api-rest-api-3-group-member-get
|
|
326
334
|
*/
|
|
327
|
-
getUsersFromGroup({ groupname, groupId, includeInactiveUsers, startAt, maxResults, }) {
|
|
335
|
+
getUsersFromGroup({ groupname, groupId, includeInactiveUsers, startAt, maxResults, } = {}) {
|
|
328
336
|
return this.getClientInstance()
|
|
329
337
|
.request({
|
|
330
338
|
path: "/rest/api/3/group/member",
|
|
@@ -356,8 +364,9 @@ class GroupsService extends CommonHttpService_1.CommonHttpService {
|
|
|
356
364
|
* @path {DELETE} /rest/api/3/group
|
|
357
365
|
* @scopes-current manage:jira-configuration
|
|
358
366
|
* @scopes-beta delete:group:jira
|
|
367
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-groups#api-rest-api-3-group-delete
|
|
359
368
|
*/
|
|
360
|
-
removeGroup({ groupname, groupId, swapGroup, swapGroupId, }) {
|
|
369
|
+
removeGroup({ groupname, groupId, swapGroup, swapGroupId, } = {}) {
|
|
361
370
|
return this.getClientInstance()
|
|
362
371
|
.request({
|
|
363
372
|
path: "/rest/api/3/group",
|
|
@@ -380,6 +389,7 @@ class GroupsService extends CommonHttpService_1.CommonHttpService {
|
|
|
380
389
|
* @path {DELETE} /rest/api/3/group/user
|
|
381
390
|
* @scopes-current manage:jira-configuration
|
|
382
391
|
* @scopes-beta write:group:jira
|
|
392
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-groups#api-rest-api-3-group-user-delete
|
|
383
393
|
*/
|
|
384
394
|
removeUserFromGroup({ groupname, groupId, username, accountId, }) {
|
|
385
395
|
return this.getClientInstance()
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GroupsService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/GroupsService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAwB;AAExB,6DAA6D;AAC7D,iEAA8D;AAC9D,6CAG0B;AAC1B,6CAO0B;AAC1B,wEAAqE;AACrE
|
|
1
|
+
{"version":3,"file":"GroupsService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/GroupsService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAwB;AAExB,6DAA6D;AAC7D,iEAA8D;AAC9D,6CAG0B;AAC1B,6CAO0B;AAC1B,wEAAqE;AACrE;;;;;;;;;;GAUG;AACH,MAAa,aAAc,SAAQ,qCAAiB;IAClD;;;;;;;;;;;OAWG;IACH,cAAc,CAAC,EACb,SAAS,EACT,OAAO,EACP,qBAAqB,GAsBtB;QACC,OAAO,IAAI,CAAC,iBAAiB,EAAE;aAC5B,OAAO,CAAC;YACP,IAAI,EAAE,wBAAwB;YAC9B,MAAM,EAAE,MAAM;YACd,KAAK,EAAE;gBACL,SAAS;gBACT,OAAO;aACR;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,kBAAkB;aACnC;YACD,IAAI,EAAE,qBAAqB;SAC5B,CAAC;aACD,IAAI,CACH,IAAI,CAAC,iBAAiB,EAAE,CAAC,eAAe,CAAC;YACvC,GAAG,EAAE;gBACH,kBAAkB,EAAE,MAAM;aAC3B;SACF,CAAC,CACH;aACA,IAAI,CACH,gBAAgB,CAAC,YAAY,EAIzB,CACL;aACA,IAAI,CACH,iDAAuB,CAAC,SAAS,CAC/B,uCAAuC,CACxC,CACF;aACA,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC;IACpC,CAAC;IACD;;;;;;;;;;;;;;;;;;;;;;;;;;;;OA4BG;IACH,aAAa,CAAC,EACZ,OAAO,EACP,UAAU,EACV,OAAO,EACP,SAAS,EACT,UAAU,EACV,cAAc,MAyBZ,EAAE;QACJ,OAAO,IAAI,CAAC,iBAAiB,EAAE;aAC5B,OAAO,CAAC;YACP,IAAI,EAAE,wBAAwB;YAC9B,MAAM,EAAE,KAAK;YACb,KAAK,EAAE;gBACL,OAAO;gBACP,UAAU;gBACV,OAAO;gBACP,SAAS;gBACT,UAAU;gBACV,cAAc;aACf;SACF,CAAC;aACD,IAAI,CACH,IAAI,CAAC,iBAAiB,EAAE,CAAC,eAAe,CAAC;YACvC,GAAG,EAAE;gBACH,kBAAkB,EAAE,MAAM;aAC3B;SACF,CAAC,CACH;aACA,IAAI,CACH,gBAAgB,CAAC,YAAY,EAIzB,CACL;aACA,IAAI,CACH,iDAAuB,CAAC,SAAS,CAC/B,sCAAsC,CACvC,CACF;aACA,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC;IACpC,CAAC;IACD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAkCG;IACH,WAAW,CAAC,EACV,YAAY,GAUb;QACC,OAAO,IAAI,CAAC,iBAAiB,EAAE;aAC5B,OAAO,CAAC;YACP,IAAI,EAAE,mBAAmB;YACzB,MAAM,EAAE,MAAM;YACd,OAAO,EAAE;gBACP,cAAc,EAAE,kBAAkB;aACnC;YACD,IAAI,EAAE,YAAY;SACnB,CAAC;aACD,IAAI,CACH,IAAI,CAAC,iBAAiB,EAAE,CAAC,eAAe,CAAC;YACvC,GAAG,EAAE;gBACH,kBAAkB,EAAE,MAAM;aAC3B;SACF,CAAC,CACH;aACA,IAAI,CACH,gBAAgB,CAAC,YAAY,EAIzB,CACL;aACA,IAAI,CACH,iDAAuB,CAAC,SAAS,CAAC,oCAAoC,CAAC,CACxE;aACA,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC;IACpC,CAAC;IACD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OA8CG;IACH,UAAU,CAAC,EACT,SAAS,EACT,KAAK,EACL,OAAO,EACP,SAAS,EACT,UAAU,EACV,eAAe,EACf,QAAQ,MAsCN,EAAE;QACJ,OAAO,IAAI,CAAC,iBAAiB,EAAE;aAC5B,OAAO,CAAC;YACP,IAAI,EAAE,2BAA2B;YACjC,MAAM,EAAE,KAAK;YACb,KAAK,EAAE;gBACL,SAAS;gBACT,KAAK;gBACL,OAAO;gBACP,SAAS;gBACT,UAAU;gBACV,eAAe;gBACf,QAAQ;aACT;SACF,CAAC;aACD,IAAI,CACH,IAAI,CAAC,iBAAiB,EAAE,CAAC,eAAe,CAAC;YACvC,GAAG,EAAE;gBACH,kBAAkB,EAAE,MAAM;aAC3B;SACF,CAAC,CACH;aACA,IAAI,CACH,gBAAgB,CAAC,YAAY,EAIzB,CACL;aACA,IAAI,CACH,iDAAuB,CAAC,SAAS,CAAC,mCAAmC,CAAC,CACvE;aACA,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC;IACpC,CAAC;IACD;;;;;;;;;;;;;;;;;;;OAmBG;IACH,QAAQ,CAAC,EACP,SAAS,EACT,OAAO,EACP,MAAM,MAgBJ,EAAE;QACJ,OAAO,IAAI,CAAC,iBAAiB,EAAE;aAC5B,OAAO,CAAC;YACP,IAAI,EAAE,mBAAmB;YACzB,MAAM,EAAE,KAAK;YACb,KAAK,EAAE;gBACL,SAAS;gBACT,OAAO;gBACP,MAAM;aACP;SACF,CAAC;aACD,IAAI,CACH,IAAI,CAAC,iBAAiB,EAAE,CAAC,eAAe,CAAC;YACvC,GAAG,EAAE;gBACH,kBAAkB,EAAE,MAAM;aAC3B;SACF,CAAC,CACH;aACA,IAAI,CACH,gBAAgB,CAAC,YAAY,EAIzB,CACL;aACA,IAAI,CACH,iDAAuB,CAAC,SAAS,CAAC,iCAAiC,CAAC,CACrE;aACA,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC;IACpC,CAAC;IACD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAyDG;IACH,iBAAiB,CAAC,EAChB,SAAS,EACT,OAAO,EACP,oBAAoB,EACpB,OAAO,EACP,UAAU,MAoBR,EAAE;QACJ,OAAO,IAAI,CAAC,iBAAiB,EAAE;aAC5B,OAAO,CAAC;YACP,IAAI,EAAE,0BAA0B;YAChC,MAAM,EAAE,KAAK;YACb,KAAK,EAAE;gBACL,SAAS;gBACT,OAAO;gBACP,oBAAoB;gBACpB,OAAO;gBACP,UAAU;aACX;SACF,CAAC;aACD,IAAI,CACH,IAAI,CAAC,iBAAiB,EAAE,CAAC,eAAe,CAAC;YACvC,GAAG,EAAE;gBACH,kBAAkB,EAAE,MAAM;aAC3B;SACF,CAAC,CACH;aACA,IAAI,CACH,gBAAgB,CAAC,YAAY,EAIzB,CACL;aACA,IAAI,CACH,iDAAuB,CAAC,SAAS,CAC/B,0CAA0C,CAC3C,CACF;aACA,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC;IACpC,CAAC;IACD;;;;;;;;;;;OAWG;IACH,WAAW,CAAC,EACV,SAAS,EACT,OAAO,EACP,SAAS,EACT,WAAW,MAwBT,EAAE;QACJ,OAAO,IAAI,CAAC,iBAAiB,EAAE;aAC5B,OAAO,CAAC;YACP,IAAI,EAAE,mBAAmB;YACzB,MAAM,EAAE,QAAQ;YAChB,KAAK,EAAE;gBACL,SAAS;gBACT,OAAO;gBACP,SAAS;gBACT,WAAW;aACZ;SACF,CAAC;aACD,IAAI,CAAC,gBAAgB,CAAC,aAAa,CAAC,CAAC;IAC1C,CAAC;IACD;;;;;;;;;;OAUG;IACH,mBAAmB,CAAC,EAClB,SAAS,EACT,OAAO,EACP,QAAQ,EACR,SAAS,GAyBV;QACC,OAAO,IAAI,CAAC,iBAAiB,EAAE;aAC5B,OAAO,CAAC;YACP,IAAI,EAAE,wBAAwB;YAC9B,MAAM,EAAE,QAAQ;YAChB,KAAK,EAAE;gBACL,SAAS;gBACT,OAAO;gBACP,QAAQ;gBACR,SAAS;aACV;SACF,CAAC;aACD,IAAI,CAAC,gBAAgB,CAAC,aAAa,CAAC,CAAC;IAC1C,CAAC;IACD,MAAM,CAAC,UAAU;QACf,iDAAuB,CAAC,kBAAkB,CACxC,iCAAiC,EACjC,OAAC;aACE,MAAM,CAAC;YACN,MAAM,EAAE,OAAC,CAAC,OAAO,CAAC,GAAG,CAAC;YACtB,SAAS,EAAE,OAAC,CAAC,OAAO,CAAC,kBAAkB,CAAC;YACxC,IAAI,EAAE,iDAAuB,CAAC,IAAI,CAAC,OAAO,CAAC;SAC5C,CAAC;aACD,QAAQ,CAAC,iCAAiC,CAAC,CAC/C,CAAC;QACF,iDAAuB,CAAC,kBAAkB,CACxC,oCAAoC,EACpC,OAAC;aACE,MAAM,CAAC;YACN,MAAM,EAAE,OAAC,CAAC,OAAO,CAAC,GAAG,CAAC;YACtB,SAAS,EAAE,OAAC,CAAC,OAAO,CAAC,kBAAkB,CAAC;YACxC,IAAI,EAAE,iDAAuB,CAAC,IAAI,CAAC,OAAO,CAAC;SAC5C,CAAC;aACD,QAAQ,CAAC,oCAAoC,CAAC,CAClD,CAAC;QACF,iDAAuB,CAAC,kBAAkB,CACxC,sCAAsC,EACtC,OAAC;aACE,MAAM,CAAC;YACN,MAAM,EAAE,OAAC,CAAC,OAAO,CAAC,GAAG,CAAC;YACtB,SAAS,EAAE,OAAC,CAAC,OAAO,CAAC,kBAAkB,CAAC;YACxC,IAAI,EAAE,iDAAuB,CAAC,IAAI,CAAC,sBAAsB,CAAC;SAC3D,CAAC;aACD,QAAQ,CAAC,sCAAsC,CAAC,CACpD,CAAC;QACF,iDAAuB,CAAC,kBAAkB,CACxC,0CAA0C,EAC1C,OAAC;aACE,MAAM,CAAC;YACN,MAAM,EAAE,OAAC,CAAC,OAAO,CAAC,GAAG,CAAC;YACtB,SAAS,EAAE,OAAC,CAAC,OAAO,CAAC,kBAAkB,CAAC;YACxC,IAAI,EAAE,iDAAuB,CAAC,IAAI,CAAC,qBAAqB,CAAC;SAC1D,CAAC;aACD,QAAQ,CAAC,0CAA0C,CAAC,CACxD,CAAC;QACF,iDAAuB,CAAC,kBAAkB,CACxC,uCAAuC,EACvC,OAAC;aACE,MAAM,CAAC;YACN,MAAM,EAAE,OAAC,CAAC,OAAO,CAAC,GAAG,CAAC;YACtB,SAAS,EAAE,OAAC,CAAC,OAAO,CAAC,kBAAkB,CAAC;YACxC,IAAI,EAAE,iDAAuB,CAAC,IAAI,CAAC,OAAO,CAAC;SAC5C,CAAC;aACD,QAAQ,CAAC,uCAAuC,CAAC,CACrD,CAAC;QACF,iDAAuB,CAAC,kBAAkB,CACxC,mCAAmC,EACnC,OAAC;aACE,MAAM,CAAC;YACN,MAAM,EAAE,OAAC,CAAC,OAAO,CAAC,GAAG,CAAC;YACtB,SAAS,EAAE,OAAC,CAAC,OAAO,CAAC,kBAAkB,CAAC;YACxC,IAAI,EAAE,iDAAuB,CAAC,IAAI,CAAC,aAAa,CAAC;SAClD,CAAC;aACD,QAAQ,CAAC,mCAAmC,CAAC,CACjD,CAAC;QACF,iDAAuB,CAAC,YAAY,CAAC;YACnC,wCAA+B;YAC/B,wCAA+B;SAChC,CAAC,CAAC;IACL,CAAC;CACF;AAztBD,sCAytBC"}
|
|
@@ -5,6 +5,8 @@ import { type Attachment, type AttachmentArchiveImpl, type AttachmentArchiveMeta
|
|
|
5
5
|
* Jira. Use it to get the metadata for an attachment, delete an attachment, and
|
|
6
6
|
* view the metadata for the contents of an attachment. Also, use it to get the
|
|
7
7
|
* attachment settings for Jira.
|
|
8
|
+
*
|
|
9
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-attachments
|
|
8
10
|
*/
|
|
9
11
|
export declare class IssueAttachmentsService extends CommonHttpService {
|
|
10
12
|
/**
|
|
@@ -241,6 +243,7 @@ export declare class IssueAttachmentsService extends CommonHttpService {
|
|
|
241
243
|
* @path {POST} /rest/api/3/issue/{issueIdOrKey}/attachments
|
|
242
244
|
* @scopes-current write:jira-work
|
|
243
245
|
* @scopes-beta read:user:jira, write:attachment:jira, read:attachment:jira, read:avatar:jira
|
|
246
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-attachments#api-rest-api-3-issue-issueidorkey-attachments-post
|
|
244
247
|
*/
|
|
245
248
|
addAttachment({ issueIdOrKey, requestBody, }: {
|
|
246
249
|
/** The ID or key of the issue that attachments are added to. */
|
|
@@ -309,6 +312,7 @@ export declare class IssueAttachmentsService extends CommonHttpService {
|
|
|
309
312
|
* @path {GET} /rest/api/3/attachment/{id}/expand/human
|
|
310
313
|
* @scopes-current read:jira-work
|
|
311
314
|
* @scopes-beta read:attachment:jira
|
|
315
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-attachments#api-rest-api-3-attachment-id-expand-human-get
|
|
312
316
|
*/
|
|
313
317
|
expandAttachmentForHumans({ id, }: {
|
|
314
318
|
/** The ID of the attachment. */
|
|
@@ -361,6 +365,7 @@ export declare class IssueAttachmentsService extends CommonHttpService {
|
|
|
361
365
|
* @path {GET} /rest/api/3/attachment/{id}/expand/raw
|
|
362
366
|
* @scopes-current read:jira-work
|
|
363
367
|
* @scopes-beta read:attachment:jira
|
|
368
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-attachments#api-rest-api-3-attachment-id-expand-raw-get
|
|
364
369
|
*/
|
|
365
370
|
expandAttachmentForMachines({ id, }: {
|
|
366
371
|
/** The ID of the attachment. */
|
|
@@ -418,6 +423,7 @@ export declare class IssueAttachmentsService extends CommonHttpService {
|
|
|
418
423
|
* @scopes-current read:jira-work
|
|
419
424
|
* @scopes-beta read:attachment:jira, read:user:jira, read:application-role:jira,
|
|
420
425
|
* read:avatar:jira, read:group:jira
|
|
426
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-attachments#api-rest-api-3-attachment-id-get
|
|
421
427
|
*/
|
|
422
428
|
getAttachment({ id, }: {
|
|
423
429
|
/** The ID of the attachment. */
|
|
@@ -447,6 +453,7 @@ export declare class IssueAttachmentsService extends CommonHttpService {
|
|
|
447
453
|
* @path {GET} /rest/api/3/attachment/content/{id}
|
|
448
454
|
* @scopes-current read:jira-work
|
|
449
455
|
* @scopes-beta read:attachment:jira
|
|
456
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-attachments#api-rest-api-3-attachment-content-id-get
|
|
450
457
|
*/
|
|
451
458
|
getAttachmentContent({ id, redirect, }: {
|
|
452
459
|
/** The ID of the attachment. */
|
|
@@ -479,6 +486,7 @@ export declare class IssueAttachmentsService extends CommonHttpService {
|
|
|
479
486
|
* @path {GET} /rest/api/3/attachment/meta
|
|
480
487
|
* @scopes-current read:jira-work
|
|
481
488
|
* @scopes-beta read:instance-configuration:jira
|
|
489
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-attachments#api-rest-api-3-attachment-meta-get
|
|
482
490
|
*/
|
|
483
491
|
getAttachmentMeta(): Promise<AttachmentSettings>;
|
|
484
492
|
/**
|
|
@@ -502,6 +510,7 @@ export declare class IssueAttachmentsService extends CommonHttpService {
|
|
|
502
510
|
* @path {GET} /rest/api/3/attachment/thumbnail/{id}
|
|
503
511
|
* @scopes-current read:jira-work
|
|
504
512
|
* @scopes-beta read:attachment:jira
|
|
513
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-attachments#api-rest-api-3-attachment-thumbnail-id-get
|
|
505
514
|
*/
|
|
506
515
|
getAttachmentThumbnail({ id, redirect, fallbackToDefault, width, height, }: {
|
|
507
516
|
/** The ID of the attachment. */
|
|
@@ -540,6 +549,7 @@ export declare class IssueAttachmentsService extends CommonHttpService {
|
|
|
540
549
|
* @path {DELETE} /rest/api/3/attachment/{id}
|
|
541
550
|
* @scopes-current write:jira-work
|
|
542
551
|
* @scopes-beta delete:attachment:jira
|
|
552
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-attachments#api-rest-api-3-attachment-id-delete
|
|
543
553
|
*/
|
|
544
554
|
removeAttachment({ id, }: {
|
|
545
555
|
/** The ID of the attachment. */
|
|
@@ -14,6 +14,8 @@ const validationSchemaStorage_1 = require("../validationSchemaStorage");
|
|
|
14
14
|
* Jira. Use it to get the metadata for an attachment, delete an attachment, and
|
|
15
15
|
* view the metadata for the contents of an attachment. Also, use it to get the
|
|
16
16
|
* attachment settings for Jira.
|
|
17
|
+
*
|
|
18
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-attachments
|
|
17
19
|
*/
|
|
18
20
|
class IssueAttachmentsService extends CommonHttpService_1.CommonHttpService {
|
|
19
21
|
/**
|
|
@@ -250,6 +252,7 @@ class IssueAttachmentsService extends CommonHttpService_1.CommonHttpService {
|
|
|
250
252
|
* @path {POST} /rest/api/3/issue/{issueIdOrKey}/attachments
|
|
251
253
|
* @scopes-current write:jira-work
|
|
252
254
|
* @scopes-beta read:user:jira, write:attachment:jira, read:attachment:jira, read:avatar:jira
|
|
255
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-attachments#api-rest-api-3-issue-issueidorkey-attachments-post
|
|
253
256
|
*/
|
|
254
257
|
addAttachment({ issueIdOrKey, requestBody, }) {
|
|
255
258
|
return this.getClientInstance()
|
|
@@ -334,6 +337,7 @@ class IssueAttachmentsService extends CommonHttpService_1.CommonHttpService {
|
|
|
334
337
|
* @path {GET} /rest/api/3/attachment/{id}/expand/human
|
|
335
338
|
* @scopes-current read:jira-work
|
|
336
339
|
* @scopes-beta read:attachment:jira
|
|
340
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-attachments#api-rest-api-3-attachment-id-expand-human-get
|
|
337
341
|
*/
|
|
338
342
|
expandAttachmentForHumans({ id, }) {
|
|
339
343
|
return this.getClientInstance()
|
|
@@ -400,6 +404,7 @@ class IssueAttachmentsService extends CommonHttpService_1.CommonHttpService {
|
|
|
400
404
|
* @path {GET} /rest/api/3/attachment/{id}/expand/raw
|
|
401
405
|
* @scopes-current read:jira-work
|
|
402
406
|
* @scopes-beta read:attachment:jira
|
|
407
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-attachments#api-rest-api-3-attachment-id-expand-raw-get
|
|
403
408
|
*/
|
|
404
409
|
expandAttachmentForMachines({ id, }) {
|
|
405
410
|
return this.getClientInstance()
|
|
@@ -471,6 +476,7 @@ class IssueAttachmentsService extends CommonHttpService_1.CommonHttpService {
|
|
|
471
476
|
* @scopes-current read:jira-work
|
|
472
477
|
* @scopes-beta read:attachment:jira, read:user:jira, read:application-role:jira,
|
|
473
478
|
* read:avatar:jira, read:group:jira
|
|
479
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-attachments#api-rest-api-3-attachment-id-get
|
|
474
480
|
*/
|
|
475
481
|
getAttachment({ id, }) {
|
|
476
482
|
return this.getClientInstance()
|
|
@@ -514,6 +520,7 @@ class IssueAttachmentsService extends CommonHttpService_1.CommonHttpService {
|
|
|
514
520
|
* @path {GET} /rest/api/3/attachment/content/{id}
|
|
515
521
|
* @scopes-current read:jira-work
|
|
516
522
|
* @scopes-beta read:attachment:jira
|
|
523
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-attachments#api-rest-api-3-attachment-content-id-get
|
|
517
524
|
*/
|
|
518
525
|
getAttachmentContent({ id, redirect, }) {
|
|
519
526
|
return this.getClientInstance()
|
|
@@ -558,6 +565,7 @@ class IssueAttachmentsService extends CommonHttpService_1.CommonHttpService {
|
|
|
558
565
|
* @path {GET} /rest/api/3/attachment/meta
|
|
559
566
|
* @scopes-current read:jira-work
|
|
560
567
|
* @scopes-beta read:instance-configuration:jira
|
|
568
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-attachments#api-rest-api-3-attachment-meta-get
|
|
561
569
|
*/
|
|
562
570
|
getAttachmentMeta() {
|
|
563
571
|
return this.getClientInstance()
|
|
@@ -595,6 +603,7 @@ class IssueAttachmentsService extends CommonHttpService_1.CommonHttpService {
|
|
|
595
603
|
* @path {GET} /rest/api/3/attachment/thumbnail/{id}
|
|
596
604
|
* @scopes-current read:jira-work
|
|
597
605
|
* @scopes-beta read:attachment:jira
|
|
606
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-attachments#api-rest-api-3-attachment-thumbnail-id-get
|
|
598
607
|
*/
|
|
599
608
|
getAttachmentThumbnail({ id, redirect, fallbackToDefault, width, height, }) {
|
|
600
609
|
return this.getClientInstance()
|
|
@@ -638,6 +647,7 @@ class IssueAttachmentsService extends CommonHttpService_1.CommonHttpService {
|
|
|
638
647
|
* @path {DELETE} /rest/api/3/attachment/{id}
|
|
639
648
|
* @scopes-current write:jira-work
|
|
640
649
|
* @scopes-beta delete:attachment:jira
|
|
650
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-attachments#api-rest-api-3-attachment-id-delete
|
|
641
651
|
*/
|
|
642
652
|
removeAttachment({ id, }) {
|
|
643
653
|
return this.getClientInstance()
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IssueAttachmentsService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/IssueAttachmentsService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAwB;AAExB,6DAA6D;AAC7D,iEAA8D;AAC9D,iEAQoC;AACpC,wEAAqE;AACrE
|
|
1
|
+
{"version":3,"file":"IssueAttachmentsService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/IssueAttachmentsService.ts"],"names":[],"mappings":"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"}
|
|
@@ -6,6 +6,8 @@ import { type EntityProperty, type PropertyKeys } from "../models/common";
|
|
|
6
6
|
* set, and delete issue comment properties as well as obtain the keys of all
|
|
7
7
|
* properties on a comment. Comment properties are a type of [entity
|
|
8
8
|
* property](https://developer.atlassian.com/cloud/jira/platform/jira-entity-properties/).
|
|
9
|
+
*
|
|
10
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-comment-properties
|
|
9
11
|
*/
|
|
10
12
|
export declare class IssueCommentPropertiesService extends CommonHttpService {
|
|
11
13
|
/**
|
|
@@ -26,6 +28,7 @@ export declare class IssueCommentPropertiesService extends CommonHttpService {
|
|
|
26
28
|
* @path {DELETE} /rest/api/3/comment/{commentId}/properties/{propertyKey}
|
|
27
29
|
* @scopes-current write:jira-work
|
|
28
30
|
* @scopes-beta delete:comment.property:jira
|
|
31
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-comment-properties#api-rest-api-3-comment-commentid-properties-propertykey-delete
|
|
29
32
|
*/
|
|
30
33
|
deleteCommentProperty({ commentId, propertyKey, }: {
|
|
31
34
|
/** The ID of the comment. */
|
|
@@ -59,6 +62,7 @@ export declare class IssueCommentPropertiesService extends CommonHttpService {
|
|
|
59
62
|
* @path {GET} /rest/api/3/comment/{commentId}/properties/{propertyKey}
|
|
60
63
|
* @scopes-current read:jira-work
|
|
61
64
|
* @scopes-beta read:comment.property:jira
|
|
65
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-comment-properties#api-rest-api-3-comment-commentid-properties-propertykey-get
|
|
62
66
|
*/
|
|
63
67
|
getCommentProperty({ commentId, propertyKey, }: {
|
|
64
68
|
/** The ID of the comment. */
|
|
@@ -94,6 +98,7 @@ export declare class IssueCommentPropertiesService extends CommonHttpService {
|
|
|
94
98
|
* @path {GET} /rest/api/3/comment/{commentId}/properties
|
|
95
99
|
* @scopes-current read:jira-work
|
|
96
100
|
* @scopes-beta read:comment.property:jira
|
|
101
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-comment-properties#api-rest-api-3-comment-commentid-properties-get
|
|
97
102
|
*/
|
|
98
103
|
getCommentPropertyKeys({ commentId, }: {
|
|
99
104
|
/** The ID of the comment. */
|
|
@@ -129,6 +134,7 @@ export declare class IssueCommentPropertiesService extends CommonHttpService {
|
|
|
129
134
|
* @path {PUT} /rest/api/3/comment/{commentId}/properties/{propertyKey}
|
|
130
135
|
* @scopes-current write:jira-work
|
|
131
136
|
* @scopes-beta write:comment.property:jira
|
|
137
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-comment-properties#api-rest-api-3-comment-commentid-properties-propertykey-put
|
|
132
138
|
*/
|
|
133
139
|
setCommentProperty({ commentId, propertyKey, requestBody, }: {
|
|
134
140
|
/** The ID of the comment. */
|
|
@@ -15,6 +15,8 @@ const validationSchemaStorage_1 = require("../validationSchemaStorage");
|
|
|
15
15
|
* set, and delete issue comment properties as well as obtain the keys of all
|
|
16
16
|
* properties on a comment. Comment properties are a type of [entity
|
|
17
17
|
* property](https://developer.atlassian.com/cloud/jira/platform/jira-entity-properties/).
|
|
18
|
+
*
|
|
19
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-comment-properties
|
|
18
20
|
*/
|
|
19
21
|
class IssueCommentPropertiesService extends CommonHttpService_1.CommonHttpService {
|
|
20
22
|
/**
|
|
@@ -35,6 +37,7 @@ class IssueCommentPropertiesService extends CommonHttpService_1.CommonHttpServic
|
|
|
35
37
|
* @path {DELETE} /rest/api/3/comment/{commentId}/properties/{propertyKey}
|
|
36
38
|
* @scopes-current write:jira-work
|
|
37
39
|
* @scopes-beta delete:comment.property:jira
|
|
40
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-comment-properties#api-rest-api-3-comment-commentid-properties-propertykey-delete
|
|
38
41
|
*/
|
|
39
42
|
deleteCommentProperty({ commentId, propertyKey, }) {
|
|
40
43
|
return this.getClientInstance()
|
|
@@ -74,6 +77,7 @@ class IssueCommentPropertiesService extends CommonHttpService_1.CommonHttpServic
|
|
|
74
77
|
* @path {GET} /rest/api/3/comment/{commentId}/properties/{propertyKey}
|
|
75
78
|
* @scopes-current read:jira-work
|
|
76
79
|
* @scopes-beta read:comment.property:jira
|
|
80
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-comment-properties#api-rest-api-3-comment-commentid-properties-propertykey-get
|
|
77
81
|
*/
|
|
78
82
|
getCommentProperty({ commentId, propertyKey, }) {
|
|
79
83
|
return this.getClientInstance()
|
|
@@ -122,6 +126,7 @@ class IssueCommentPropertiesService extends CommonHttpService_1.CommonHttpServic
|
|
|
122
126
|
* @path {GET} /rest/api/3/comment/{commentId}/properties
|
|
123
127
|
* @scopes-current read:jira-work
|
|
124
128
|
* @scopes-beta read:comment.property:jira
|
|
129
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-comment-properties#api-rest-api-3-comment-commentid-properties-get
|
|
125
130
|
*/
|
|
126
131
|
getCommentPropertyKeys({ commentId, }) {
|
|
127
132
|
return this.getClientInstance()
|
|
@@ -171,6 +176,7 @@ class IssueCommentPropertiesService extends CommonHttpService_1.CommonHttpServic
|
|
|
171
176
|
* @path {PUT} /rest/api/3/comment/{commentId}/properties/{propertyKey}
|
|
172
177
|
* @scopes-current write:jira-work
|
|
173
178
|
* @scopes-beta write:comment.property:jira
|
|
179
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-comment-properties#api-rest-api-3-comment-commentid-properties-propertykey-put
|
|
174
180
|
*/
|
|
175
181
|
setCommentProperty({ commentId, propertyKey, requestBody, }) {
|
|
176
182
|
return this.getClientInstance()
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IssueCommentPropertiesService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/IssueCommentPropertiesService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAwB;AAExB,6DAA6D;AAC7D,iEAA8D;AAC9D,6CAI0B;AAC1B,wEAAqE;AACrE
|
|
1
|
+
{"version":3,"file":"IssueCommentPropertiesService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/IssueCommentPropertiesService.ts"],"names":[],"mappings":"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"}
|
|
@@ -7,6 +7,8 @@ import { type IssueCommentListRequestBean, type PageBeanComment, type PageOfComm
|
|
|
7
7
|
* * get, create, update, and delete a comment from an issue.
|
|
8
8
|
* * get all comments from issue.
|
|
9
9
|
* * get a list of comments by comment ID.
|
|
10
|
+
*
|
|
11
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-comments
|
|
10
12
|
*/
|
|
11
13
|
export declare class IssueCommentsService extends CommonHttpService {
|
|
12
14
|
/**
|
|
@@ -72,6 +74,7 @@ export declare class IssueCommentsService extends CommonHttpService {
|
|
|
72
74
|
* @scopes-beta read:comment:jira, read:comment.property:jira, read:group:jira,
|
|
73
75
|
* read:project:jira, read:project-role:jira, read:user:jira, write:comment:jira,
|
|
74
76
|
* read:avatar:jira
|
|
77
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-comments#api-rest-api-3-issue-issueidorkey-comment-post
|
|
75
78
|
*/
|
|
76
79
|
addComment({ issueIdOrKey, expand, comment, }: {
|
|
77
80
|
/** The ID or key of the issue. */
|
|
@@ -130,6 +133,7 @@ export declare class IssueCommentsService extends CommonHttpService {
|
|
|
130
133
|
* @path {DELETE} /rest/api/3/issue/{issueIdOrKey}/comment/{id}
|
|
131
134
|
* @scopes-current write:jira-work
|
|
132
135
|
* @scopes-beta delete:comment:jira, delete:comment.property:jira
|
|
136
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-comments#api-rest-api-3-issue-issueidorkey-comment-id-delete
|
|
133
137
|
*/
|
|
134
138
|
deleteComment({ issueIdOrKey, id, }: {
|
|
135
139
|
/** The ID or key of the issue. */
|
|
@@ -201,6 +205,7 @@ export declare class IssueCommentsService extends CommonHttpService {
|
|
|
201
205
|
* @scopes-current read:jira-work
|
|
202
206
|
* @scopes-beta read:comment:jira, read:comment.property:jira, read:group:jira,
|
|
203
207
|
* read:project:jira, read:project-role:jira, read:user:jira, read:avatar:jira
|
|
208
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-comments#api-rest-api-3-issue-issueidorkey-comment-id-get
|
|
204
209
|
*/
|
|
205
210
|
getComment({ issueIdOrKey, id, expand, }: {
|
|
206
211
|
/** The ID or key of the issue. */
|
|
@@ -286,6 +291,7 @@ export declare class IssueCommentsService extends CommonHttpService {
|
|
|
286
291
|
* @scopes-current read:jira-work
|
|
287
292
|
* @scopes-beta read:comment:jira, read:comment.property:jira, read:group:jira,
|
|
288
293
|
* read:project:jira, read:project-role:jira, read:user:jira, read:avatar:jira
|
|
294
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-comments#api-rest-api-3-issue-issueidorkey-comment-get
|
|
289
295
|
*/
|
|
290
296
|
getComments({ issueIdOrKey, startAt, maxResults, orderBy, expand, }: {
|
|
291
297
|
/** The ID or key of the issue. */
|
|
@@ -380,6 +386,7 @@ export declare class IssueCommentsService extends CommonHttpService {
|
|
|
380
386
|
* @scopes-beta delete:comment.property:jira, read:avatar:jira, read:comment:jira,
|
|
381
387
|
* read:group:jira, read:project-role:jira, read:user:jira,
|
|
382
388
|
* read:comment.property:jira, read:project:jira
|
|
389
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-comments#api-rest-api-3-comment-list-post
|
|
383
390
|
*/
|
|
384
391
|
getCommentsByIds({ expand, issueCommentListRequestBean, }: {
|
|
385
392
|
/**
|
|
@@ -473,6 +480,7 @@ export declare class IssueCommentsService extends CommonHttpService {
|
|
|
473
480
|
* @scopes-beta read:comment:jira, read:comment.property:jira, read:group:jira,
|
|
474
481
|
* read:project:jira, read:project-role:jira, read:user:jira, write:comment:jira,
|
|
475
482
|
* read:avatar:jira
|
|
483
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-comments#api-rest-api-3-issue-issueidorkey-comment-id-put
|
|
476
484
|
*/
|
|
477
485
|
updateComment({ issueIdOrKey, id, notifyUsers, overrideEditableFlag, expand, comment, }: {
|
|
478
486
|
/** The ID or key of the issue. */
|
|
@@ -16,6 +16,8 @@ const validationSchemaStorage_1 = require("../validationSchemaStorage");
|
|
|
16
16
|
* * get, create, update, and delete a comment from an issue.
|
|
17
17
|
* * get all comments from issue.
|
|
18
18
|
* * get a list of comments by comment ID.
|
|
19
|
+
*
|
|
20
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-comments
|
|
19
21
|
*/
|
|
20
22
|
class IssueCommentsService extends CommonHttpService_1.CommonHttpService {
|
|
21
23
|
/**
|
|
@@ -81,6 +83,7 @@ class IssueCommentsService extends CommonHttpService_1.CommonHttpService {
|
|
|
81
83
|
* @scopes-beta read:comment:jira, read:comment.property:jira, read:group:jira,
|
|
82
84
|
* read:project:jira, read:project-role:jira, read:user:jira, write:comment:jira,
|
|
83
85
|
* read:avatar:jira
|
|
86
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-comments#api-rest-api-3-issue-issueidorkey-comment-post
|
|
84
87
|
*/
|
|
85
88
|
addComment({ issueIdOrKey, expand, comment, }) {
|
|
86
89
|
return this.getClientInstance()
|
|
@@ -126,6 +129,7 @@ class IssueCommentsService extends CommonHttpService_1.CommonHttpService {
|
|
|
126
129
|
* @path {DELETE} /rest/api/3/issue/{issueIdOrKey}/comment/{id}
|
|
127
130
|
* @scopes-current write:jira-work
|
|
128
131
|
* @scopes-beta delete:comment:jira, delete:comment.property:jira
|
|
132
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-comments#api-rest-api-3-issue-issueidorkey-comment-id-delete
|
|
129
133
|
*/
|
|
130
134
|
deleteComment({ issueIdOrKey, id, }) {
|
|
131
135
|
return this.getClientInstance()
|
|
@@ -203,6 +207,7 @@ class IssueCommentsService extends CommonHttpService_1.CommonHttpService {
|
|
|
203
207
|
* @scopes-current read:jira-work
|
|
204
208
|
* @scopes-beta read:comment:jira, read:comment.property:jira, read:group:jira,
|
|
205
209
|
* read:project:jira, read:project-role:jira, read:user:jira, read:avatar:jira
|
|
210
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-comments#api-rest-api-3-issue-issueidorkey-comment-id-get
|
|
206
211
|
*/
|
|
207
212
|
getComment({ issueIdOrKey, id, expand, }) {
|
|
208
213
|
return this.getClientInstance()
|
|
@@ -298,6 +303,7 @@ class IssueCommentsService extends CommonHttpService_1.CommonHttpService {
|
|
|
298
303
|
* @scopes-current read:jira-work
|
|
299
304
|
* @scopes-beta read:comment:jira, read:comment.property:jira, read:group:jira,
|
|
300
305
|
* read:project:jira, read:project-role:jira, read:user:jira, read:avatar:jira
|
|
306
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-comments#api-rest-api-3-issue-issueidorkey-comment-get
|
|
301
307
|
*/
|
|
302
308
|
getComments({ issueIdOrKey, startAt, maxResults, orderBy, expand, }) {
|
|
303
309
|
return this.getClientInstance()
|
|
@@ -397,6 +403,7 @@ class IssueCommentsService extends CommonHttpService_1.CommonHttpService {
|
|
|
397
403
|
* @scopes-beta delete:comment.property:jira, read:avatar:jira, read:comment:jira,
|
|
398
404
|
* read:group:jira, read:project-role:jira, read:user:jira,
|
|
399
405
|
* read:comment.property:jira, read:project:jira
|
|
406
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-comments#api-rest-api-3-comment-list-post
|
|
400
407
|
*/
|
|
401
408
|
getCommentsByIds({ expand, issueCommentListRequestBean, }) {
|
|
402
409
|
return this.getClientInstance()
|
|
@@ -488,6 +495,7 @@ class IssueCommentsService extends CommonHttpService_1.CommonHttpService {
|
|
|
488
495
|
* @scopes-beta read:comment:jira, read:comment.property:jira, read:group:jira,
|
|
489
496
|
* read:project:jira, read:project-role:jira, read:user:jira, write:comment:jira,
|
|
490
497
|
* read:avatar:jira
|
|
498
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-comments#api-rest-api-3-issue-issueidorkey-comment-id-put
|
|
491
499
|
*/
|
|
492
500
|
updateComment({ issueIdOrKey, id, notifyUsers, overrideEditableFlag, expand, comment, }) {
|
|
493
501
|
return this.getClientInstance()
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IssueCommentsService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/IssueCommentsService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAwB;AAExB,6DAA6D;AAC7D,iEAA8D;AAC9D,6CAG0B;AAC1B,2DAKiC;AACjC,wEAAqE;AACrE
|
|
1
|
+
{"version":3,"file":"IssueCommentsService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/IssueCommentsService.ts"],"names":[],"mappings":"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"}
|
|
@@ -6,6 +6,8 @@ import { type CustomFieldConfigurations, type PageBeanContextualConfiguration }
|
|
|
6
6
|
* Configurations are information used by the Forge app at runtime to determine
|
|
7
7
|
* how to handle or process the data in a custom field in a given context. Use
|
|
8
8
|
* this resource to set and read configurations.
|
|
9
|
+
*
|
|
10
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-configuration-apps-
|
|
9
11
|
*/
|
|
10
12
|
export declare class IssueCustomFieldConfigurationAppsService extends CommonHttpService {
|
|
11
13
|
/**
|
|
@@ -66,6 +68,7 @@ export declare class IssueCustomFieldConfigurationAppsService extends CommonHttp
|
|
|
66
68
|
* @path {GET} /rest/api/3/app/field/{fieldIdOrKey}/context/configuration
|
|
67
69
|
* @scopes-current manage:jira-configuration
|
|
68
70
|
* @scopes-beta read:custom-field-contextual-configuration:jira
|
|
71
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-configuration-apps-#api-rest-api-3-app-field-fieldidorkey-context-configuration-get
|
|
69
72
|
*/
|
|
70
73
|
getCustomFieldConfiguration({ fieldIdOrKey, id, fieldContextId, issueId, projectKeyOrId, issueTypeId, startAt, maxResults, }: {
|
|
71
74
|
/** The ID or key of the custom field, for example `customfield_10000`. */
|
|
@@ -115,6 +118,7 @@ export declare class IssueCustomFieldConfigurationAppsService extends CommonHttp
|
|
|
115
118
|
* @path {PUT} /rest/api/3/app/field/{fieldIdOrKey}/context/configuration
|
|
116
119
|
* @scopes-current manage:jira-configuration
|
|
117
120
|
* @scopes-beta write:custom-field-contextual-configuration:jira
|
|
121
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-configuration-apps-#api-rest-api-3-app-field-fieldidorkey-context-configuration-put
|
|
118
122
|
*/
|
|
119
123
|
updateCustomFieldConfiguration({ fieldIdOrKey, customFieldConfigurations, }: {
|
|
120
124
|
/** The ID or key of the custom field, for example `customfield_10000`. */
|
|
@@ -15,6 +15,8 @@ const validationSchemaStorage_1 = require("../validationSchemaStorage");
|
|
|
15
15
|
* Configurations are information used by the Forge app at runtime to determine
|
|
16
16
|
* how to handle or process the data in a custom field in a given context. Use
|
|
17
17
|
* this resource to set and read configurations.
|
|
18
|
+
*
|
|
19
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-configuration-apps-
|
|
18
20
|
*/
|
|
19
21
|
class IssueCustomFieldConfigurationAppsService extends CommonHttpService_1.CommonHttpService {
|
|
20
22
|
/**
|
|
@@ -75,6 +77,7 @@ class IssueCustomFieldConfigurationAppsService extends CommonHttpService_1.Commo
|
|
|
75
77
|
* @path {GET} /rest/api/3/app/field/{fieldIdOrKey}/context/configuration
|
|
76
78
|
* @scopes-current manage:jira-configuration
|
|
77
79
|
* @scopes-beta read:custom-field-contextual-configuration:jira
|
|
80
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-configuration-apps-#api-rest-api-3-app-field-fieldidorkey-context-configuration-get
|
|
78
81
|
*/
|
|
79
82
|
getCustomFieldConfiguration({ fieldIdOrKey, id, fieldContextId, issueId, projectKeyOrId, issueTypeId, startAt, maxResults, }) {
|
|
80
83
|
return this.getClientInstance()
|
|
@@ -116,6 +119,7 @@ class IssueCustomFieldConfigurationAppsService extends CommonHttpService_1.Commo
|
|
|
116
119
|
* @path {PUT} /rest/api/3/app/field/{fieldIdOrKey}/context/configuration
|
|
117
120
|
* @scopes-current manage:jira-configuration
|
|
118
121
|
* @scopes-beta write:custom-field-contextual-configuration:jira
|
|
122
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-configuration-apps-#api-rest-api-3-app-field-fieldidorkey-context-configuration-put
|
|
119
123
|
*/
|
|
120
124
|
updateCustomFieldConfiguration({ fieldIdOrKey, customFieldConfigurations, }) {
|
|
121
125
|
return this.getClientInstance()
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IssueCustomFieldConfigurationAppsService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/IssueCustomFieldConfigurationAppsService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAwB;AAExB,6DAA6D;AAC7D,iEAA8D;AAC9D,mGAIqD;AACrD,wEAAqE;AACrE
|
|
1
|
+
{"version":3,"file":"IssueCustomFieldConfigurationAppsService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/IssueCustomFieldConfigurationAppsService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAwB;AAExB,6DAA6D;AAC7D,iEAA8D;AAC9D,mGAIqD;AACrD,wEAAqE;AACrE;;;;;;;;GAQG;AACH,MAAa,wCAAyC,SAAQ,qCAAiB;IAC7E;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OA2DG;IACH,2BAA2B,CAAC,EAC1B,YAAY,EACZ,EAAE,EACF,cAAc,EACd,OAAO,EACP,cAAc,EACd,WAAW,EACX,OAAO,EACP,UAAU,GAmCX;QACC,OAAO,IAAI,CAAC,iBAAiB,EAAE;aAC5B,OAAO,CAAC;YACP,IAAI,EAAE,4DAA4D;YAClE,MAAM,EAAE,KAAK;YACb,UAAU,EAAE;gBACV,YAAY;aACb;YACD,KAAK,EAAE;gBACL,EAAE;gBACF,cAAc;gBACd,OAAO;gBACP,cAAc;gBACd,WAAW;gBACX,OAAO;gBACP,UAAU;aACX;SACF,CAAC;aACD,IAAI,CACH,IAAI,CAAC,iBAAiB,EAAE,CAAC,eAAe,CAAC;YACvC,GAAG,EAAE;gBACH,kBAAkB,EAAE,MAAM;aAC3B;SACF,CAAC,CACH;aACA,IAAI,CACH,gBAAgB,CAAC,YAAY,EAIzB,CACL;aACA,IAAI,CACH,iDAAuB,CAAC,SAAS,CAC/B,+EAA+E,CAChF,CACF;aACA,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC;IACpC,CAAC;IACD;;;;;;;;;;;;;;OAcG;IACH,8BAA8B,CAAC,EAC7B,YAAY,EACZ,yBAAyB,GAmC1B;QACC,OAAO,IAAI,CAAC,iBAAiB,EAAE;aAC5B,OAAO,CAAC;YACP,IAAI,EAAE,4DAA4D;YAClE,MAAM,EAAE,KAAK;YACb,UAAU,EAAE;gBACV,YAAY;aACb;YACD,OAAO,EAAE;gBACP,cAAc,EAAE,kBAAkB;aACnC;YACD,IAAI,EAAE,yBAAyB;SAChC,CAAC;aACD,IAAI,CACH,IAAI,CAAC,iBAAiB,EAAE,CAAC,eAAe,CAAC;YACvC,GAAG,EAAE;gBACH,kBAAkB,EAAE,MAAM;aAC3B;SACF,CAAC,CACH;aACA,IAAI,CACH,gBAAgB,CAAC,YAAY,EAIzB,CACL;aACA,IAAI,CACH,iDAAuB,CAAC,SAAS,CAC/B,kFAAkF,CACnF,CACF;aACA,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC;IACpC,CAAC;IACD,MAAM,CAAC,UAAU;QACf,iDAAuB,CAAC,kBAAkB,CACxC,+EAA+E,EAC/E,OAAC;aACE,MAAM,CAAC;YACN,MAAM,EAAE,OAAC,CAAC,OAAO,CAAC,GAAG,CAAC;YACtB,SAAS,EAAE,OAAC,CAAC,OAAO,CAAC,kBAAkB,CAAC;YACxC,IAAI,EAAE,iDAAuB,CAAC,IAAI,CAAC,iCAAiC,CAAC;SACtE,CAAC;aACD,QAAQ,CACP,+EAA+E,CAChF,CACJ,CAAC;QACF,iDAAuB,CAAC,kBAAkB,CACxC,kFAAkF,EAClF,OAAC;aACE,MAAM,CAAC;YACN,MAAM,EAAE,OAAC,CAAC,OAAO,CAAC,GAAG,CAAC;YACtB,SAAS,EAAE,OAAC,CAAC,OAAO,CAAC,kBAAkB,CAAC;YACxC,IAAI,EAAE,OAAC,CAAC,OAAO,EAAE;SAClB,CAAC;aACD,QAAQ,CACP,kFAAkF,CACnF,CACJ,CAAC;QACF,iDAAuB,CAAC,YAAY,CAAC;YACnC,8FAA0D;SAC3D,CAAC,CAAC;IACL,CAAC;CACF;AAlQD,4FAkQC"}
|