@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
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TimeTrackingService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/TimeTrackingService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAwB;AAExB,6DAA6D;AAC7D,iEAA8D;AAC9D,6CAG0B;AAC1B,yDAGgC;AAChC,wEAAqE;AACrE
|
|
1
|
+
{"version":3,"file":"TimeTrackingService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/TimeTrackingService.ts"],"names":[],"mappings":"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"}
|
|
@@ -5,6 +5,8 @@ import { type CreateUiModificationDetails, type PageBeanUiModificationDetails, t
|
|
|
5
5
|
* Forge apps to control how selected Jira fields behave on the following views:
|
|
6
6
|
* global issue create, issue view. For example: hide specific fields, set them as
|
|
7
7
|
* required, etc.
|
|
8
|
+
*
|
|
9
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-ui-modifications-apps-
|
|
8
10
|
*/
|
|
9
11
|
export declare class UiModificationsAppsService extends CommonHttpService {
|
|
10
12
|
/**
|
|
@@ -29,6 +31,7 @@ export declare class UiModificationsAppsService extends CommonHttpService {
|
|
|
29
31
|
* "https://api.atlassian.com/ex/jira/{cloudid}/rest/api/2/uiModifications/d7dbda8a-6239-4b63-8e13-a5ef975c8e61"
|
|
30
32
|
* }
|
|
31
33
|
* @path {POST} /rest/api/3/uiModifications
|
|
34
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-ui-modifications-apps-#api-rest-api-3-uimodifications-post
|
|
32
35
|
*/
|
|
33
36
|
createUiModification({ createUiModificationDetails, }: {
|
|
34
37
|
/**
|
|
@@ -67,6 +70,7 @@ export declare class UiModificationsAppsService extends CommonHttpService {
|
|
|
67
70
|
*
|
|
68
71
|
* @returns Returned if the UI modification is deleted.
|
|
69
72
|
* @path {DELETE} /rest/api/3/uiModifications/{uiModificationId}
|
|
73
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-ui-modifications-apps-#api-rest-api-3-uimodifications-uimodificationid-delete
|
|
70
74
|
*/
|
|
71
75
|
deleteUiModification({ uiModificationId, }: {
|
|
72
76
|
/** The ID of the UI modification. */
|
|
@@ -152,8 +156,9 @@ export declare class UiModificationsAppsService extends CommonHttpService {
|
|
|
152
156
|
* ]
|
|
153
157
|
* }
|
|
154
158
|
* @path {GET} /rest/api/3/uiModifications
|
|
159
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-ui-modifications-apps-#api-rest-api-3-uimodifications-get
|
|
155
160
|
*/
|
|
156
|
-
getUiModifications({ startAt, maxResults, expand, }
|
|
161
|
+
getUiModifications({ startAt, maxResults, expand, }?: {
|
|
157
162
|
/** The index of the first item to return in a page of results (page offset). */
|
|
158
163
|
startAt?: number;
|
|
159
164
|
/** The maximum number of items to return per page. */
|
|
@@ -182,6 +187,7 @@ export declare class UiModificationsAppsService extends CommonHttpService {
|
|
|
182
187
|
*
|
|
183
188
|
* @returns Returned if the UI modification is updated.
|
|
184
189
|
* @path {PUT} /rest/api/3/uiModifications/{uiModificationId}
|
|
190
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-ui-modifications-apps-#api-rest-api-3-uimodifications-uimodificationid-put
|
|
185
191
|
*/
|
|
186
192
|
updateUiModification({ uiModificationId, updateUiModificationDetails, }: {
|
|
187
193
|
/** The ID of the UI modification. */
|
|
@@ -14,6 +14,8 @@ const validationSchemaStorage_1 = require("../validationSchemaStorage");
|
|
|
14
14
|
* Forge apps to control how selected Jira fields behave on the following views:
|
|
15
15
|
* global issue create, issue view. For example: hide specific fields, set them as
|
|
16
16
|
* required, etc.
|
|
17
|
+
*
|
|
18
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-ui-modifications-apps-
|
|
17
19
|
*/
|
|
18
20
|
class UiModificationsAppsService extends CommonHttpService_1.CommonHttpService {
|
|
19
21
|
/**
|
|
@@ -38,6 +40,7 @@ class UiModificationsAppsService extends CommonHttpService_1.CommonHttpService {
|
|
|
38
40
|
* "https://api.atlassian.com/ex/jira/{cloudid}/rest/api/2/uiModifications/d7dbda8a-6239-4b63-8e13-a5ef975c8e61"
|
|
39
41
|
* }
|
|
40
42
|
* @path {POST} /rest/api/3/uiModifications
|
|
43
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-ui-modifications-apps-#api-rest-api-3-uimodifications-post
|
|
41
44
|
*/
|
|
42
45
|
createUiModification({ createUiModificationDetails, }) {
|
|
43
46
|
return this.getClientInstance()
|
|
@@ -66,6 +69,7 @@ class UiModificationsAppsService extends CommonHttpService_1.CommonHttpService {
|
|
|
66
69
|
*
|
|
67
70
|
* @returns Returned if the UI modification is deleted.
|
|
68
71
|
* @path {DELETE} /rest/api/3/uiModifications/{uiModificationId}
|
|
72
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-ui-modifications-apps-#api-rest-api-3-uimodifications-uimodificationid-delete
|
|
69
73
|
*/
|
|
70
74
|
deleteUiModification({ uiModificationId, }) {
|
|
71
75
|
return this.getClientInstance()
|
|
@@ -165,8 +169,9 @@ class UiModificationsAppsService extends CommonHttpService_1.CommonHttpService {
|
|
|
165
169
|
* ]
|
|
166
170
|
* }
|
|
167
171
|
* @path {GET} /rest/api/3/uiModifications
|
|
172
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-ui-modifications-apps-#api-rest-api-3-uimodifications-get
|
|
168
173
|
*/
|
|
169
|
-
getUiModifications({ startAt, maxResults, expand, }) {
|
|
174
|
+
getUiModifications({ startAt, maxResults, expand, } = {}) {
|
|
170
175
|
return this.getClientInstance()
|
|
171
176
|
.request({
|
|
172
177
|
path: "/rest/api/3/uiModifications",
|
|
@@ -201,6 +206,7 @@ class UiModificationsAppsService extends CommonHttpService_1.CommonHttpService {
|
|
|
201
206
|
*
|
|
202
207
|
* @returns Returned if the UI modification is updated.
|
|
203
208
|
* @path {PUT} /rest/api/3/uiModifications/{uiModificationId}
|
|
209
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-ui-modifications-apps-#api-rest-api-3-uimodifications-uimodificationid-put
|
|
204
210
|
*/
|
|
205
211
|
updateUiModification({ uiModificationId, updateUiModificationDetails, }) {
|
|
206
212
|
return this.getClientInstance()
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UiModificationsAppsService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/UiModificationsAppsService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAwB;AAExB,6DAA6D;AAC7D,iEAA8D;AAC9D,uEAMuC;AACvC,wEAAqE;AACrE
|
|
1
|
+
{"version":3,"file":"UiModificationsAppsService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/UiModificationsAppsService.ts"],"names":[],"mappings":"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"}
|
|
@@ -12,6 +12,8 @@ import { type EntityProperty, type PropertyKeys } from "../models/common";
|
|
|
12
12
|
* This resource does not access the [user
|
|
13
13
|
* properties](https://confluence.atlassian.com/x/8YxjL) created and maintained in
|
|
14
14
|
* Jira.
|
|
15
|
+
*
|
|
16
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-user-properties
|
|
15
17
|
*/
|
|
16
18
|
export declare class UserPropertiesService extends CommonHttpService {
|
|
17
19
|
/**
|
|
@@ -31,6 +33,7 @@ export declare class UserPropertiesService extends CommonHttpService {
|
|
|
31
33
|
* @path {DELETE} /rest/api/3/user/properties/{propertyKey}
|
|
32
34
|
* @scopes-current write:jira-work
|
|
33
35
|
* @scopes-beta delete:user.property:jira
|
|
36
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-user-properties#api-rest-api-3-user-properties-propertykey-delete
|
|
34
37
|
*/
|
|
35
38
|
deleteUserProperty({ propertyKey, accountId, userKey, username, }: {
|
|
36
39
|
/** The key of the user's property. */
|
|
@@ -82,6 +85,7 @@ export declare class UserPropertiesService extends CommonHttpService {
|
|
|
82
85
|
* @path {GET} /rest/api/3/user/properties/{propertyKey}
|
|
83
86
|
* @scopes-current read:jira-user
|
|
84
87
|
* @scopes-beta read:user.property:jira
|
|
88
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-user-properties#api-rest-api-3-user-properties-propertykey-get
|
|
85
89
|
*/
|
|
86
90
|
getUserProperty({ propertyKey, accountId, userKey, username, }: {
|
|
87
91
|
/** The key of the user's property. */
|
|
@@ -134,8 +138,9 @@ export declare class UserPropertiesService extends CommonHttpService {
|
|
|
134
138
|
* @path {GET} /rest/api/3/user/properties
|
|
135
139
|
* @scopes-current read:jira-user
|
|
136
140
|
* @scopes-beta read:user.property:jira
|
|
141
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-user-properties#api-rest-api-3-user-properties-get
|
|
137
142
|
*/
|
|
138
|
-
getUserPropertyKeys({ accountId, userKey, username, }
|
|
143
|
+
getUserPropertyKeys({ accountId, userKey, username, }?: {
|
|
139
144
|
/**
|
|
140
145
|
* The account ID of the user, which uniquely identifies the user across all
|
|
141
146
|
* Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*.
|
|
@@ -181,6 +186,7 @@ export declare class UserPropertiesService extends CommonHttpService {
|
|
|
181
186
|
* @path {PUT} /rest/api/3/user/properties/{propertyKey}
|
|
182
187
|
* @scopes-current write:jira-work
|
|
183
188
|
* @scopes-beta write:user.property:jira
|
|
189
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-user-properties#api-rest-api-3-user-properties-propertykey-put
|
|
184
190
|
*/
|
|
185
191
|
setUserProperty({ propertyKey, accountId, userKey, username, requestBody, }: {
|
|
186
192
|
/** The key of the user's property. The maximum length is 255 characters. */
|
|
@@ -21,6 +21,8 @@ const validationSchemaStorage_1 = require("../validationSchemaStorage");
|
|
|
21
21
|
* This resource does not access the [user
|
|
22
22
|
* properties](https://confluence.atlassian.com/x/8YxjL) created and maintained in
|
|
23
23
|
* Jira.
|
|
24
|
+
*
|
|
25
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-user-properties
|
|
24
26
|
*/
|
|
25
27
|
class UserPropertiesService extends CommonHttpService_1.CommonHttpService {
|
|
26
28
|
/**
|
|
@@ -40,6 +42,7 @@ class UserPropertiesService extends CommonHttpService_1.CommonHttpService {
|
|
|
40
42
|
* @path {DELETE} /rest/api/3/user/properties/{propertyKey}
|
|
41
43
|
* @scopes-current write:jira-work
|
|
42
44
|
* @scopes-beta delete:user.property:jira
|
|
45
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-user-properties#api-rest-api-3-user-properties-propertykey-delete
|
|
43
46
|
*/
|
|
44
47
|
deleteUserProperty({ propertyKey, accountId, userKey, username, }) {
|
|
45
48
|
return this.getClientInstance()
|
|
@@ -84,6 +87,7 @@ class UserPropertiesService extends CommonHttpService_1.CommonHttpService {
|
|
|
84
87
|
* @path {GET} /rest/api/3/user/properties/{propertyKey}
|
|
85
88
|
* @scopes-current read:jira-user
|
|
86
89
|
* @scopes-beta read:user.property:jira
|
|
90
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-user-properties#api-rest-api-3-user-properties-propertykey-get
|
|
87
91
|
*/
|
|
88
92
|
getUserProperty({ propertyKey, accountId, userKey, username, }) {
|
|
89
93
|
return this.getClientInstance()
|
|
@@ -136,8 +140,9 @@ class UserPropertiesService extends CommonHttpService_1.CommonHttpService {
|
|
|
136
140
|
* @path {GET} /rest/api/3/user/properties
|
|
137
141
|
* @scopes-current read:jira-user
|
|
138
142
|
* @scopes-beta read:user.property:jira
|
|
143
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-user-properties#api-rest-api-3-user-properties-get
|
|
139
144
|
*/
|
|
140
|
-
getUserPropertyKeys({ accountId, userKey, username, }) {
|
|
145
|
+
getUserPropertyKeys({ accountId, userKey, username, } = {}) {
|
|
141
146
|
return this.getClientInstance()
|
|
142
147
|
.request({
|
|
143
148
|
path: "/rest/api/3/user/properties",
|
|
@@ -182,6 +187,7 @@ class UserPropertiesService extends CommonHttpService_1.CommonHttpService {
|
|
|
182
187
|
* @path {PUT} /rest/api/3/user/properties/{propertyKey}
|
|
183
188
|
* @scopes-current write:jira-work
|
|
184
189
|
* @scopes-beta write:user.property:jira
|
|
190
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-user-properties#api-rest-api-3-user-properties-propertykey-put
|
|
185
191
|
*/
|
|
186
192
|
setUserProperty({ propertyKey, accountId, userKey, username, requestBody, }) {
|
|
187
193
|
return this.getClientInstance()
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UserPropertiesService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/UserPropertiesService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAwB;AAExB,6DAA6D;AAC7D,iEAA8D;AAC9D,6CAI0B;AAC1B,wEAAqE;AACrE
|
|
1
|
+
{"version":3,"file":"UserPropertiesService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/UserPropertiesService.ts"],"names":[],"mappings":"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"}
|
|
@@ -7,6 +7,8 @@ import { type PageBeanUserKey } from "../models/userSearch";
|
|
|
7
7
|
* with permissions, user lists for pickup fields, and user lists generated using
|
|
8
8
|
* structured queries. Note that the operations in this resource only return users
|
|
9
9
|
* found within the first 1000 users.
|
|
10
|
+
*
|
|
11
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-user-search
|
|
10
12
|
*/
|
|
11
13
|
export declare class UserSearchService extends CommonHttpService {
|
|
12
14
|
/**
|
|
@@ -77,8 +79,9 @@ export declare class UserSearchService extends CommonHttpService {
|
|
|
77
79
|
* @scopes-current read:jira-user
|
|
78
80
|
* @scopes-beta read:issue:jira, read:project:jira, read:user:jira, read:application-role:jira,
|
|
79
81
|
* read:avatar:jira, read:group:jira
|
|
82
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-user-search#api-rest-api-3-user-assignable-search-get
|
|
80
83
|
*/
|
|
81
|
-
findAssignableUsers({ query, sessionId, username, accountId, project, issueKey, startAt, maxResults, actionDescriptorId, recommend, }
|
|
84
|
+
findAssignableUsers({ query, sessionId, username, accountId, project, issueKey, startAt, maxResults, actionDescriptorId, recommend, }?: {
|
|
82
85
|
/**
|
|
83
86
|
* A query string that is matched against user attributes, such as `displayName`,
|
|
84
87
|
* and `emailAddress`, to find relevant users. The string can match the prefix of
|
|
@@ -189,6 +192,7 @@ export declare class UserSearchService extends CommonHttpService {
|
|
|
189
192
|
* @scopes-current read:jira-user
|
|
190
193
|
* @scopes-beta read:project:jira, read:user:jira, read:application-role:jira,
|
|
191
194
|
* read:avatar:jira, read:group:jira
|
|
195
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-user-search#api-rest-api-3-user-assignable-multiprojectsearch-get
|
|
192
196
|
*/
|
|
193
197
|
findBulkAssignableUsers({ query, username, accountId, projectKeys, startAt, maxResults, }: {
|
|
194
198
|
/**
|
|
@@ -265,6 +269,7 @@ export declare class UserSearchService extends CommonHttpService {
|
|
|
265
269
|
* @scopes-beta read:comment:jira, read:issue:jira, read:issue.vote:jira,
|
|
266
270
|
* read:issue.watcher:jira, read:project:jira, read:user.property:jira,
|
|
267
271
|
* read:user:jira
|
|
272
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-user-search#api-rest-api-3-user-search-query-key-get
|
|
268
273
|
*/
|
|
269
274
|
findUserKeysByQuery({ query, startAt, maxResult, }: {
|
|
270
275
|
/** The search query. */
|
|
@@ -343,8 +348,9 @@ export declare class UserSearchService extends CommonHttpService {
|
|
|
343
348
|
* @scopes-current read:jira-user
|
|
344
349
|
* @scopes-beta read:user:jira, read:user.property:jira, read:application-role:jira,
|
|
345
350
|
* read:avatar:jira, read:group:jira
|
|
351
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-user-search#api-rest-api-3-user-search-get
|
|
346
352
|
*/
|
|
347
|
-
findUsers({ query, username, accountId, startAt, maxResults, property, }
|
|
353
|
+
findUsers({ query, username, accountId, startAt, maxResults, property, }?: {
|
|
348
354
|
/**
|
|
349
355
|
* A query string that is matched against user attributes ( `displayName`, and
|
|
350
356
|
* `emailAddress`) to find relevant users. The string can match the prefix of the
|
|
@@ -422,6 +428,7 @@ export declare class UserSearchService extends CommonHttpService {
|
|
|
422
428
|
* read:issue.watcher:jira, read:project:jira, read:user:jira,
|
|
423
429
|
* read:user.property:jira, read:application-role:jira, read:avatar:jira,
|
|
424
430
|
* read:group:jira
|
|
431
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-user-search#api-rest-api-3-user-search-query-get
|
|
425
432
|
*/
|
|
426
433
|
findUsersByQuery({ query, startAt, maxResults, }: {
|
|
427
434
|
/** The search query. */
|
|
@@ -478,6 +485,7 @@ export declare class UserSearchService extends CommonHttpService {
|
|
|
478
485
|
* @path {GET} /rest/api/3/user/picker
|
|
479
486
|
* @scopes-current read:jira-user
|
|
480
487
|
* @scopes-beta read:user:jira
|
|
488
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-user-search#api-rest-api-3-user-picker-get
|
|
481
489
|
*/
|
|
482
490
|
findUsersForPicker({ query, maxResults, showAvatar, exclude, excludeAccountIds, avatarSize, excludeConnectUsers, }: {
|
|
483
491
|
/**
|
|
@@ -594,6 +602,7 @@ export declare class UserSearchService extends CommonHttpService {
|
|
|
594
602
|
* @scopes-current read:jira-user
|
|
595
603
|
* @scopes-beta read:issue:jira, read:project:jira, read:user:jira, read:application-role:jira,
|
|
596
604
|
* read:avatar:jira, read:group:jira
|
|
605
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-user-search#api-rest-api-3-user-permission-search-get
|
|
597
606
|
*/
|
|
598
607
|
findUsersWithAllPermissions({ query, username, accountId, permissions, issueKey, projectKey, startAt, maxResults, }: {
|
|
599
608
|
/**
|
|
@@ -745,8 +754,9 @@ export declare class UserSearchService extends CommonHttpService {
|
|
|
745
754
|
* @scopes-current read:jira-user
|
|
746
755
|
* @scopes-beta read:issue:jira, read:project:jira, read:user:jira, read:application-role:jira,
|
|
747
756
|
* read:avatar:jira, read:group:jira
|
|
757
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-user-search#api-rest-api-3-user-viewissue-search-get
|
|
748
758
|
*/
|
|
749
|
-
findUsersWithBrowsePermission({ query, username, accountId, issueKey, projectKey, startAt, maxResults, }
|
|
759
|
+
findUsersWithBrowsePermission({ query, username, accountId, issueKey, projectKey, startAt, maxResults, }?: {
|
|
750
760
|
/**
|
|
751
761
|
* A query string that is matched against user attributes, such as `displayName`
|
|
752
762
|
* and `emailAddress`, to find relevant users. The string can match the prefix of
|
|
@@ -16,6 +16,8 @@ const validationSchemaStorage_1 = require("../validationSchemaStorage");
|
|
|
16
16
|
* with permissions, user lists for pickup fields, and user lists generated using
|
|
17
17
|
* structured queries. Note that the operations in this resource only return users
|
|
18
18
|
* found within the first 1000 users.
|
|
19
|
+
*
|
|
20
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-user-search
|
|
19
21
|
*/
|
|
20
22
|
class UserSearchService extends CommonHttpService_1.CommonHttpService {
|
|
21
23
|
/**
|
|
@@ -86,8 +88,9 @@ class UserSearchService extends CommonHttpService_1.CommonHttpService {
|
|
|
86
88
|
* @scopes-current read:jira-user
|
|
87
89
|
* @scopes-beta read:issue:jira, read:project:jira, read:user:jira, read:application-role:jira,
|
|
88
90
|
* read:avatar:jira, read:group:jira
|
|
91
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-user-search#api-rest-api-3-user-assignable-search-get
|
|
89
92
|
*/
|
|
90
|
-
findAssignableUsers({ query, sessionId, username, accountId, project, issueKey, startAt, maxResults, actionDescriptorId, recommend, }) {
|
|
93
|
+
findAssignableUsers({ query, sessionId, username, accountId, project, issueKey, startAt, maxResults, actionDescriptorId, recommend, } = {}) {
|
|
91
94
|
return this.getClientInstance()
|
|
92
95
|
.request({
|
|
93
96
|
path: "/rest/api/3/user/assignable/search",
|
|
@@ -183,6 +186,7 @@ class UserSearchService extends CommonHttpService_1.CommonHttpService {
|
|
|
183
186
|
* @scopes-current read:jira-user
|
|
184
187
|
* @scopes-beta read:project:jira, read:user:jira, read:application-role:jira,
|
|
185
188
|
* read:avatar:jira, read:group:jira
|
|
189
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-user-search#api-rest-api-3-user-assignable-multiprojectsearch-get
|
|
186
190
|
*/
|
|
187
191
|
findBulkAssignableUsers({ query, username, accountId, projectKeys, startAt, maxResults, }) {
|
|
188
192
|
return this.getClientInstance()
|
|
@@ -252,6 +256,7 @@ class UserSearchService extends CommonHttpService_1.CommonHttpService {
|
|
|
252
256
|
* @scopes-beta read:comment:jira, read:issue:jira, read:issue.vote:jira,
|
|
253
257
|
* read:issue.watcher:jira, read:project:jira, read:user.property:jira,
|
|
254
258
|
* read:user:jira
|
|
259
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-user-search#api-rest-api-3-user-search-query-key-get
|
|
255
260
|
*/
|
|
256
261
|
findUserKeysByQuery({ query, startAt, maxResult, }) {
|
|
257
262
|
return this.getClientInstance()
|
|
@@ -342,8 +347,9 @@ class UserSearchService extends CommonHttpService_1.CommonHttpService {
|
|
|
342
347
|
* @scopes-current read:jira-user
|
|
343
348
|
* @scopes-beta read:user:jira, read:user.property:jira, read:application-role:jira,
|
|
344
349
|
* read:avatar:jira, read:group:jira
|
|
350
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-user-search#api-rest-api-3-user-search-get
|
|
345
351
|
*/
|
|
346
|
-
findUsers({ query, username, accountId, startAt, maxResults, property, }) {
|
|
352
|
+
findUsers({ query, username, accountId, startAt, maxResults, property, } = {}) {
|
|
347
353
|
return this.getClientInstance()
|
|
348
354
|
.request({
|
|
349
355
|
path: "/rest/api/3/user/search",
|
|
@@ -412,6 +418,7 @@ class UserSearchService extends CommonHttpService_1.CommonHttpService {
|
|
|
412
418
|
* read:issue.watcher:jira, read:project:jira, read:user:jira,
|
|
413
419
|
* read:user.property:jira, read:application-role:jira, read:avatar:jira,
|
|
414
420
|
* read:group:jira
|
|
421
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-user-search#api-rest-api-3-user-search-query-get
|
|
415
422
|
*/
|
|
416
423
|
findUsersByQuery({ query, startAt, maxResults, }) {
|
|
417
424
|
return this.getClientInstance()
|
|
@@ -480,6 +487,7 @@ class UserSearchService extends CommonHttpService_1.CommonHttpService {
|
|
|
480
487
|
* @path {GET} /rest/api/3/user/picker
|
|
481
488
|
* @scopes-current read:jira-user
|
|
482
489
|
* @scopes-beta read:user:jira
|
|
490
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-user-search#api-rest-api-3-user-picker-get
|
|
483
491
|
*/
|
|
484
492
|
findUsersForPicker({ query, maxResults, showAvatar, exclude, excludeAccountIds, avatarSize, excludeConnectUsers, }) {
|
|
485
493
|
return this.getClientInstance()
|
|
@@ -587,6 +595,7 @@ class UserSearchService extends CommonHttpService_1.CommonHttpService {
|
|
|
587
595
|
* @scopes-current read:jira-user
|
|
588
596
|
* @scopes-beta read:issue:jira, read:project:jira, read:user:jira, read:application-role:jira,
|
|
589
597
|
* read:avatar:jira, read:group:jira
|
|
598
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-user-search#api-rest-api-3-user-permission-search-get
|
|
590
599
|
*/
|
|
591
600
|
findUsersWithAllPermissions({ query, username, accountId, permissions, issueKey, projectKey, startAt, maxResults, }) {
|
|
592
601
|
return this.getClientInstance()
|
|
@@ -692,8 +701,9 @@ class UserSearchService extends CommonHttpService_1.CommonHttpService {
|
|
|
692
701
|
* @scopes-current read:jira-user
|
|
693
702
|
* @scopes-beta read:issue:jira, read:project:jira, read:user:jira, read:application-role:jira,
|
|
694
703
|
* read:avatar:jira, read:group:jira
|
|
704
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-user-search#api-rest-api-3-user-viewissue-search-get
|
|
695
705
|
*/
|
|
696
|
-
findUsersWithBrowsePermission({ query, username, accountId, issueKey, projectKey, startAt, maxResults, }) {
|
|
706
|
+
findUsersWithBrowsePermission({ query, username, accountId, issueKey, projectKey, startAt, maxResults, } = {}) {
|
|
697
707
|
return this.getClientInstance()
|
|
698
708
|
.request({
|
|
699
709
|
path: "/rest/api/3/user/viewissue/search",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UserSearchService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/UserSearchService.ts"],"names":[],"mappings":";;;AAAA,eAAe;AACf,wDAAwD;AACxD,gDAAgD;AAChD,6BAAwB;AAExB,6DAA6D;AAC7D,iEAA8D;AAC9D,6CAK0B;AAC1B,qDAG8B;AAC9B,wEAAqE;AACrE
|
|
1
|
+
{"version":3,"file":"UserSearchService.js","sourceRoot":"","sources":["../../../../src/openapi/platform/services/UserSearchService.ts"],"names":[],"mappings":"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"}
|
|
@@ -8,6 +8,8 @@ import { type NewUserDetails, type UnrestrictedUserEmail, type UserColumnRequest
|
|
|
8
8
|
* * get, set, and reset a user's default issue table columns.
|
|
9
9
|
* * get a list of the groups the user belongs to.
|
|
10
10
|
* * get a list of user account IDs for a list of usernames or user keys.
|
|
11
|
+
*
|
|
12
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-users
|
|
11
13
|
*/
|
|
12
14
|
export declare class UsersService extends CommonHttpService {
|
|
13
15
|
/**
|
|
@@ -49,6 +51,7 @@ export declare class UsersService extends CommonHttpService {
|
|
|
49
51
|
* @path {GET} /rest/api/3/user/bulk
|
|
50
52
|
* @scopes-current read:jira-user
|
|
51
53
|
* @scopes-beta read:application-role:jira, read:group:jira, read:user:jira, read:avatar:jira
|
|
54
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-users#api-rest-api-3-user-bulk-get
|
|
52
55
|
*/
|
|
53
56
|
bulkGetUsers({ startAt, maxResults, username, key, accountId, }: {
|
|
54
57
|
/** The index of the first item to return in a page of results (page offset). */
|
|
@@ -97,8 +100,9 @@ export declare class UsersService extends CommonHttpService {
|
|
|
97
100
|
* @path {GET} /rest/api/3/user/bulk/migration
|
|
98
101
|
* @scopes-current read:jira-user
|
|
99
102
|
* @scopes-beta read:user:jira
|
|
103
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-users#api-rest-api-3-user-bulk-migration-get
|
|
100
104
|
*/
|
|
101
|
-
bulkGetUsersMigration({ startAt, maxResults, username, key, }
|
|
105
|
+
bulkGetUsersMigration({ startAt, maxResults, username, key, }?: {
|
|
102
106
|
/** The index of the first item to return in a page of results (page offset). */
|
|
103
107
|
startAt?: number;
|
|
104
108
|
/** The maximum number of items to return per page. */
|
|
@@ -160,6 +164,7 @@ export declare class UsersService extends CommonHttpService {
|
|
|
160
164
|
* "timeZone": "Australia/Sydney"
|
|
161
165
|
* }
|
|
162
166
|
* @path {POST} /rest/api/3/user
|
|
167
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-users#api-rest-api-3-user-post
|
|
163
168
|
*/
|
|
164
169
|
createUser({ newUserDetails, }: {
|
|
165
170
|
/**
|
|
@@ -231,8 +236,9 @@ export declare class UsersService extends CommonHttpService {
|
|
|
231
236
|
* @path {GET} /rest/api/3/users/search
|
|
232
237
|
* @scopes-current read:jira-user
|
|
233
238
|
* @scopes-beta read:user:jira, read:application-role:jira, read:avatar:jira, read:group:jira
|
|
239
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-users#api-rest-api-3-users-search-get
|
|
234
240
|
*/
|
|
235
|
-
getAllUsers({ startAt, maxResults, }
|
|
241
|
+
getAllUsers({ startAt, maxResults, }?: {
|
|
236
242
|
/** The index of the first item to return. */
|
|
237
243
|
startAt?: number;
|
|
238
244
|
/** The maximum number of items to return. */
|
|
@@ -298,8 +304,9 @@ export declare class UsersService extends CommonHttpService {
|
|
|
298
304
|
* @path {GET} /rest/api/3/users
|
|
299
305
|
* @scopes-current read:jira-user
|
|
300
306
|
* @scopes-beta read:user:jira, read:application-role:jira, read:avatar:jira, read:group:jira
|
|
307
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-users#api-rest-api-3-users-get
|
|
301
308
|
*/
|
|
302
|
-
getAllUsersDefault({ startAt, maxResults, }
|
|
309
|
+
getAllUsersDefault({ startAt, maxResults, }?: {
|
|
303
310
|
/** The index of the first item to return. */
|
|
304
311
|
startAt?: number;
|
|
305
312
|
/** The maximum number of items to return. */
|
|
@@ -352,8 +359,9 @@ export declare class UsersService extends CommonHttpService {
|
|
|
352
359
|
* @path {GET} /rest/api/3/user
|
|
353
360
|
* @scopes-current read:jira-user
|
|
354
361
|
* @scopes-beta read:application-role:jira, read:group:jira, read:user:jira, read:avatar:jira
|
|
362
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-users#api-rest-api-3-user-get
|
|
355
363
|
*/
|
|
356
|
-
getUser({ accountId, username, key, expand, }
|
|
364
|
+
getUser({ accountId, username, key, expand, }?: {
|
|
357
365
|
/**
|
|
358
366
|
* The account ID of the user, which uniquely identifies the user across all
|
|
359
367
|
* Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*. Required.
|
|
@@ -398,8 +406,9 @@ export declare class UsersService extends CommonHttpService {
|
|
|
398
406
|
* @path {GET} /rest/api/3/user/columns
|
|
399
407
|
* @scopes-current read:jira-user
|
|
400
408
|
* @scopes-beta read:user.columns:jira, read:filter.column:jira
|
|
409
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-users#api-rest-api-3-user-columns-get
|
|
401
410
|
*/
|
|
402
|
-
getUserDefaultColumns({ accountId, username, }
|
|
411
|
+
getUserDefaultColumns({ accountId, username, }?: {
|
|
403
412
|
/**
|
|
404
413
|
* The account ID of the user, which uniquely identifies the user across all
|
|
405
414
|
* Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*.
|
|
@@ -421,6 +430,7 @@ export declare class UsersService extends CommonHttpService {
|
|
|
421
430
|
*
|
|
422
431
|
* example: name@example.com
|
|
423
432
|
* @path {GET} /rest/api/3/user/email
|
|
433
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-users#api-rest-api-3-user-email-get
|
|
424
434
|
*/
|
|
425
435
|
getUserEmail({ accountId, }: {
|
|
426
436
|
/**
|
|
@@ -436,6 +446,7 @@ export declare class UsersService extends CommonHttpService {
|
|
|
436
446
|
*
|
|
437
447
|
* @returns Returned if the request is successful.
|
|
438
448
|
* @path {GET} /rest/api/3/user/email/bulk
|
|
449
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-users#api-rest-api-3-user-email-bulk-get
|
|
439
450
|
*/
|
|
440
451
|
getUserEmailBulk({ accountId, }: {
|
|
441
452
|
/**
|
|
@@ -463,6 +474,7 @@ export declare class UsersService extends CommonHttpService {
|
|
|
463
474
|
* @path {GET} /rest/api/3/user/groups
|
|
464
475
|
* @scopes-current read:jira-user
|
|
465
476
|
* @scopes-beta read:group:jira
|
|
477
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-users#api-rest-api-3-user-groups-get
|
|
466
478
|
*/
|
|
467
479
|
getUserGroups({ accountId, username, key, }: {
|
|
468
480
|
/**
|
|
@@ -493,6 +505,7 @@ export declare class UsersService extends CommonHttpService {
|
|
|
493
505
|
* [group](https://confluence.atlassian.com/x/24xjL)).
|
|
494
506
|
*
|
|
495
507
|
* @path {DELETE} /rest/api/3/user
|
|
508
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-users#api-rest-api-3-user-delete
|
|
496
509
|
*/
|
|
497
510
|
removeUser({ accountId, username, key, }: {
|
|
498
511
|
/**
|
|
@@ -527,8 +540,9 @@ export declare class UsersService extends CommonHttpService {
|
|
|
527
540
|
* * Permission to access Jira, to set the calling user's columns.
|
|
528
541
|
*
|
|
529
542
|
* @path {DELETE} /rest/api/3/user/columns
|
|
543
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-users#api-rest-api-3-user-columns-delete
|
|
530
544
|
*/
|
|
531
|
-
resetUserColumns({ accountId, username, }
|
|
545
|
+
resetUserColumns({ accountId, username, }?: {
|
|
532
546
|
/**
|
|
533
547
|
* The account ID of the user, which uniquely identifies the user across all
|
|
534
548
|
* Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*.
|
|
@@ -562,6 +576,7 @@ export declare class UsersService extends CommonHttpService {
|
|
|
562
576
|
*
|
|
563
577
|
* @returns Returned if the request is successful.
|
|
564
578
|
* @path {PUT} /rest/api/3/user/columns
|
|
579
|
+
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-users#api-rest-api-3-user-columns-put
|
|
565
580
|
*/
|
|
566
581
|
setUserColumns({ accountId, userColumnRequestBody, }: {
|
|
567
582
|
/**
|