@resolution/jira-api-client 0.5.4 → 0.5.6
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 +19 -0
- package/lib/index.d.ts +35 -7
- package/lib/index.js +27 -0
- package/lib/index.js.map +1 -1
- package/lib/openapi/platform/BaseJiraPlatformApiClient.d.ts +92 -1
- package/lib/openapi/platform/BaseJiraPlatformApiClient.js +92 -1
- package/lib/openapi/platform/BaseJiraPlatformApiClient.js.map +1 -1
- package/lib/openapi/platform/models/announcementBanner.d.ts +10 -2
- package/lib/openapi/platform/models/announcementBanner.js.map +1 -1
- package/lib/openapi/platform/models/appDataPolicies.d.ts +20 -4
- package/lib/openapi/platform/models/appDataPolicies.js.map +1 -1
- package/lib/openapi/platform/models/appMigration.d.ts +21 -4
- package/lib/openapi/platform/models/appMigration.js.map +1 -1
- package/lib/openapi/platform/models/appProperties.d.ts +1 -0
- package/lib/openapi/platform/models/appProperties.js.map +1 -1
- package/lib/openapi/platform/models/auditRecords.d.ts +20 -4
- package/lib/openapi/platform/models/auditRecords.js.map +1 -1
- package/lib/openapi/platform/models/avatars.d.ts +11 -2
- package/lib/openapi/platform/models/avatars.js.map +1 -1
- package/lib/openapi/platform/models/classificationLevels.d.ts +10 -2
- package/lib/openapi/platform/models/classificationLevels.js.map +1 -1
- package/lib/openapi/platform/models/common.d.ts +256 -47
- package/lib/openapi/platform/models/common.js.map +1 -1
- package/lib/openapi/platform/models/dashboards.d.ts +133 -26
- package/lib/openapi/platform/models/dashboards.js.map +1 -1
- package/lib/openapi/platform/models/dynamicModules.d.ts +2 -0
- package/lib/openapi/platform/models/dynamicModules.js.map +1 -1
- package/lib/openapi/platform/models/filterSharing.d.ts +6 -1
- package/lib/openapi/platform/models/filterSharing.js.map +1 -1
- package/lib/openapi/platform/models/filters.d.ts +32 -6
- package/lib/openapi/platform/models/filters.js.map +1 -1
- package/lib/openapi/platform/models/groupAndUserPicker.d.ts +10 -2
- package/lib/openapi/platform/models/groupAndUserPicker.js.map +1 -1
- package/lib/openapi/platform/models/groups.d.ts +30 -5
- package/lib/openapi/platform/models/groups.js.map +1 -1
- package/lib/openapi/platform/models/issueAttachments.d.ts +40 -7
- package/lib/openapi/platform/models/issueAttachments.js.map +1 -1
- package/lib/openapi/platform/models/issueBulkOperations.d.ts +86 -9
- package/lib/openapi/platform/models/issueBulkOperations.js.map +1 -1
- package/lib/openapi/platform/models/issueCommentProperties.d.ts +5 -1
- package/lib/openapi/platform/models/issueCommentProperties.js.map +1 -1
- package/lib/openapi/platform/models/issueComments.d.ts +11 -2
- package/lib/openapi/platform/models/issueComments.js.map +1 -1
- package/lib/openapi/platform/models/issueCustomFieldConfigurationApps.d.ts +15 -3
- package/lib/openapi/platform/models/issueCustomFieldConfigurationApps.js.map +1 -1
- package/lib/openapi/platform/models/issueCustomFieldContexts.d.ts +216 -43
- package/lib/openapi/platform/models/issueCustomFieldContexts.js.map +1 -1
- package/lib/openapi/platform/models/issueCustomFieldOptions.d.ts +54 -10
- package/lib/openapi/platform/models/issueCustomFieldOptions.js.map +1 -1
- package/lib/openapi/platform/models/issueCustomFieldOptionsApps.d.ts +21 -3
- package/lib/openapi/platform/models/issueCustomFieldOptionsApps.js.map +1 -1
- package/lib/openapi/platform/models/issueCustomFieldValuesApps.d.ts +20 -4
- package/lib/openapi/platform/models/issueCustomFieldValuesApps.js.map +1 -1
- package/lib/openapi/platform/models/issueFieldConfigurations.d.ts +85 -17
- package/lib/openapi/platform/models/issueFieldConfigurations.js.map +1 -1
- package/lib/openapi/platform/models/issueFields.d.ts +31 -6
- package/lib/openapi/platform/models/issueFields.js.map +1 -1
- package/lib/openapi/platform/models/issueLinkTypes.d.ts +5 -1
- package/lib/openapi/platform/models/issueLinkTypes.js.map +1 -1
- package/lib/openapi/platform/models/issueLinks.d.ts +26 -5
- package/lib/openapi/platform/models/issueLinks.js.map +1 -1
- package/lib/openapi/platform/models/issueNotificationSchemes.d.ts +61 -12
- package/lib/openapi/platform/models/issueNotificationSchemes.js.map +1 -1
- package/lib/openapi/platform/models/issuePriorities.d.ts +32 -8
- package/lib/openapi/platform/models/issuePriorities.js +20 -0
- package/lib/openapi/platform/models/issuePriorities.js.map +1 -1
- package/lib/openapi/platform/models/issueProperties.d.ts +21 -3
- package/lib/openapi/platform/models/issueProperties.js.map +1 -1
- package/lib/openapi/platform/models/issueRemoteLinks.d.ts +32 -6
- package/lib/openapi/platform/models/issueRemoteLinks.js.map +1 -1
- package/lib/openapi/platform/models/issueResolutions.d.ts +36 -7
- package/lib/openapi/platform/models/issueResolutions.js.map +1 -1
- package/lib/openapi/platform/models/issueSearch.d.ts +33 -5
- package/lib/openapi/platform/models/issueSearch.js.map +1 -1
- package/lib/openapi/platform/models/issueSecurityLevel.d.ts +10 -2
- package/lib/openapi/platform/models/issueSecurityLevel.js.map +1 -1
- package/lib/openapi/platform/models/issueSecuritySchemes.d.ts +80 -15
- package/lib/openapi/platform/models/issueSecuritySchemes.js.map +1 -1
- package/lib/openapi/platform/models/issueTypeSchemes.d.ts +52 -10
- package/lib/openapi/platform/models/issueTypeSchemes.js.map +1 -1
- package/lib/openapi/platform/models/issueTypeScreenSchemes.d.ts +60 -12
- package/lib/openapi/platform/models/issueTypeScreenSchemes.js.map +1 -1
- package/lib/openapi/platform/models/issueTypes.d.ts +2 -0
- package/lib/openapi/platform/models/issueTypes.js.map +1 -1
- package/lib/openapi/platform/models/issueVotes.d.ts +5 -1
- package/lib/openapi/platform/models/issueVotes.js.map +1 -1
- package/lib/openapi/platform/models/issueWatchers.d.ts +15 -3
- package/lib/openapi/platform/models/issueWatchers.js.map +1 -1
- package/lib/openapi/platform/models/issueWorklogs.d.ts +21 -4
- package/lib/openapi/platform/models/issueWorklogs.js.map +1 -1
- package/lib/openapi/platform/models/issues.d.ts +170 -31
- package/lib/openapi/platform/models/issues.js.map +1 -1
- package/lib/openapi/platform/models/jiraExpressions.d.ts +68 -10
- package/lib/openapi/platform/models/jiraExpressions.js.map +1 -1
- package/lib/openapi/platform/models/jiraSettings.d.ts +11 -2
- package/lib/openapi/platform/models/jiraSettings.js.map +1 -1
- package/lib/openapi/platform/models/jql.d.ts +141 -25
- package/lib/openapi/platform/models/jql.js.map +1 -1
- package/lib/openapi/platform/models/jqlFunctionsApps.d.ts +20 -4
- package/lib/openapi/platform/models/jqlFunctionsApps.js.map +1 -1
- package/lib/openapi/platform/models/labels.d.ts +5 -1
- package/lib/openapi/platform/models/labels.js.map +1 -1
- package/lib/openapi/platform/models/licenseMetrics.d.ts +16 -3
- package/lib/openapi/platform/models/licenseMetrics.js.map +1 -1
- package/lib/openapi/platform/models/myself.d.ts +5 -1
- package/lib/openapi/platform/models/myself.js.map +1 -1
- package/lib/openapi/platform/models/permissionSchemes.d.ts +15 -3
- package/lib/openapi/platform/models/permissionSchemes.js.map +1 -1
- package/lib/openapi/platform/models/permissions.d.ts +35 -6
- package/lib/openapi/platform/models/permissions.js.map +1 -1
- package/lib/openapi/platform/models/prioritySchemes.d.ts +76 -14
- package/lib/openapi/platform/models/prioritySchemes.js.map +1 -1
- package/lib/openapi/platform/models/projectAvatars.d.ts +5 -1
- package/lib/openapi/platform/models/projectAvatars.js.map +1 -1
- package/lib/openapi/platform/models/projectClassificationLevels.d.ts +5 -1
- package/lib/openapi/platform/models/projectClassificationLevels.js.map +1 -1
- package/lib/openapi/platform/models/projectComponents.d.ts +21 -4
- package/lib/openapi/platform/models/projectComponents.js.map +1 -1
- package/lib/openapi/platform/models/projectEmail.d.ts +5 -1
- package/lib/openapi/platform/models/projectEmail.js.map +1 -1
- package/lib/openapi/platform/models/projectFeatures.d.ts +15 -3
- package/lib/openapi/platform/models/projectFeatures.js.map +1 -1
- package/lib/openapi/platform/models/projectPermissionSchemes.d.ts +6 -1
- package/lib/openapi/platform/models/projectPermissionSchemes.js.map +1 -1
- package/lib/openapi/platform/models/projectRoleActors.d.ts +3 -0
- package/lib/openapi/platform/models/projectRoleActors.js.map +1 -1
- package/lib/openapi/platform/models/projectRoles.d.ts +6 -1
- package/lib/openapi/platform/models/projectRoles.js.map +1 -1
- package/lib/openapi/platform/models/projectTypes.d.ts +5 -1
- package/lib/openapi/platform/models/projectTypes.js.map +1 -1
- package/lib/openapi/platform/models/projectVersions.d.ts +32 -6
- package/lib/openapi/platform/models/projectVersions.js.map +1 -1
- package/lib/openapi/platform/models/projects.d.ts +36 -7
- package/lib/openapi/platform/models/projects.js.map +1 -1
- package/lib/openapi/platform/models/screenSchemes.d.ts +35 -7
- package/lib/openapi/platform/models/screenSchemes.js.map +1 -1
- package/lib/openapi/platform/models/screenTabFields.d.ts +2 -0
- package/lib/openapi/platform/models/screenTabFields.js.map +1 -1
- package/lib/openapi/platform/models/screens.d.ts +30 -6
- package/lib/openapi/platform/models/screens.js.map +1 -1
- package/lib/openapi/platform/models/serverInfo.d.ts +10 -2
- package/lib/openapi/platform/models/serverInfo.js.map +1 -1
- package/lib/openapi/platform/models/serviceRegistry.d.ts +2 -0
- package/lib/openapi/platform/models/serviceRegistry.js.map +1 -1
- package/lib/openapi/platform/models/status.d.ts +33 -6
- package/lib/openapi/platform/models/status.js.map +1 -1
- package/lib/openapi/platform/models/timeTracking.d.ts +5 -1
- package/lib/openapi/platform/models/timeTracking.js.map +1 -1
- package/lib/openapi/platform/models/uiModificationsApps.d.ts +28 -5
- package/lib/openapi/platform/models/uiModificationsApps.js.map +1 -1
- package/lib/openapi/platform/models/userSearch.d.ts +10 -2
- package/lib/openapi/platform/models/userSearch.js.map +1 -1
- package/lib/openapi/platform/models/users.d.ts +8 -1
- package/lib/openapi/platform/models/users.js.map +1 -1
- package/lib/openapi/platform/models/webhooks.d.ts +44 -8
- package/lib/openapi/platform/models/webhooks.js.map +1 -1
- package/lib/openapi/platform/models/workflowSchemeDrafts.d.ts +10 -2
- package/lib/openapi/platform/models/workflowSchemeDrafts.js.map +1 -1
- package/lib/openapi/platform/models/workflowSchemeProjectAssociations.d.ts +12 -2
- package/lib/openapi/platform/models/workflowSchemeProjectAssociations.js.map +1 -1
- package/lib/openapi/platform/models/workflowSchemes.d.ts +68 -12
- package/lib/openapi/platform/models/workflowSchemes.js.map +1 -1
- package/lib/openapi/platform/models/workflowTransitionProperties.d.ts +5 -1
- package/lib/openapi/platform/models/workflowTransitionProperties.js.map +1 -1
- package/lib/openapi/platform/models/workflowTransitionRules.d.ts +47 -9
- package/lib/openapi/platform/models/workflowTransitionRules.js.map +1 -1
- package/lib/openapi/platform/models/workflows.d.ts +261 -48
- package/lib/openapi/platform/models/workflows.js.map +1 -1
- package/lib/openapi/platform/services/AnnouncementBannerService.d.ts +1 -0
- package/lib/openapi/platform/services/AnnouncementBannerService.js +1 -0
- package/lib/openapi/platform/services/AnnouncementBannerService.js.map +1 -1
- package/lib/openapi/platform/services/AppDataPoliciesService.d.ts +1 -0
- package/lib/openapi/platform/services/AppDataPoliciesService.js +1 -0
- package/lib/openapi/platform/services/AppDataPoliciesService.js.map +1 -1
- package/lib/openapi/platform/services/AppMigrationService.d.ts +1 -0
- package/lib/openapi/platform/services/AppMigrationService.js +1 -0
- package/lib/openapi/platform/services/AppMigrationService.js.map +1 -1
- package/lib/openapi/platform/services/AppPropertiesService.d.ts +1 -0
- package/lib/openapi/platform/services/AppPropertiesService.js +1 -0
- package/lib/openapi/platform/services/AppPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/ApplicationRolesService.d.ts +1 -0
- package/lib/openapi/platform/services/ApplicationRolesService.js +1 -0
- package/lib/openapi/platform/services/ApplicationRolesService.js.map +1 -1
- package/lib/openapi/platform/services/AuditRecordsService.d.ts +1 -0
- package/lib/openapi/platform/services/AuditRecordsService.js +1 -0
- package/lib/openapi/platform/services/AuditRecordsService.js.map +1 -1
- package/lib/openapi/platform/services/AvatarsService.d.ts +1 -0
- package/lib/openapi/platform/services/AvatarsService.js +1 -0
- package/lib/openapi/platform/services/AvatarsService.js.map +1 -1
- package/lib/openapi/platform/services/ClassificationLevelsService.d.ts +1 -0
- package/lib/openapi/platform/services/ClassificationLevelsService.js +1 -0
- package/lib/openapi/platform/services/ClassificationLevelsService.js.map +1 -1
- package/lib/openapi/platform/services/DashboardsService.d.ts +1 -0
- package/lib/openapi/platform/services/DashboardsService.js +1 -0
- package/lib/openapi/platform/services/DashboardsService.js.map +1 -1
- package/lib/openapi/platform/services/DynamicModulesService.d.ts +1 -0
- package/lib/openapi/platform/services/DynamicModulesService.js +1 -0
- package/lib/openapi/platform/services/DynamicModulesService.js.map +1 -1
- package/lib/openapi/platform/services/FilterSharingService.d.ts +1 -0
- package/lib/openapi/platform/services/FilterSharingService.js +1 -0
- package/lib/openapi/platform/services/FilterSharingService.js.map +1 -1
- package/lib/openapi/platform/services/FiltersService.d.ts +1 -0
- package/lib/openapi/platform/services/FiltersService.js +1 -0
- package/lib/openapi/platform/services/FiltersService.js.map +1 -1
- package/lib/openapi/platform/services/GroupAndUserPickerService.d.ts +1 -0
- package/lib/openapi/platform/services/GroupAndUserPickerService.js +1 -0
- package/lib/openapi/platform/services/GroupAndUserPickerService.js.map +1 -1
- package/lib/openapi/platform/services/GroupsService.d.ts +1 -0
- package/lib/openapi/platform/services/GroupsService.js +1 -0
- package/lib/openapi/platform/services/GroupsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueAttachmentsService.d.ts +1 -0
- package/lib/openapi/platform/services/IssueAttachmentsService.js +1 -0
- package/lib/openapi/platform/services/IssueAttachmentsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueBulkOperationsService.d.ts +1 -0
- package/lib/openapi/platform/services/IssueBulkOperationsService.js +1 -0
- package/lib/openapi/platform/services/IssueBulkOperationsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCommentPropertiesService.d.ts +1 -0
- package/lib/openapi/platform/services/IssueCommentPropertiesService.js +1 -0
- package/lib/openapi/platform/services/IssueCommentPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCommentsService.d.ts +1 -0
- package/lib/openapi/platform/services/IssueCommentsService.js +1 -0
- package/lib/openapi/platform/services/IssueCommentsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.d.ts +1 -0
- package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.js +1 -0
- package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCustomFieldContextsService.d.ts +1 -0
- package/lib/openapi/platform/services/IssueCustomFieldContextsService.js +1 -0
- package/lib/openapi/platform/services/IssueCustomFieldContextsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.d.ts +1 -0
- package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.js +1 -0
- package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCustomFieldOptionsService.d.ts +1 -0
- package/lib/openapi/platform/services/IssueCustomFieldOptionsService.js +1 -0
- package/lib/openapi/platform/services/IssueCustomFieldOptionsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.d.ts +1 -0
- package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.js +1 -0
- package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueFieldConfigurationsService.d.ts +1 -0
- package/lib/openapi/platform/services/IssueFieldConfigurationsService.js +1 -0
- package/lib/openapi/platform/services/IssueFieldConfigurationsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueFieldsService.d.ts +1 -0
- package/lib/openapi/platform/services/IssueFieldsService.js +1 -0
- package/lib/openapi/platform/services/IssueFieldsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueLinkTypesService.d.ts +1 -0
- package/lib/openapi/platform/services/IssueLinkTypesService.js +1 -0
- package/lib/openapi/platform/services/IssueLinkTypesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueLinksService.d.ts +1 -0
- package/lib/openapi/platform/services/IssueLinksService.js +1 -0
- package/lib/openapi/platform/services/IssueLinksService.js.map +1 -1
- package/lib/openapi/platform/services/IssueNavigatorSettingsService.d.ts +1 -0
- package/lib/openapi/platform/services/IssueNavigatorSettingsService.js +1 -0
- package/lib/openapi/platform/services/IssueNavigatorSettingsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueNotificationSchemesService.d.ts +1 -0
- package/lib/openapi/platform/services/IssueNotificationSchemesService.js +1 -0
- package/lib/openapi/platform/services/IssueNotificationSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/IssuePrioritiesService.d.ts +1 -0
- package/lib/openapi/platform/services/IssuePrioritiesService.js +1 -0
- package/lib/openapi/platform/services/IssuePrioritiesService.js.map +1 -1
- package/lib/openapi/platform/services/IssuePropertiesService.d.ts +1 -0
- package/lib/openapi/platform/services/IssuePropertiesService.js +1 -0
- package/lib/openapi/platform/services/IssuePropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueRemoteLinksService.d.ts +1 -0
- package/lib/openapi/platform/services/IssueRemoteLinksService.js +1 -0
- package/lib/openapi/platform/services/IssueRemoteLinksService.js.map +1 -1
- package/lib/openapi/platform/services/IssueResolutionsService.d.ts +1 -0
- package/lib/openapi/platform/services/IssueResolutionsService.js +1 -0
- package/lib/openapi/platform/services/IssueResolutionsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueSearchService.d.ts +1 -0
- package/lib/openapi/platform/services/IssueSearchService.js +1 -0
- package/lib/openapi/platform/services/IssueSearchService.js.map +1 -1
- package/lib/openapi/platform/services/IssueSecurityLevelService.d.ts +1 -0
- package/lib/openapi/platform/services/IssueSecurityLevelService.js +1 -0
- package/lib/openapi/platform/services/IssueSecurityLevelService.js.map +1 -1
- package/lib/openapi/platform/services/IssueSecuritySchemesService.d.ts +1 -0
- package/lib/openapi/platform/services/IssueSecuritySchemesService.js +1 -0
- package/lib/openapi/platform/services/IssueSecuritySchemesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueTypePropertiesService.d.ts +1 -0
- package/lib/openapi/platform/services/IssueTypePropertiesService.js +1 -0
- package/lib/openapi/platform/services/IssueTypePropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueTypeSchemesService.d.ts +1 -0
- package/lib/openapi/platform/services/IssueTypeSchemesService.js +1 -0
- package/lib/openapi/platform/services/IssueTypeSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueTypeScreenSchemesService.d.ts +1 -0
- package/lib/openapi/platform/services/IssueTypeScreenSchemesService.js +1 -0
- package/lib/openapi/platform/services/IssueTypeScreenSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueTypesService.d.ts +1 -0
- package/lib/openapi/platform/services/IssueTypesService.js +1 -0
- package/lib/openapi/platform/services/IssueTypesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueVotesService.d.ts +1 -0
- package/lib/openapi/platform/services/IssueVotesService.js +1 -0
- package/lib/openapi/platform/services/IssueVotesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueWatchersService.d.ts +1 -0
- package/lib/openapi/platform/services/IssueWatchersService.js +1 -0
- package/lib/openapi/platform/services/IssueWatchersService.js.map +1 -1
- package/lib/openapi/platform/services/IssueWorklogPropertiesService.d.ts +1 -0
- package/lib/openapi/platform/services/IssueWorklogPropertiesService.js +1 -0
- package/lib/openapi/platform/services/IssueWorklogPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueWorklogsService.d.ts +1 -0
- package/lib/openapi/platform/services/IssueWorklogsService.js +1 -0
- package/lib/openapi/platform/services/IssueWorklogsService.js.map +1 -1
- package/lib/openapi/platform/services/IssuesService.d.ts +1 -0
- package/lib/openapi/platform/services/IssuesService.js +1 -0
- package/lib/openapi/platform/services/IssuesService.js.map +1 -1
- package/lib/openapi/platform/services/JiraExpressionsService.d.ts +1 -0
- package/lib/openapi/platform/services/JiraExpressionsService.js +1 -0
- package/lib/openapi/platform/services/JiraExpressionsService.js.map +1 -1
- package/lib/openapi/platform/services/JiraSettingsService.d.ts +1 -0
- package/lib/openapi/platform/services/JiraSettingsService.js +1 -0
- package/lib/openapi/platform/services/JiraSettingsService.js.map +1 -1
- package/lib/openapi/platform/services/JqlFunctionsAppsService.d.ts +1 -0
- package/lib/openapi/platform/services/JqlFunctionsAppsService.js +1 -0
- package/lib/openapi/platform/services/JqlFunctionsAppsService.js.map +1 -1
- package/lib/openapi/platform/services/JqlService.d.ts +1 -0
- package/lib/openapi/platform/services/JqlService.js +1 -0
- package/lib/openapi/platform/services/JqlService.js.map +1 -1
- package/lib/openapi/platform/services/LabelsService.d.ts +1 -0
- package/lib/openapi/platform/services/LabelsService.js +1 -0
- package/lib/openapi/platform/services/LabelsService.js.map +1 -1
- package/lib/openapi/platform/services/LicenseMetricsService.d.ts +1 -0
- package/lib/openapi/platform/services/LicenseMetricsService.js +1 -0
- package/lib/openapi/platform/services/LicenseMetricsService.js.map +1 -1
- package/lib/openapi/platform/services/MyselfService.d.ts +1 -0
- package/lib/openapi/platform/services/MyselfService.js +1 -0
- package/lib/openapi/platform/services/MyselfService.js.map +1 -1
- package/lib/openapi/platform/services/PermissionSchemesService.d.ts +1 -0
- package/lib/openapi/platform/services/PermissionSchemesService.js +1 -0
- package/lib/openapi/platform/services/PermissionSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/PermissionsService.d.ts +1 -0
- package/lib/openapi/platform/services/PermissionsService.js +1 -0
- package/lib/openapi/platform/services/PermissionsService.js.map +1 -1
- package/lib/openapi/platform/services/PrioritySchemesService.d.ts +1 -0
- package/lib/openapi/platform/services/PrioritySchemesService.js +1 -0
- package/lib/openapi/platform/services/PrioritySchemesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectAvatarsService.d.ts +1 -0
- package/lib/openapi/platform/services/ProjectAvatarsService.js +1 -0
- package/lib/openapi/platform/services/ProjectAvatarsService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectCategoriesService.d.ts +1 -0
- package/lib/openapi/platform/services/ProjectCategoriesService.js +1 -0
- package/lib/openapi/platform/services/ProjectCategoriesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectClassificationLevelsService.d.ts +1 -0
- package/lib/openapi/platform/services/ProjectClassificationLevelsService.js +1 -0
- package/lib/openapi/platform/services/ProjectClassificationLevelsService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectComponentsService.d.ts +1 -0
- package/lib/openapi/platform/services/ProjectComponentsService.js +1 -0
- package/lib/openapi/platform/services/ProjectComponentsService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectEmailService.d.ts +1 -0
- package/lib/openapi/platform/services/ProjectEmailService.js +1 -0
- package/lib/openapi/platform/services/ProjectEmailService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectFeaturesService.d.ts +1 -0
- package/lib/openapi/platform/services/ProjectFeaturesService.js +1 -0
- package/lib/openapi/platform/services/ProjectFeaturesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.d.ts +1 -0
- package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.js +1 -0
- package/lib/openapi/platform/services/ProjectKeyAndNameValidationService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectPermissionSchemesService.d.ts +1 -0
- package/lib/openapi/platform/services/ProjectPermissionSchemesService.js +1 -0
- package/lib/openapi/platform/services/ProjectPermissionSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectPropertiesService.d.ts +1 -0
- package/lib/openapi/platform/services/ProjectPropertiesService.js +1 -0
- package/lib/openapi/platform/services/ProjectPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectRoleActorsService.d.ts +1 -0
- package/lib/openapi/platform/services/ProjectRoleActorsService.js +1 -0
- package/lib/openapi/platform/services/ProjectRoleActorsService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectRolesService.d.ts +1 -0
- package/lib/openapi/platform/services/ProjectRolesService.js +1 -0
- package/lib/openapi/platform/services/ProjectRolesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectTypesService.d.ts +1 -0
- package/lib/openapi/platform/services/ProjectTypesService.js +1 -0
- package/lib/openapi/platform/services/ProjectTypesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectVersionsService.d.ts +1 -0
- package/lib/openapi/platform/services/ProjectVersionsService.js +1 -0
- package/lib/openapi/platform/services/ProjectVersionsService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectsService.d.ts +1 -0
- package/lib/openapi/platform/services/ProjectsService.js +1 -0
- package/lib/openapi/platform/services/ProjectsService.js.map +1 -1
- package/lib/openapi/platform/services/ScreenSchemesService.d.ts +1 -0
- package/lib/openapi/platform/services/ScreenSchemesService.js +1 -0
- package/lib/openapi/platform/services/ScreenSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/ScreenTabFieldsService.d.ts +1 -0
- package/lib/openapi/platform/services/ScreenTabFieldsService.js +1 -0
- package/lib/openapi/platform/services/ScreenTabFieldsService.js.map +1 -1
- package/lib/openapi/platform/services/ScreenTabsService.d.ts +1 -0
- package/lib/openapi/platform/services/ScreenTabsService.js +1 -0
- package/lib/openapi/platform/services/ScreenTabsService.js.map +1 -1
- package/lib/openapi/platform/services/ScreensService.d.ts +1 -0
- package/lib/openapi/platform/services/ScreensService.js +1 -0
- package/lib/openapi/platform/services/ScreensService.js.map +1 -1
- package/lib/openapi/platform/services/ServerInfoService.d.ts +1 -0
- package/lib/openapi/platform/services/ServerInfoService.js +1 -0
- package/lib/openapi/platform/services/ServerInfoService.js.map +1 -1
- package/lib/openapi/platform/services/ServiceRegistryService.d.ts +1 -0
- package/lib/openapi/platform/services/ServiceRegistryService.js +1 -0
- package/lib/openapi/platform/services/ServiceRegistryService.js.map +1 -1
- package/lib/openapi/platform/services/StatusService.d.ts +1 -0
- package/lib/openapi/platform/services/StatusService.js +1 -0
- package/lib/openapi/platform/services/StatusService.js.map +1 -1
- package/lib/openapi/platform/services/TasksService.d.ts +1 -0
- package/lib/openapi/platform/services/TasksService.js +1 -0
- package/lib/openapi/platform/services/TasksService.js.map +1 -1
- package/lib/openapi/platform/services/TimeTrackingService.d.ts +1 -0
- package/lib/openapi/platform/services/TimeTrackingService.js +1 -0
- package/lib/openapi/platform/services/TimeTrackingService.js.map +1 -1
- package/lib/openapi/platform/services/UiModificationsAppsService.d.ts +1 -0
- package/lib/openapi/platform/services/UiModificationsAppsService.js +1 -0
- package/lib/openapi/platform/services/UiModificationsAppsService.js.map +1 -1
- package/lib/openapi/platform/services/UserPropertiesService.d.ts +1 -0
- package/lib/openapi/platform/services/UserPropertiesService.js +1 -0
- package/lib/openapi/platform/services/UserPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/UserSearchService.d.ts +1 -0
- package/lib/openapi/platform/services/UserSearchService.js +1 -0
- package/lib/openapi/platform/services/UserSearchService.js.map +1 -1
- package/lib/openapi/platform/services/UsersService.d.ts +1 -0
- package/lib/openapi/platform/services/UsersService.js +1 -0
- package/lib/openapi/platform/services/UsersService.js.map +1 -1
- package/lib/openapi/platform/services/WebhooksService.d.ts +1 -0
- package/lib/openapi/platform/services/WebhooksService.js +1 -0
- package/lib/openapi/platform/services/WebhooksService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowSchemeDraftsService.d.ts +1 -0
- package/lib/openapi/platform/services/WorkflowSchemeDraftsService.js +1 -0
- package/lib/openapi/platform/services/WorkflowSchemeDraftsService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowSchemeProjectAssociationsService.d.ts +1 -0
- package/lib/openapi/platform/services/WorkflowSchemeProjectAssociationsService.js +1 -0
- package/lib/openapi/platform/services/WorkflowSchemeProjectAssociationsService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowSchemesService.d.ts +1 -0
- package/lib/openapi/platform/services/WorkflowSchemesService.js +1 -0
- package/lib/openapi/platform/services/WorkflowSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowStatusCategoriesService.d.ts +1 -0
- package/lib/openapi/platform/services/WorkflowStatusCategoriesService.js +1 -0
- package/lib/openapi/platform/services/WorkflowStatusCategoriesService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowStatusesService.d.ts +1 -0
- package/lib/openapi/platform/services/WorkflowStatusesService.js +1 -0
- package/lib/openapi/platform/services/WorkflowStatusesService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.d.ts +1 -0
- package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.js +1 -0
- package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowTransitionRulesService.d.ts +1 -0
- package/lib/openapi/platform/services/WorkflowTransitionRulesService.js +1 -0
- package/lib/openapi/platform/services/WorkflowTransitionRulesService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowsService.d.ts +1 -0
- package/lib/openapi/platform/services/WorkflowsService.js +1 -0
- package/lib/openapi/platform/services/WorkflowsService.js.map +1 -1
- package/lib/openapi/serviceManagement/BaseJiraServiceManagementApiClient.d.ts +33 -9
- package/lib/openapi/serviceManagement/BaseJiraServiceManagementApiClient.js +33 -9
- package/lib/openapi/serviceManagement/BaseJiraServiceManagementApiClient.js.map +1 -1
- package/lib/openapi/serviceManagement/models/assets.d.ts +13 -2
- package/lib/openapi/serviceManagement/models/assets.js.map +1 -1
- package/lib/openapi/serviceManagement/models/common.d.ts +47 -8
- package/lib/openapi/serviceManagement/models/common.js.map +1 -1
- package/lib/openapi/serviceManagement/models/customer.d.ts +6 -1
- package/lib/openapi/serviceManagement/models/customer.js.map +1 -1
- package/lib/openapi/serviceManagement/models/info.d.ts +1 -0
- package/lib/openapi/serviceManagement/models/info.js.map +1 -1
- package/lib/openapi/serviceManagement/models/knowledgebase.d.ts +7 -1
- package/lib/openapi/serviceManagement/models/knowledgebase.js.map +1 -1
- package/lib/openapi/serviceManagement/models/organization.d.ts +10 -1
- package/lib/openapi/serviceManagement/models/organization.js.map +1 -1
- package/lib/openapi/serviceManagement/models/request.d.ts +106 -16
- package/lib/openapi/serviceManagement/models/request.js.map +1 -1
- package/lib/openapi/serviceManagement/models/servicedesk.d.ts +97 -16
- package/lib/openapi/serviceManagement/models/servicedesk.js.map +1 -1
- package/lib/openapi/serviceManagement/services/AssetsService.d.ts +4 -1
- package/lib/openapi/serviceManagement/services/AssetsService.js +4 -1
- package/lib/openapi/serviceManagement/services/AssetsService.js.map +1 -1
- package/lib/openapi/serviceManagement/services/CustomerService.d.ts +4 -1
- package/lib/openapi/serviceManagement/services/CustomerService.js +4 -1
- package/lib/openapi/serviceManagement/services/CustomerService.js.map +1 -1
- package/lib/openapi/serviceManagement/services/InfoService.d.ts +4 -1
- package/lib/openapi/serviceManagement/services/InfoService.js +4 -1
- package/lib/openapi/serviceManagement/services/InfoService.js.map +1 -1
- package/lib/openapi/serviceManagement/services/KnowledgebaseService.d.ts +4 -1
- package/lib/openapi/serviceManagement/services/KnowledgebaseService.js +4 -1
- package/lib/openapi/serviceManagement/services/KnowledgebaseService.js.map +1 -1
- package/lib/openapi/serviceManagement/services/OrganizationService.d.ts +4 -1
- package/lib/openapi/serviceManagement/services/OrganizationService.js +4 -1
- package/lib/openapi/serviceManagement/services/OrganizationService.js.map +1 -1
- package/lib/openapi/serviceManagement/services/RequestService.d.ts +4 -1
- package/lib/openapi/serviceManagement/services/RequestService.js +4 -1
- package/lib/openapi/serviceManagement/services/RequestService.js.map +1 -1
- package/lib/openapi/serviceManagement/services/RequesttypeService.d.ts +4 -1
- package/lib/openapi/serviceManagement/services/RequesttypeService.js +4 -1
- package/lib/openapi/serviceManagement/services/RequesttypeService.js.map +1 -1
- package/lib/openapi/serviceManagement/services/ServicedeskService.d.ts +4 -1
- package/lib/openapi/serviceManagement/services/ServicedeskService.js +4 -1
- package/lib/openapi/serviceManagement/services/ServicedeskService.js.map +1 -1
- package/lib/openapi/software/BaseJiraSoftwareApiClient.d.ts +13 -0
- package/lib/openapi/software/BaseJiraSoftwareApiClient.js +13 -0
- package/lib/openapi/software/BaseJiraSoftwareApiClient.js.map +1 -1
- package/lib/openapi/software/models/board.d.ts +129 -20
- package/lib/openapi/software/models/board.js.map +1 -1
- package/lib/openapi/software/models/builds.d.ts +10 -0
- package/lib/openapi/software/models/builds.js.map +1 -1
- package/lib/openapi/software/models/common.d.ts +12 -1
- package/lib/openapi/software/models/common.js.map +1 -1
- package/lib/openapi/software/models/deployments.d.ts +6 -0
- package/lib/openapi/software/models/deployments.js.map +1 -1
- package/lib/openapi/software/models/devOpsComponents.d.ts +4 -0
- package/lib/openapi/software/models/devOpsComponents.js.map +1 -1
- package/lib/openapi/software/models/developmentInformation.d.ts +26 -0
- package/lib/openapi/software/models/developmentInformation.js.map +1 -1
- package/lib/openapi/software/models/epic.d.ts +3 -0
- package/lib/openapi/software/models/epic.js.map +1 -1
- package/lib/openapi/software/models/featureFlags.d.ts +6 -0
- package/lib/openapi/software/models/featureFlags.js.map +1 -1
- package/lib/openapi/software/models/issue.d.ts +1 -0
- package/lib/openapi/software/models/issue.js.map +1 -1
- package/lib/openapi/software/models/operations.d.ts +14 -0
- package/lib/openapi/software/models/operations.js.map +1 -1
- package/lib/openapi/software/models/remoteLinks.d.ts +7 -0
- package/lib/openapi/software/models/remoteLinks.js.map +1 -1
- package/lib/openapi/software/models/securityInformation.d.ts +12 -0
- package/lib/openapi/software/models/securityInformation.js.map +1 -1
- package/lib/openapi/software/models/sprint.d.ts +2 -0
- package/lib/openapi/software/models/sprint.js.map +1 -1
- package/lib/openapi/software/services/BacklogService.d.ts +1 -0
- package/lib/openapi/software/services/BacklogService.js +1 -0
- package/lib/openapi/software/services/BacklogService.js.map +1 -1
- package/lib/openapi/software/services/BoardService.d.ts +1 -0
- package/lib/openapi/software/services/BoardService.js +1 -0
- package/lib/openapi/software/services/BoardService.js.map +1 -1
- package/lib/openapi/software/services/BuildsService.d.ts +1 -0
- package/lib/openapi/software/services/BuildsService.js +1 -0
- package/lib/openapi/software/services/BuildsService.js.map +1 -1
- package/lib/openapi/software/services/DeploymentsService.d.ts +1 -0
- package/lib/openapi/software/services/DeploymentsService.js +1 -0
- package/lib/openapi/software/services/DeploymentsService.js.map +1 -1
- package/lib/openapi/software/services/DevOpsComponentsService.d.ts +1 -0
- package/lib/openapi/software/services/DevOpsComponentsService.js +1 -0
- package/lib/openapi/software/services/DevOpsComponentsService.js.map +1 -1
- package/lib/openapi/software/services/DevelopmentInformationService.d.ts +1 -0
- package/lib/openapi/software/services/DevelopmentInformationService.js +1 -0
- package/lib/openapi/software/services/DevelopmentInformationService.js.map +1 -1
- package/lib/openapi/software/services/EpicService.d.ts +1 -0
- package/lib/openapi/software/services/EpicService.js +1 -0
- package/lib/openapi/software/services/EpicService.js.map +1 -1
- package/lib/openapi/software/services/FeatureFlagsService.d.ts +1 -0
- package/lib/openapi/software/services/FeatureFlagsService.js +1 -0
- package/lib/openapi/software/services/FeatureFlagsService.js.map +1 -1
- package/lib/openapi/software/services/IssueService.d.ts +1 -0
- package/lib/openapi/software/services/IssueService.js +1 -0
- package/lib/openapi/software/services/IssueService.js.map +1 -1
- package/lib/openapi/software/services/OperationsService.d.ts +1 -0
- package/lib/openapi/software/services/OperationsService.js +1 -0
- package/lib/openapi/software/services/OperationsService.js.map +1 -1
- package/lib/openapi/software/services/RemoteLinksService.d.ts +1 -0
- package/lib/openapi/software/services/RemoteLinksService.js +1 -0
- package/lib/openapi/software/services/RemoteLinksService.js.map +1 -1
- package/lib/openapi/software/services/SecurityInformationService.d.ts +1 -0
- package/lib/openapi/software/services/SecurityInformationService.js +1 -0
- package/lib/openapi/software/services/SecurityInformationService.js.map +1 -1
- package/lib/openapi/software/services/SprintService.d.ts +1 -0
- package/lib/openapi/software/services/SprintService.js +1 -0
- package/lib/openapi/software/services/SprintService.js.map +1 -1
- package/package.json +4 -4
|
@@ -110,7 +110,7 @@ class BaseJiraPlatformApiClientError extends commonHttpClient.CommonHttpClientEr
|
|
|
110
110
|
*
|
|
111
111
|
* Jira Cloud platform REST API documentation
|
|
112
112
|
*
|
|
113
|
-
* @version 1001.0.0-SNAPSHOT-
|
|
113
|
+
* @version 1001.0.0-SNAPSHOT-abcc18f517091f2ed255ec1b286d9542a4430f9d
|
|
114
114
|
* @internal
|
|
115
115
|
*/
|
|
116
116
|
class BaseJiraPlatformApiClient extends CommonHttpService_1.CommonHttpService {
|
|
@@ -119,6 +119,7 @@ class BaseJiraPlatformApiClient extends CommonHttpService_1.CommonHttpService {
|
|
|
119
119
|
* banner configuration.
|
|
120
120
|
*
|
|
121
121
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-announcement-banner
|
|
122
|
+
* @category Services
|
|
122
123
|
*/
|
|
123
124
|
get announcementBanner() {
|
|
124
125
|
return this.getServiceInstance(AnnouncementBannerService_1.AnnouncementBannerService);
|
|
@@ -127,6 +128,7 @@ class BaseJiraPlatformApiClient extends CommonHttpService_1.CommonHttpService {
|
|
|
127
128
|
* This resource represents app access rule data policies.
|
|
128
129
|
*
|
|
129
130
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-app-data-policies
|
|
131
|
+
* @category Services
|
|
130
132
|
*/
|
|
131
133
|
get appDataPolicies() {
|
|
132
134
|
return this.getServiceInstance(AppDataPoliciesService_1.AppDataPoliciesService);
|
|
@@ -136,6 +138,7 @@ class BaseJiraPlatformApiClient extends CommonHttpService_1.CommonHttpService {
|
|
|
136
138
|
* application role or all application roles.
|
|
137
139
|
*
|
|
138
140
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-application-roles
|
|
141
|
+
* @category Services
|
|
139
142
|
*/
|
|
140
143
|
get applicationRoles() {
|
|
141
144
|
return this.getServiceInstance(ApplicationRolesService_1.ApplicationRolesService);
|
|
@@ -151,6 +154,7 @@ class BaseJiraPlatformApiClient extends CommonHttpService_1.CommonHttpService {
|
|
|
151
154
|
* values](https://developer.atlassian.com/platform/app-migration/tutorials/migrating-app-custom-fields/).
|
|
152
155
|
*
|
|
153
156
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-app-migration
|
|
157
|
+
* @category Services
|
|
154
158
|
*/
|
|
155
159
|
get appMigration() {
|
|
156
160
|
return this.getServiceInstance(AppMigrationService_1.AppMigrationService);
|
|
@@ -161,6 +165,7 @@ class BaseJiraPlatformApiClient extends CommonHttpService_1.CommonHttpService {
|
|
|
161
165
|
* app](https://developer.atlassian.com/cloud/jira/platform/index/#connect-apps).
|
|
162
166
|
*
|
|
163
167
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-app-properties
|
|
168
|
+
* @category Services
|
|
164
169
|
*/
|
|
165
170
|
get appProperties() {
|
|
166
171
|
return this.getServiceInstance(AppPropertiesService_1.AppPropertiesService);
|
|
@@ -170,6 +175,7 @@ class BaseJiraPlatformApiClient extends CommonHttpService_1.CommonHttpService {
|
|
|
170
175
|
* it to get a list of audit records.
|
|
171
176
|
*
|
|
172
177
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-audit-records
|
|
178
|
+
* @category Services
|
|
173
179
|
*/
|
|
174
180
|
get auditRecords() {
|
|
175
181
|
return this.getServiceInstance(AuditRecordsService_1.AuditRecordsService);
|
|
@@ -180,6 +186,7 @@ class BaseJiraPlatformApiClient extends CommonHttpService_1.CommonHttpService {
|
|
|
180
186
|
* issue type, and obtain avatar images.
|
|
181
187
|
*
|
|
182
188
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-avatars
|
|
189
|
+
* @category Services
|
|
183
190
|
*/
|
|
184
191
|
get avatars() {
|
|
185
192
|
return this.getServiceInstance(AvatarsService_1.AvatarsService);
|
|
@@ -188,6 +195,7 @@ class BaseJiraPlatformApiClient extends CommonHttpService_1.CommonHttpService {
|
|
|
188
195
|
* This resource represents classification levels.
|
|
189
196
|
*
|
|
190
197
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-classification-levels
|
|
198
|
+
* @category Services
|
|
191
199
|
*/
|
|
192
200
|
get classificationLevels() {
|
|
193
201
|
return this.getServiceInstance(ClassificationLevelsService_1.ClassificationLevelsService);
|
|
@@ -198,6 +206,7 @@ class BaseJiraPlatformApiClient extends CommonHttpService_1.CommonHttpService {
|
|
|
198
206
|
* dashboards.
|
|
199
207
|
*
|
|
200
208
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-dashboards
|
|
209
|
+
* @category Services
|
|
201
210
|
*/
|
|
202
211
|
get dashboards() {
|
|
203
212
|
return this.getServiceInstance(DashboardsService_1.DashboardsService);
|
|
@@ -209,6 +218,7 @@ class BaseJiraPlatformApiClient extends CommonHttpService_1.CommonHttpService {
|
|
|
209
218
|
* apps](https://developer.atlassian.com/cloud/jira/platform/index/#connect-apps).
|
|
210
219
|
*
|
|
211
220
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-dynamic-modules
|
|
221
|
+
* @category Services
|
|
212
222
|
*/
|
|
213
223
|
get dynamicModules() {
|
|
214
224
|
return this.getServiceInstance(DynamicModulesService_1.DynamicModulesService);
|
|
@@ -218,6 +228,7 @@ class BaseJiraPlatformApiClient extends CommonHttpService_1.CommonHttpService {
|
|
|
218
228
|
* it to get share scopes as well as add and remove share scopes from filters.
|
|
219
229
|
*
|
|
220
230
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-filter-sharing
|
|
231
|
+
* @category Services
|
|
221
232
|
*/
|
|
222
233
|
get filterSharing() {
|
|
223
234
|
return this.getServiceInstance(FilterSharingService_1.FilterSharingService);
|
|
@@ -228,6 +239,7 @@ class BaseJiraPlatformApiClient extends CommonHttpService_1.CommonHttpService {
|
|
|
228
239
|
* columns for a filter and set favorite filters.
|
|
229
240
|
*
|
|
230
241
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-filters
|
|
242
|
+
* @category Services
|
|
231
243
|
*/
|
|
232
244
|
get filters() {
|
|
233
245
|
return this.getServiceInstance(FiltersService_1.FiltersService);
|
|
@@ -237,6 +249,7 @@ class BaseJiraPlatformApiClient extends CommonHttpService_1.CommonHttpService {
|
|
|
237
249
|
* the details to populate user and group picker suggestions list.
|
|
238
250
|
*
|
|
239
251
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-group-and-user-picker
|
|
252
|
+
* @category Services
|
|
240
253
|
*/
|
|
241
254
|
get groupAndUserPicker() {
|
|
242
255
|
return this.getServiceInstance(GroupAndUserPickerService_1.GroupAndUserPickerService);
|
|
@@ -251,6 +264,7 @@ class BaseJiraPlatformApiClient extends CommonHttpService_1.CommonHttpService {
|
|
|
251
264
|
* for details.)
|
|
252
265
|
*
|
|
253
266
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-groups
|
|
267
|
+
* @category Services
|
|
254
268
|
*/
|
|
255
269
|
get groups() {
|
|
256
270
|
return this.getServiceInstance(GroupsService_1.GroupsService);
|
|
@@ -262,6 +276,7 @@ class BaseJiraPlatformApiClient extends CommonHttpService_1.CommonHttpService {
|
|
|
262
276
|
* attachment settings for Jira.
|
|
263
277
|
*
|
|
264
278
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-attachments
|
|
279
|
+
* @category Services
|
|
265
280
|
*/
|
|
266
281
|
get issueAttachments() {
|
|
267
282
|
return this.getServiceInstance(IssueAttachmentsService_1.IssueAttachmentsService);
|
|
@@ -286,6 +301,7 @@ class BaseJiraPlatformApiClient extends CommonHttpService_1.CommonHttpService {
|
|
|
286
301
|
* all users.
|
|
287
302
|
*
|
|
288
303
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-bulk-operations
|
|
304
|
+
* @category Services
|
|
289
305
|
*/
|
|
290
306
|
get issueBulkOperations() {
|
|
291
307
|
return this.getServiceInstance(IssueBulkOperationsService_1.IssueBulkOperationsService);
|
|
@@ -298,6 +314,7 @@ class BaseJiraPlatformApiClient extends CommonHttpService_1.CommonHttpService {
|
|
|
298
314
|
* property](https://developer.atlassian.com/cloud/jira/platform/jira-entity-properties/).
|
|
299
315
|
*
|
|
300
316
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-comment-properties
|
|
317
|
+
* @category Services
|
|
301
318
|
*/
|
|
302
319
|
get issueCommentProperties() {
|
|
303
320
|
return this.getServiceInstance(IssueCommentPropertiesService_1.IssueCommentPropertiesService);
|
|
@@ -310,6 +327,7 @@ class BaseJiraPlatformApiClient extends CommonHttpService_1.CommonHttpService {
|
|
|
310
327
|
* * get a list of comments by comment ID.
|
|
311
328
|
*
|
|
312
329
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-comments
|
|
330
|
+
* @category Services
|
|
313
331
|
*/
|
|
314
332
|
get issueComments() {
|
|
315
333
|
return this.getServiceInstance(IssueCommentsService_1.IssueCommentsService);
|
|
@@ -322,6 +340,7 @@ class BaseJiraPlatformApiClient extends CommonHttpService_1.CommonHttpService {
|
|
|
322
340
|
* this resource to set and read configurations.
|
|
323
341
|
*
|
|
324
342
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-configuration-apps-
|
|
343
|
+
* @category Services
|
|
325
344
|
*/
|
|
326
345
|
get issueCustomFieldConfigurationApps() {
|
|
327
346
|
return this.getServiceInstance(IssueCustomFieldConfigurationAppsService_1.IssueCustomFieldConfigurationAppsService);
|
|
@@ -337,6 +356,7 @@ class BaseJiraPlatformApiClient extends CommonHttpService_1.CommonHttpService {
|
|
|
337
356
|
* * add issue types to custom field contexts.
|
|
338
357
|
*
|
|
339
358
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-contexts
|
|
359
|
+
* @category Services
|
|
340
360
|
*/
|
|
341
361
|
get issueCustomFieldContexts() {
|
|
342
362
|
return this.getServiceInstance(IssueCustomFieldContextsService_1.IssueCustomFieldContextsService);
|
|
@@ -353,6 +373,7 @@ class BaseJiraPlatformApiClient extends CommonHttpService_1.CommonHttpService {
|
|
|
353
373
|
* update the options of a select list issue field.
|
|
354
374
|
*
|
|
355
375
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-options-apps-
|
|
376
|
+
* @category Services
|
|
356
377
|
*/
|
|
357
378
|
get issueCustomFieldOptionsApps() {
|
|
358
379
|
return this.getServiceInstance(IssueCustomFieldOptionsAppsService_1.IssueCustomFieldOptionsAppsService);
|
|
@@ -374,6 +395,7 @@ class BaseJiraPlatformApiClient extends CommonHttpService_1.CommonHttpService {
|
|
|
374
395
|
* Use it to retrieve, create, update, order, and delete custom field options.
|
|
375
396
|
*
|
|
376
397
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-options
|
|
398
|
+
* @category Services
|
|
377
399
|
*/
|
|
378
400
|
get issueCustomFieldOptions() {
|
|
379
401
|
return this.getServiceInstance(IssueCustomFieldOptionsService_1.IssueCustomFieldOptionsService);
|
|
@@ -384,6 +406,7 @@ class BaseJiraPlatformApiClient extends CommonHttpService_1.CommonHttpService {
|
|
|
384
406
|
* value of a custom field on issues.
|
|
385
407
|
*
|
|
386
408
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-custom-field-values-apps-
|
|
409
|
+
* @category Services
|
|
387
410
|
*/
|
|
388
411
|
get issueCustomFieldValuesApps() {
|
|
389
412
|
return this.getServiceInstance(IssueCustomFieldValuesAppsService_1.IssueCustomFieldValuesAppsService);
|
|
@@ -393,6 +416,7 @@ class BaseJiraPlatformApiClient extends CommonHttpService_1.CommonHttpService {
|
|
|
393
416
|
* delete field configurations and field configuration schemes.
|
|
394
417
|
*
|
|
395
418
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-field-configurations
|
|
419
|
+
* @category Services
|
|
396
420
|
*/
|
|
397
421
|
get issueFieldConfigurations() {
|
|
398
422
|
return this.getServiceInstance(IssueFieldConfigurationsService_1.IssueFieldConfigurationsService);
|
|
@@ -402,6 +426,7 @@ class BaseJiraPlatformApiClient extends CommonHttpService_1.CommonHttpService {
|
|
|
402
426
|
* get fields, field configurations, and create custom fields.
|
|
403
427
|
*
|
|
404
428
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-fields
|
|
429
|
+
* @category Services
|
|
405
430
|
*/
|
|
406
431
|
get issueFields() {
|
|
407
432
|
return this.getServiceInstance(IssueFieldsService_1.IssueFieldsService);
|
|
@@ -414,6 +439,7 @@ class BaseJiraPlatformApiClient extends CommonHttpService_1.CommonHttpService {
|
|
|
414
439
|
* linking](https://confluence.atlassian.com/x/yoXKM) enabled.
|
|
415
440
|
*
|
|
416
441
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-links
|
|
442
|
+
* @category Services
|
|
417
443
|
*/
|
|
418
444
|
get issueLinks() {
|
|
419
445
|
return this.getServiceInstance(IssueLinksService_1.IssueLinksService);
|
|
@@ -427,6 +453,7 @@ class BaseJiraPlatformApiClient extends CommonHttpService_1.CommonHttpService {
|
|
|
427
453
|
* linking](https://confluence.atlassian.com/x/yoXKM) enabled.
|
|
428
454
|
*
|
|
429
455
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-link-types
|
|
456
|
+
* @category Services
|
|
430
457
|
*/
|
|
431
458
|
get issueLinkTypes() {
|
|
432
459
|
return this.getServiceInstance(IssueLinkTypesService_1.IssueLinkTypesService);
|
|
@@ -436,6 +463,7 @@ class BaseJiraPlatformApiClient extends CommonHttpService_1.CommonHttpService {
|
|
|
436
463
|
* navigator default columns.
|
|
437
464
|
*
|
|
438
465
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-navigator-settings
|
|
466
|
+
* @category Services
|
|
439
467
|
*/
|
|
440
468
|
get issueNavigatorSettings() {
|
|
441
469
|
return this.getServiceInstance(IssueNavigatorSettingsService_1.IssueNavigatorSettingsService);
|
|
@@ -474,6 +502,7 @@ class BaseJiraPlatformApiClient extends CommonHttpService_1.CommonHttpService {
|
|
|
474
502
|
* * `GroupCustomField`(the `parameter` is the ID of the custom field)
|
|
475
503
|
*
|
|
476
504
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-notification-schemes
|
|
505
|
+
* @category Services
|
|
477
506
|
*/
|
|
478
507
|
get issueNotificationSchemes() {
|
|
479
508
|
return this.getServiceInstance(IssueNotificationSchemesService_1.IssueNotificationSchemesService);
|
|
@@ -483,6 +512,7 @@ class BaseJiraPlatformApiClient extends CommonHttpService_1.CommonHttpService {
|
|
|
483
512
|
* issue priorities and details for individual issue priorities.
|
|
484
513
|
*
|
|
485
514
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-priorities
|
|
515
|
+
* @category Services
|
|
486
516
|
*/
|
|
487
517
|
get issuePriorities() {
|
|
488
518
|
return this.getServiceInstance(IssuePrioritiesService_1.IssuePrioritiesService);
|
|
@@ -496,6 +526,7 @@ class BaseJiraPlatformApiClient extends CommonHttpService_1.CommonHttpService {
|
|
|
496
526
|
* property](https://developer.atlassian.com/cloud/jira/platform/jira-entity-properties/).
|
|
497
527
|
*
|
|
498
528
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-properties
|
|
529
|
+
* @category Services
|
|
499
530
|
*/
|
|
500
531
|
get issueProperties() {
|
|
501
532
|
return this.getServiceInstance(IssuePropertiesService_1.IssuePropertiesService);
|
|
@@ -508,6 +539,7 @@ class BaseJiraPlatformApiClient extends CommonHttpService_1.CommonHttpService {
|
|
|
508
539
|
* host and remote system identifier.
|
|
509
540
|
*
|
|
510
541
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-remote-links
|
|
542
|
+
* @category Services
|
|
511
543
|
*/
|
|
512
544
|
get issueRemoteLinks() {
|
|
513
545
|
return this.getServiceInstance(IssueRemoteLinksService_1.IssueRemoteLinksService);
|
|
@@ -517,6 +549,7 @@ class BaseJiraPlatformApiClient extends CommonHttpService_1.CommonHttpService {
|
|
|
517
549
|
* all issue resolution values and the details of individual resolution values.
|
|
518
550
|
*
|
|
519
551
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-resolutions
|
|
552
|
+
* @category Services
|
|
520
553
|
*/
|
|
521
554
|
get issueResolutions() {
|
|
522
555
|
return this.getServiceInstance(IssueResolutionsService_1.IssueResolutionsService);
|
|
@@ -526,6 +559,7 @@ class BaseJiraPlatformApiClient extends CommonHttpService_1.CommonHttpService {
|
|
|
526
559
|
* for issues with a JQL query and find issues to populate an issue picker.
|
|
527
560
|
*
|
|
528
561
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-search
|
|
562
|
+
* @category Services
|
|
529
563
|
*/
|
|
530
564
|
get issueSearch() {
|
|
531
565
|
return this.getServiceInstance(IssueSearchService_1.IssueSearchService);
|
|
@@ -536,6 +570,7 @@ class BaseJiraPlatformApiClient extends CommonHttpService_1.CommonHttpService {
|
|
|
536
570
|
* [Configuring issue-level security](https://confluence.atlassian.com/x/J4lKLg).
|
|
537
571
|
*
|
|
538
572
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-security-level
|
|
573
|
+
* @category Services
|
|
539
574
|
*/
|
|
540
575
|
get issueSecurityLevel() {
|
|
541
576
|
return this.getServiceInstance(IssueSecurityLevelService_1.IssueSecurityLevelService);
|
|
@@ -550,6 +585,7 @@ class BaseJiraPlatformApiClient extends CommonHttpService_1.CommonHttpService {
|
|
|
550
585
|
* security level of their parent issue.
|
|
551
586
|
*
|
|
552
587
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-security-schemes
|
|
588
|
+
* @category Services
|
|
553
589
|
*/
|
|
554
590
|
get issueSecuritySchemes() {
|
|
555
591
|
return this.getServiceInstance(IssueSecuritySchemesService_1.IssueSecuritySchemesService);
|
|
@@ -570,6 +606,7 @@ class BaseJiraPlatformApiClient extends CommonHttpService_1.CommonHttpService {
|
|
|
570
606
|
* * Export archived issues.
|
|
571
607
|
*
|
|
572
608
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issues
|
|
609
|
+
* @category Services
|
|
573
610
|
*/
|
|
574
611
|
get issues() {
|
|
575
612
|
return this.getServiceInstance(IssuesService_1.IssuesService);
|
|
@@ -582,6 +619,7 @@ class BaseJiraPlatformApiClient extends CommonHttpService_1.CommonHttpService {
|
|
|
582
619
|
* property](https://developer.atlassian.com/cloud/jira/platform/jira-entity-properties/).
|
|
583
620
|
*
|
|
584
621
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-type-properties
|
|
622
|
+
* @category Services
|
|
585
623
|
*/
|
|
586
624
|
get issueTypeProperties() {
|
|
587
625
|
return this.getServiceInstance(IssueTypePropertiesService_1.IssueTypePropertiesService);
|
|
@@ -597,6 +635,7 @@ class BaseJiraPlatformApiClient extends CommonHttpService_1.CommonHttpService {
|
|
|
597
635
|
* * change the order of issue types in issue type schemes.
|
|
598
636
|
*
|
|
599
637
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-type-schemes
|
|
638
|
+
* @category Services
|
|
600
639
|
*/
|
|
601
640
|
get issueTypeSchemes() {
|
|
602
641
|
return this.getServiceInstance(IssueTypeSchemesService_1.IssueTypeSchemesService);
|
|
@@ -614,6 +653,7 @@ class BaseJiraPlatformApiClient extends CommonHttpService_1.CommonHttpService {
|
|
|
614
653
|
* * update default screen scheme of issue type screen scheme.
|
|
615
654
|
*
|
|
616
655
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-type-screen-schemes
|
|
656
|
+
* @category Services
|
|
617
657
|
*/
|
|
618
658
|
get issueTypeScreenSchemes() {
|
|
619
659
|
return this.getServiceInstance(IssueTypeScreenSchemesService_1.IssueTypeScreenSchemesService);
|
|
@@ -627,6 +667,7 @@ class BaseJiraPlatformApiClient extends CommonHttpService_1.CommonHttpService {
|
|
|
627
667
|
* * set an avatar for an issue type.
|
|
628
668
|
*
|
|
629
669
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-types
|
|
670
|
+
* @category Services
|
|
630
671
|
*/
|
|
631
672
|
get issueTypes() {
|
|
632
673
|
return this.getServiceInstance(IssueTypesService_1.IssueTypesService);
|
|
@@ -636,6 +677,7 @@ class BaseJiraPlatformApiClient extends CommonHttpService_1.CommonHttpService {
|
|
|
636
677
|
* of votes on an issue as well as cast and withdrawal votes.
|
|
637
678
|
*
|
|
638
679
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-votes
|
|
680
|
+
* @category Services
|
|
639
681
|
*/
|
|
640
682
|
get issueVotes() {
|
|
641
683
|
return this.getServiceInstance(IssueVotesService_1.IssueVotesService);
|
|
@@ -645,6 +687,7 @@ class BaseJiraPlatformApiClient extends CommonHttpService_1.CommonHttpService {
|
|
|
645
687
|
* users watching an issue as well as start and stop a user watching an issue.
|
|
646
688
|
*
|
|
647
689
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-watchers
|
|
690
|
+
* @category Services
|
|
648
691
|
*/
|
|
649
692
|
get issueWatchers() {
|
|
650
693
|
return this.getServiceInstance(IssueWatchersService_1.IssueWatchersService);
|
|
@@ -657,6 +700,7 @@ class BaseJiraPlatformApiClient extends CommonHttpService_1.CommonHttpService {
|
|
|
657
700
|
* property](https://developer.atlassian.com/cloud/jira/platform/jira-entity-properties/).
|
|
658
701
|
*
|
|
659
702
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-worklog-properties
|
|
703
|
+
* @category Services
|
|
660
704
|
*/
|
|
661
705
|
get issueWorklogProperties() {
|
|
662
706
|
return this.getServiceInstance(IssueWorklogPropertiesService_1.IssueWorklogPropertiesService);
|
|
@@ -668,6 +712,7 @@ class BaseJiraPlatformApiClient extends CommonHttpService_1.CommonHttpService {
|
|
|
668
712
|
* * obtain lists of updated or deleted worklogs.
|
|
669
713
|
*
|
|
670
714
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-worklogs
|
|
715
|
+
* @category Services
|
|
671
716
|
*/
|
|
672
717
|
get issueWorklogs() {
|
|
673
718
|
return this.getServiceInstance(IssueWorklogsService_1.IssueWorklogsService);
|
|
@@ -677,6 +722,7 @@ class BaseJiraPlatformApiClient extends CommonHttpService_1.CommonHttpService {
|
|
|
677
722
|
* expressions](https://developer.atlassian.com/cloud/jira/platform/jira-expressions/).
|
|
678
723
|
*
|
|
679
724
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-jira-expressions
|
|
725
|
+
* @category Services
|
|
680
726
|
*/
|
|
681
727
|
get jiraExpressions() {
|
|
682
728
|
return this.getServiceInstance(JiraExpressionsService_1.JiraExpressionsService);
|
|
@@ -686,6 +732,7 @@ class BaseJiraPlatformApiClient extends CommonHttpService_1.CommonHttpService {
|
|
|
686
732
|
* Jira settings and properties.
|
|
687
733
|
*
|
|
688
734
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-jira-settings
|
|
735
|
+
* @category Services
|
|
689
736
|
*/
|
|
690
737
|
get jiraSettings() {
|
|
691
738
|
return this.getServiceInstance(JiraSettingsService_1.JiraSettingsService);
|
|
@@ -696,6 +743,7 @@ class BaseJiraPlatformApiClient extends CommonHttpService_1.CommonHttpService {
|
|
|
696
743
|
* function. Use it to get and update precomputations.
|
|
697
744
|
*
|
|
698
745
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-jql-functions-apps-
|
|
746
|
+
* @category Services
|
|
699
747
|
*/
|
|
700
748
|
get jqlFunctionsApps() {
|
|
701
749
|
return this.getServiceInstance(JqlFunctionsAppsService_1.JqlFunctionsAppsService);
|
|
@@ -711,6 +759,7 @@ class BaseJiraPlatformApiClient extends CommonHttpService_1.CommonHttpService {
|
|
|
711
759
|
* doesn't have permission to view the entity whose details are readable.
|
|
712
760
|
*
|
|
713
761
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-jql
|
|
762
|
+
* @category Services
|
|
714
763
|
*/
|
|
715
764
|
get jql() {
|
|
716
765
|
return this.getServiceInstance(JqlService_1.JqlService);
|
|
@@ -720,6 +769,7 @@ class BaseJiraPlatformApiClient extends CommonHttpService_1.CommonHttpService {
|
|
|
720
769
|
* the global label field.
|
|
721
770
|
*
|
|
722
771
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-labels
|
|
772
|
+
* @category Services
|
|
723
773
|
*/
|
|
724
774
|
get labels() {
|
|
725
775
|
return this.getServiceInstance(LabelsService_1.LabelsService);
|
|
@@ -729,6 +779,7 @@ class BaseJiraPlatformApiClient extends CommonHttpService_1.CommonHttpService {
|
|
|
729
779
|
* Jira licences.
|
|
730
780
|
*
|
|
731
781
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-license-metrics
|
|
782
|
+
* @category Services
|
|
732
783
|
*/
|
|
733
784
|
get licenseMetrics() {
|
|
734
785
|
return this.getServiceInstance(LicenseMetricsService_1.LicenseMetricsService);
|
|
@@ -740,6 +791,7 @@ class BaseJiraPlatformApiClient extends CommonHttpService_1.CommonHttpService {
|
|
|
740
791
|
* preferences and locale.
|
|
741
792
|
*
|
|
742
793
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-myself
|
|
794
|
+
* @category Services
|
|
743
795
|
*/
|
|
744
796
|
get myself() {
|
|
745
797
|
return this.getServiceInstance(MyselfService_1.MyselfService);
|
|
@@ -750,6 +802,7 @@ class BaseJiraPlatformApiClient extends CommonHttpService_1.CommonHttpService {
|
|
|
750
802
|
* the permissions granted in those schemes.
|
|
751
803
|
*
|
|
752
804
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-permission-schemes
|
|
805
|
+
* @category Services
|
|
753
806
|
*/
|
|
754
807
|
get permissionSchemes() {
|
|
755
808
|
return this.getServiceInstance(PermissionSchemesService_1.PermissionSchemesService);
|
|
@@ -759,6 +812,7 @@ class BaseJiraPlatformApiClient extends CommonHttpService_1.CommonHttpService {
|
|
|
759
812
|
* permissions and determine whether the user has certain permissions.
|
|
760
813
|
*
|
|
761
814
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-permissions
|
|
815
|
+
* @category Services
|
|
762
816
|
*/
|
|
763
817
|
get permissions() {
|
|
764
818
|
return this.getServiceInstance(PermissionsService_1.PermissionsService);
|
|
@@ -768,6 +822,7 @@ class BaseJiraPlatformApiClient extends CommonHttpService_1.CommonHttpService {
|
|
|
768
822
|
* and related information, and to create, update and delete priority schemes.
|
|
769
823
|
*
|
|
770
824
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-priority-schemes
|
|
825
|
+
* @category Services
|
|
771
826
|
*/
|
|
772
827
|
get prioritySchemes() {
|
|
773
828
|
return this.getServiceInstance(PrioritySchemesService_1.PrioritySchemesService);
|
|
@@ -777,6 +832,7 @@ class BaseJiraPlatformApiClient extends CommonHttpService_1.CommonHttpService {
|
|
|
777
832
|
* load, set, and remove project avatars.
|
|
778
833
|
*
|
|
779
834
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-project-avatars
|
|
835
|
+
* @category Services
|
|
780
836
|
*/
|
|
781
837
|
get projectAvatars() {
|
|
782
838
|
return this.getServiceInstance(ProjectAvatarsService_1.ProjectAvatarsService);
|
|
@@ -789,6 +845,7 @@ class BaseJiraPlatformApiClient extends CommonHttpService_1.CommonHttpService {
|
|
|
789
845
|
* categories](https://confluence.atlassian.com/x/-A5WMg).
|
|
790
846
|
*
|
|
791
847
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-project-categories
|
|
848
|
+
* @category Services
|
|
792
849
|
*/
|
|
793
850
|
get projectCategories() {
|
|
794
851
|
return this.getServiceInstance(ProjectCategoriesService_1.ProjectCategoriesService);
|
|
@@ -798,6 +855,7 @@ class BaseJiraPlatformApiClient extends CommonHttpService_1.CommonHttpService {
|
|
|
798
855
|
* view and manage classification levels in your projects.
|
|
799
856
|
*
|
|
800
857
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-project-classification-levels
|
|
858
|
+
* @category Services
|
|
801
859
|
*/
|
|
802
860
|
get projectClassificationLevels() {
|
|
803
861
|
return this.getServiceInstance(ProjectClassificationLevelsService_1.ProjectClassificationLevelsService);
|
|
@@ -808,6 +866,7 @@ class BaseJiraPlatformApiClient extends CommonHttpService_1.CommonHttpService {
|
|
|
808
866
|
* issues by component.
|
|
809
867
|
*
|
|
810
868
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-project-components
|
|
869
|
+
* @category Services
|
|
811
870
|
*/
|
|
812
871
|
get projectComponents() {
|
|
813
872
|
return this.getServiceInstance(ProjectComponentsService_1.ProjectComponentsService);
|
|
@@ -818,6 +877,7 @@ class BaseJiraPlatformApiClient extends CommonHttpService_1.CommonHttpService {
|
|
|
818
877
|
* address](https://confluence.atlassian.com/x/dolKLg).
|
|
819
878
|
*
|
|
820
879
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-project-email
|
|
880
|
+
* @category Services
|
|
821
881
|
*/
|
|
822
882
|
get projectEmail() {
|
|
823
883
|
return this.getServiceInstance(ProjectEmailService_1.ProjectEmailService);
|
|
@@ -829,6 +889,7 @@ class BaseJiraPlatformApiClient extends CommonHttpService_1.CommonHttpService {
|
|
|
829
889
|
* projects.
|
|
830
890
|
*
|
|
831
891
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-project-features
|
|
892
|
+
* @category Services
|
|
832
893
|
*/
|
|
833
894
|
get projectFeatures() {
|
|
834
895
|
return this.getServiceInstance(ProjectFeaturesService_1.ProjectFeaturesService);
|
|
@@ -837,6 +898,7 @@ class BaseJiraPlatformApiClient extends CommonHttpService_1.CommonHttpService {
|
|
|
837
898
|
* This resource provides validation for project keys and names.
|
|
838
899
|
*
|
|
839
900
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-project-key-and-name-validation
|
|
901
|
+
* @category Services
|
|
840
902
|
*/
|
|
841
903
|
get projectKeyAndNameValidation() {
|
|
842
904
|
return this.getServiceInstance(ProjectKeyAndNameValidationService_1.ProjectKeyAndNameValidationService);
|
|
@@ -854,6 +916,7 @@ class BaseJiraPlatformApiClient extends CommonHttpService_1.CommonHttpService {
|
|
|
854
916
|
* for more information about permission schemes.
|
|
855
917
|
*
|
|
856
918
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-project-permission-schemes
|
|
919
|
+
* @category Services
|
|
857
920
|
*/
|
|
858
921
|
get projectPermissionSchemes() {
|
|
859
922
|
return this.getServiceInstance(ProjectPermissionSchemesService_1.ProjectPermissionSchemesService);
|
|
@@ -866,6 +929,7 @@ class BaseJiraPlatformApiClient extends CommonHttpService_1.CommonHttpService {
|
|
|
866
929
|
* property](https://developer.atlassian.com/cloud/jira/platform/jira-entity-properties/).
|
|
867
930
|
*
|
|
868
931
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-project-properties
|
|
932
|
+
* @category Services
|
|
869
933
|
*/
|
|
870
934
|
get projectProperties() {
|
|
871
935
|
return this.getServiceInstance(ProjectPropertiesService_1.ProjectPropertiesService);
|
|
@@ -877,6 +941,7 @@ class BaseJiraPlatformApiClient extends CommonHttpService_1.CommonHttpService {
|
|
|
877
941
|
* associated with a project.
|
|
878
942
|
*
|
|
879
943
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-project-role-actors
|
|
944
|
+
* @category Services
|
|
880
945
|
*/
|
|
881
946
|
get projectRoleActors() {
|
|
882
947
|
return this.getServiceInstance(ProjectRoleActorsService_1.ProjectRoleActorsService);
|
|
@@ -886,6 +951,7 @@ class BaseJiraPlatformApiClient extends CommonHttpService_1.CommonHttpService {
|
|
|
886
951
|
* resource to get, create, update, and delete project roles.
|
|
887
952
|
*
|
|
888
953
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-project-roles
|
|
954
|
+
* @category Services
|
|
889
955
|
*/
|
|
890
956
|
get projectRoles() {
|
|
891
957
|
return this.getServiceInstance(ProjectRolesService_1.ProjectRolesService);
|
|
@@ -896,6 +962,7 @@ class BaseJiraPlatformApiClient extends CommonHttpService_1.CommonHttpService {
|
|
|
896
962
|
* schemes, and update a project's type.
|
|
897
963
|
*
|
|
898
964
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-projects
|
|
965
|
+
* @category Services
|
|
899
966
|
*/
|
|
900
967
|
get projects() {
|
|
901
968
|
return this.getServiceInstance(ProjectsService_1.ProjectsService);
|
|
@@ -906,6 +973,7 @@ class BaseJiraPlatformApiClient extends CommonHttpService_1.CommonHttpService {
|
|
|
906
973
|
* project type.
|
|
907
974
|
*
|
|
908
975
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-project-types
|
|
976
|
+
* @category Services
|
|
909
977
|
*/
|
|
910
978
|
get projectTypes() {
|
|
911
979
|
return this.getServiceInstance(ProjectTypesService_1.ProjectTypesService);
|
|
@@ -916,6 +984,7 @@ class BaseJiraPlatformApiClient extends CommonHttpService_1.CommonHttpService {
|
|
|
916
984
|
* counts of issues by version.
|
|
917
985
|
*
|
|
918
986
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-project-versions
|
|
987
|
+
* @category Services
|
|
919
988
|
*/
|
|
920
989
|
get projectVersions() {
|
|
921
990
|
return this.getServiceInstance(ProjectVersionsService_1.ProjectVersionsService);
|
|
@@ -925,6 +994,7 @@ class BaseJiraPlatformApiClient extends CommonHttpService_1.CommonHttpService {
|
|
|
925
994
|
* create, update, and delete screen schemes.
|
|
926
995
|
*
|
|
927
996
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-screen-schemes
|
|
997
|
+
* @category Services
|
|
928
998
|
*/
|
|
929
999
|
get screenSchemes() {
|
|
930
1000
|
return this.getServiceInstance(ScreenSchemesService_1.ScreenSchemesService);
|
|
@@ -940,6 +1010,7 @@ class BaseJiraPlatformApiClient extends CommonHttpService_1.CommonHttpService {
|
|
|
940
1010
|
* * add a field to the default screen.
|
|
941
1011
|
*
|
|
942
1012
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-screens
|
|
1013
|
+
* @category Services
|
|
943
1014
|
*/
|
|
944
1015
|
get screens() {
|
|
945
1016
|
return this.getServiceInstance(ScreensService_1.ScreensService);
|
|
@@ -949,6 +1020,7 @@ class BaseJiraPlatformApiClient extends CommonHttpService_1.CommonHttpService {
|
|
|
949
1020
|
* Use it to get, add, move, and remove fields from screen tabs.
|
|
950
1021
|
*
|
|
951
1022
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-screen-tab-fields
|
|
1023
|
+
* @category Services
|
|
952
1024
|
*/
|
|
953
1025
|
get screenTabFields() {
|
|
954
1026
|
return this.getServiceInstance(ScreenTabFieldsService_1.ScreenTabFieldsService);
|
|
@@ -958,6 +1030,7 @@ class BaseJiraPlatformApiClient extends CommonHttpService_1.CommonHttpService {
|
|
|
958
1030
|
* to get, create, update, move, and delete screen tabs.
|
|
959
1031
|
*
|
|
960
1032
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-screen-tabs
|
|
1033
|
+
* @category Services
|
|
961
1034
|
*/
|
|
962
1035
|
get screenTabs() {
|
|
963
1036
|
return this.getServiceInstance(ScreenTabsService_1.ScreenTabsService);
|
|
@@ -966,6 +1039,7 @@ class BaseJiraPlatformApiClient extends CommonHttpService_1.CommonHttpService {
|
|
|
966
1039
|
* This resource provides information about the Jira instance.
|
|
967
1040
|
*
|
|
968
1041
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-server-info
|
|
1042
|
+
* @category Services
|
|
969
1043
|
*/
|
|
970
1044
|
get serverInfo() {
|
|
971
1045
|
return this.getServiceInstance(ServerInfoService_1.ServerInfoService);
|
|
@@ -977,6 +1051,7 @@ class BaseJiraPlatformApiClient extends CommonHttpService_1.CommonHttpService {
|
|
|
977
1051
|
* in JSM.
|
|
978
1052
|
*
|
|
979
1053
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-service-registry
|
|
1054
|
+
* @category Services
|
|
980
1055
|
*/
|
|
981
1056
|
get serviceRegistry() {
|
|
982
1057
|
return this.getServiceInstance(ServiceRegistryService_1.ServiceRegistryService);
|
|
@@ -986,6 +1061,7 @@ class BaseJiraPlatformApiClient extends CommonHttpService_1.CommonHttpService {
|
|
|
986
1061
|
* change statuses.
|
|
987
1062
|
*
|
|
988
1063
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-status
|
|
1064
|
+
* @category Services
|
|
989
1065
|
*/
|
|
990
1066
|
get status() {
|
|
991
1067
|
return this.getServiceInstance(StatusService_1.StatusService);
|
|
@@ -996,6 +1072,7 @@ class BaseJiraPlatformApiClient extends CommonHttpService_1.CommonHttpService {
|
|
|
996
1072
|
* long-running task or cancel a long-running task.
|
|
997
1073
|
*
|
|
998
1074
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-tasks
|
|
1075
|
+
* @category Services
|
|
999
1076
|
*/
|
|
1000
1077
|
get tasks() {
|
|
1001
1078
|
return this.getServiceInstance(TasksService_1.TasksService);
|
|
@@ -1006,6 +1083,7 @@ class BaseJiraPlatformApiClient extends CommonHttpService_1.CommonHttpService {
|
|
|
1006
1083
|
* and disable time tracking.
|
|
1007
1084
|
*
|
|
1008
1085
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-time-tracking
|
|
1086
|
+
* @category Services
|
|
1009
1087
|
*/
|
|
1010
1088
|
get timeTracking() {
|
|
1011
1089
|
return this.getServiceInstance(TimeTrackingService_1.TimeTrackingService);
|
|
@@ -1017,6 +1095,7 @@ class BaseJiraPlatformApiClient extends CommonHttpService_1.CommonHttpService {
|
|
|
1017
1095
|
* required, etc.
|
|
1018
1096
|
*
|
|
1019
1097
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-ui-modifications-apps-
|
|
1098
|
+
* @category Services
|
|
1020
1099
|
*/
|
|
1021
1100
|
get uiModificationsApps() {
|
|
1022
1101
|
return this.getServiceInstance(UiModificationsAppsService_1.UiModificationsAppsService);
|
|
@@ -1035,6 +1114,7 @@ class BaseJiraPlatformApiClient extends CommonHttpService_1.CommonHttpService {
|
|
|
1035
1114
|
* Jira.
|
|
1036
1115
|
*
|
|
1037
1116
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-user-properties
|
|
1117
|
+
* @category Services
|
|
1038
1118
|
*/
|
|
1039
1119
|
get userProperties() {
|
|
1040
1120
|
return this.getServiceInstance(UserPropertiesService_1.UserPropertiesService);
|
|
@@ -1047,6 +1127,7 @@ class BaseJiraPlatformApiClient extends CommonHttpService_1.CommonHttpService {
|
|
|
1047
1127
|
* found within the first 1000 users.
|
|
1048
1128
|
*
|
|
1049
1129
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-user-search
|
|
1130
|
+
* @category Services
|
|
1050
1131
|
*/
|
|
1051
1132
|
get userSearch() {
|
|
1052
1133
|
return this.getServiceInstance(UserSearchService_1.UserSearchService);
|
|
@@ -1060,6 +1141,7 @@ class BaseJiraPlatformApiClient extends CommonHttpService_1.CommonHttpService {
|
|
|
1060
1141
|
* * get a list of user account IDs for a list of usernames or user keys.
|
|
1061
1142
|
*
|
|
1062
1143
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-users
|
|
1144
|
+
* @category Services
|
|
1063
1145
|
*/
|
|
1064
1146
|
get users() {
|
|
1065
1147
|
return this.getServiceInstance(UsersService_1.UsersService);
|
|
@@ -1071,6 +1153,7 @@ class BaseJiraPlatformApiClient extends CommonHttpService_1.CommonHttpService {
|
|
|
1071
1153
|
* [Webhooks](https://developer.atlassian.com/cloud/jira/platform/webhooks/#registering-a-webhook-via-the-jira-rest-api-for-connect-apps).
|
|
1072
1154
|
*
|
|
1073
1155
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-webhooks
|
|
1156
|
+
* @category Services
|
|
1074
1157
|
*/
|
|
1075
1158
|
get webhooks() {
|
|
1076
1159
|
return this.getServiceInstance(WebhooksService_1.WebhooksService);
|
|
@@ -1092,6 +1175,7 @@ class BaseJiraPlatformApiClient extends CommonHttpService_1.CommonHttpService {
|
|
|
1092
1175
|
* for more information.
|
|
1093
1176
|
*
|
|
1094
1177
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-scheme-drafts
|
|
1178
|
+
* @category Services
|
|
1095
1179
|
*/
|
|
1096
1180
|
get workflowSchemeDrafts() {
|
|
1097
1181
|
return this.getServiceInstance(WorkflowSchemeDraftsService_1.WorkflowSchemeDraftsService);
|
|
@@ -1103,6 +1187,7 @@ class BaseJiraPlatformApiClient extends CommonHttpService_1.CommonHttpService {
|
|
|
1103
1187
|
* workflows](https://confluence.atlassian.com/x/q4hKLg).
|
|
1104
1188
|
*
|
|
1105
1189
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-scheme-project-associations
|
|
1190
|
+
* @category Services
|
|
1106
1191
|
*/
|
|
1107
1192
|
get workflowSchemeProjectAssociations() {
|
|
1108
1193
|
return this.getServiceInstance(WorkflowSchemeProjectAssociationsService_1.WorkflowSchemeProjectAssociationsService);
|
|
@@ -1124,6 +1209,7 @@ class BaseJiraPlatformApiClient extends CommonHttpService_1.CommonHttpService {
|
|
|
1124
1209
|
* for more information.
|
|
1125
1210
|
*
|
|
1126
1211
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-schemes
|
|
1212
|
+
* @category Services
|
|
1127
1213
|
*/
|
|
1128
1214
|
get workflowSchemes() {
|
|
1129
1215
|
return this.getServiceInstance(WorkflowSchemesService_1.WorkflowSchemesService);
|
|
@@ -1138,6 +1224,7 @@ class BaseJiraPlatformApiClient extends CommonHttpService_1.CommonHttpService {
|
|
|
1138
1224
|
* * Get workflow capabilities
|
|
1139
1225
|
*
|
|
1140
1226
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflows
|
|
1227
|
+
* @category Services
|
|
1141
1228
|
*/
|
|
1142
1229
|
get workflows() {
|
|
1143
1230
|
return this.getServiceInstance(WorkflowsService_1.WorkflowsService);
|
|
@@ -1148,6 +1235,7 @@ class BaseJiraPlatformApiClient extends CommonHttpService_1.CommonHttpService {
|
|
|
1148
1235
|
* mechanism for categorizing [statuses](#api-group-Workflow-statuses).
|
|
1149
1236
|
*
|
|
1150
1237
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-status-categories
|
|
1238
|
+
* @category Services
|
|
1151
1239
|
*/
|
|
1152
1240
|
get workflowStatusCategories() {
|
|
1153
1241
|
return this.getServiceInstance(WorkflowStatusCategoriesService_1.WorkflowStatusCategoriesService);
|
|
@@ -1157,6 +1245,7 @@ class BaseJiraPlatformApiClient extends CommonHttpService_1.CommonHttpService {
|
|
|
1157
1245
|
* all statuses associated with workflows and the details of a status.
|
|
1158
1246
|
*
|
|
1159
1247
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-statuses
|
|
1248
|
+
* @category Services
|
|
1160
1249
|
*/
|
|
1161
1250
|
get workflowStatuses() {
|
|
1162
1251
|
return this.getServiceInstance(WorkflowStatusesService_1.WorkflowStatusesService);
|
|
@@ -1169,6 +1258,7 @@ class BaseJiraPlatformApiClient extends CommonHttpService_1.CommonHttpService {
|
|
|
1169
1258
|
* property](https://developer.atlassian.com/cloud/jira/platform/jira-entity-properties/).
|
|
1170
1259
|
*
|
|
1171
1260
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-transition-properties
|
|
1261
|
+
* @category Services
|
|
1172
1262
|
*/
|
|
1173
1263
|
get workflowTransitionProperties() {
|
|
1174
1264
|
return this.getServiceInstance(WorkflowTransitionPropertiesService_1.WorkflowTransitionPropertiesService);
|
|
@@ -1181,6 +1271,7 @@ class BaseJiraPlatformApiClient extends CommonHttpService_1.CommonHttpService {
|
|
|
1181
1271
|
* configuration of workflow transition rules.
|
|
1182
1272
|
*
|
|
1183
1273
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflow-transition-rules
|
|
1274
|
+
* @category Services
|
|
1184
1275
|
*/
|
|
1185
1276
|
get workflowTransitionRules() {
|
|
1186
1277
|
return this.getServiceInstance(WorkflowTransitionRulesService_1.WorkflowTransitionRulesService);
|