@resolution/jira-api-client 0.5.5 → 0.5.7
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 +22 -0
- package/lib/index.d.ts +35 -7
- package/lib/index.js +27 -0
- package/lib/index.js.map +1 -1
- package/lib/openapi/core/CommonHttpClient.d.ts +33 -2
- package/lib/openapi/core/CommonHttpClient.js +287 -22
- package/lib/openapi/core/CommonHttpClient.js.map +1 -1
- package/lib/openapi/platform/BaseJiraPlatformApiClient.d.ts +94 -3
- 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 +145 -9
- package/lib/openapi/platform/models/issueBulkOperations.js +14 -0
- 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 +282 -50
- package/lib/openapi/platform/models/workflows.js +4 -0
- 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 +11 -2
- package/lib/openapi/platform/services/AppPropertiesService.js +11 -2
- 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 +14 -6
- package/lib/openapi/platform/services/IssueBulkOperationsService.js +2 -4
- 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 +11 -2
- package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.js +11 -2
- 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 +11 -2
- package/lib/openapi/platform/services/JqlFunctionsAppsService.js +11 -2
- 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 +25 -0
- package/lib/openapi/platform/services/UiModificationsAppsService.js +25 -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 +3 -3
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
import { type ZodTypeAny } from "zod";
|
|
2
2
|
import type { CommonValidationSchemaStorage } from "../../core/CommonValidationSchemaStorage";
|
|
3
3
|
import { type DocumentVersion, type ProjectDetails, type ProjectIssueTypes, type Scope, type WorkflowScope } from "./common";
|
|
4
|
-
/**
|
|
4
|
+
/**
|
|
5
|
+
* The Connect provided ecosystem rules available.
|
|
6
|
+
*
|
|
7
|
+
* @category Models
|
|
8
|
+
*/
|
|
5
9
|
export interface AvailableWorkflowConnectRule {
|
|
6
10
|
/** The add-on providing the rule. */
|
|
7
11
|
addonKey?: string;
|
|
@@ -22,7 +26,11 @@ export interface AvailableWorkflowConnectRule {
|
|
|
22
26
|
/** The URL view path segment defined in the Connect module. */
|
|
23
27
|
viewUrl?: string;
|
|
24
28
|
}
|
|
25
|
-
/**
|
|
29
|
+
/**
|
|
30
|
+
* The Forge provided ecosystem rules available.
|
|
31
|
+
*
|
|
32
|
+
* @category Models
|
|
33
|
+
*/
|
|
26
34
|
export interface AvailableWorkflowForgeRule {
|
|
27
35
|
/** The rule description. */
|
|
28
36
|
description?: string;
|
|
@@ -35,7 +43,11 @@ export interface AvailableWorkflowForgeRule {
|
|
|
35
43
|
/** The rule type. */
|
|
36
44
|
ruleType?: "Condition" | "Validator" | "Function" | "Screen";
|
|
37
45
|
}
|
|
38
|
-
/**
|
|
46
|
+
/**
|
|
47
|
+
* The Atlassian provided system rules available.
|
|
48
|
+
*
|
|
49
|
+
* @category Models
|
|
50
|
+
*/
|
|
39
51
|
export interface AvailableWorkflowSystemRule {
|
|
40
52
|
/** The rule description. */
|
|
41
53
|
description: string;
|
|
@@ -52,14 +64,22 @@ export interface AvailableWorkflowSystemRule {
|
|
|
52
64
|
/** The rule type. */
|
|
53
65
|
ruleType: "Condition" | "Validator" | "Function" | "Screen";
|
|
54
66
|
}
|
|
55
|
-
/**
|
|
67
|
+
/**
|
|
68
|
+
* The trigger rules available.
|
|
69
|
+
*
|
|
70
|
+
* @category Models
|
|
71
|
+
*/
|
|
56
72
|
export interface AvailableWorkflowTriggers {
|
|
57
73
|
/** The list of available trigger types. */
|
|
58
74
|
availableTypes: AvailableWorkflowTriggerTypes[];
|
|
59
75
|
/** The rule key of the rule. */
|
|
60
76
|
ruleKey: string;
|
|
61
77
|
}
|
|
62
|
-
/**
|
|
78
|
+
/**
|
|
79
|
+
* The list of available trigger types.
|
|
80
|
+
*
|
|
81
|
+
* @category Models
|
|
82
|
+
*/
|
|
63
83
|
export interface AvailableWorkflowTriggerTypes {
|
|
64
84
|
/** The description of the trigger rule. */
|
|
65
85
|
description?: string;
|
|
@@ -68,7 +88,11 @@ export interface AvailableWorkflowTriggerTypes {
|
|
|
68
88
|
/** The type identifier of trigger rule. */
|
|
69
89
|
type?: string;
|
|
70
90
|
}
|
|
71
|
-
/**
|
|
91
|
+
/**
|
|
92
|
+
* The conditions group associated with the transition.
|
|
93
|
+
*
|
|
94
|
+
* @category Models
|
|
95
|
+
*/
|
|
72
96
|
export interface ConditionGroupConfiguration {
|
|
73
97
|
/** The nested conditions of the condition group. */
|
|
74
98
|
conditionGroups?: (ConditionGroupConfiguration | null)[];
|
|
@@ -82,7 +106,11 @@ export interface ConditionGroupConfiguration {
|
|
|
82
106
|
*/
|
|
83
107
|
operation?: "ANY" | "ALL";
|
|
84
108
|
}
|
|
85
|
-
/**
|
|
109
|
+
/**
|
|
110
|
+
* The conditions group associated with the transition.
|
|
111
|
+
*
|
|
112
|
+
* @category Models
|
|
113
|
+
*/
|
|
86
114
|
export interface ConditionGroupUpdate {
|
|
87
115
|
/** The nested conditions of the condition group. */
|
|
88
116
|
conditionGroups?: (ConditionGroupUpdate | null)[];
|
|
@@ -96,7 +124,11 @@ export interface ConditionGroupUpdate {
|
|
|
96
124
|
*/
|
|
97
125
|
operation: "ANY" | "ALL";
|
|
98
126
|
}
|
|
99
|
-
/**
|
|
127
|
+
/**
|
|
128
|
+
* A workflow transition condition.
|
|
129
|
+
*
|
|
130
|
+
* @category Models
|
|
131
|
+
*/
|
|
100
132
|
export interface CreateWorkflowCondition {
|
|
101
133
|
/** The list of workflow conditions. */
|
|
102
134
|
conditions?: CreateWorkflowCondition[];
|
|
@@ -109,7 +141,11 @@ export interface CreateWorkflowCondition {
|
|
|
109
141
|
/** The type of the transition rule. */
|
|
110
142
|
type?: string;
|
|
111
143
|
}
|
|
112
|
-
/**
|
|
144
|
+
/**
|
|
145
|
+
* The details of a workflow.
|
|
146
|
+
*
|
|
147
|
+
* @category Models
|
|
148
|
+
*/
|
|
113
149
|
export interface CreateWorkflowDetails {
|
|
114
150
|
/** The description of the workflow. The maximum length is 1000 characters. */
|
|
115
151
|
description?: string;
|
|
@@ -140,7 +176,11 @@ export interface CreateWorkflowDetails {
|
|
|
140
176
|
*/
|
|
141
177
|
transitions: CreateWorkflowTransitionDetails[];
|
|
142
178
|
}
|
|
143
|
-
/**
|
|
179
|
+
/**
|
|
180
|
+
* The details of a transition status.
|
|
181
|
+
*
|
|
182
|
+
* @category Models
|
|
183
|
+
*/
|
|
144
184
|
export interface CreateWorkflowStatusDetails {
|
|
145
185
|
/** The ID of the status. */
|
|
146
186
|
id: string;
|
|
@@ -149,7 +189,11 @@ export interface CreateWorkflowStatusDetails {
|
|
|
149
189
|
[key: string]: string;
|
|
150
190
|
};
|
|
151
191
|
}
|
|
152
|
-
/**
|
|
192
|
+
/**
|
|
193
|
+
* The details of a workflow transition.
|
|
194
|
+
*
|
|
195
|
+
* @category Models
|
|
196
|
+
*/
|
|
153
197
|
export interface CreateWorkflowTransitionDetails {
|
|
154
198
|
/** The description of the transition. The maximum length is 1000 characters. */
|
|
155
199
|
description?: string;
|
|
@@ -170,7 +214,11 @@ export interface CreateWorkflowTransitionDetails {
|
|
|
170
214
|
/** The type of the transition. */
|
|
171
215
|
type: "global" | "initial" | "directed";
|
|
172
216
|
}
|
|
173
|
-
/**
|
|
217
|
+
/**
|
|
218
|
+
* A workflow transition rule.
|
|
219
|
+
*
|
|
220
|
+
* @category Models
|
|
221
|
+
*/
|
|
174
222
|
export interface CreateWorkflowTransitionRule {
|
|
175
223
|
/** EXPERIMENTAL. The configuration of the transition rule. */
|
|
176
224
|
configuration?: {
|
|
@@ -179,7 +227,11 @@ export interface CreateWorkflowTransitionRule {
|
|
|
179
227
|
/** The type of the transition rule. */
|
|
180
228
|
type: string;
|
|
181
229
|
}
|
|
182
|
-
/**
|
|
230
|
+
/**
|
|
231
|
+
* The details of a workflow transition rules.
|
|
232
|
+
*
|
|
233
|
+
* @category Models
|
|
234
|
+
*/
|
|
183
235
|
export interface CreateWorkflowTransitionRulesDetails {
|
|
184
236
|
/** The workflow conditions. */
|
|
185
237
|
conditions?: CreateWorkflowCondition;
|
|
@@ -255,12 +307,20 @@ export interface CreateWorkflowTransitionRulesDetails {
|
|
|
255
307
|
*/
|
|
256
308
|
validators?: CreateWorkflowTransitionRule[];
|
|
257
309
|
}
|
|
258
|
-
/**
|
|
310
|
+
/**
|
|
311
|
+
* The details of a transition screen.
|
|
312
|
+
*
|
|
313
|
+
* @category Models
|
|
314
|
+
*/
|
|
259
315
|
export interface CreateWorkflowTransitionScreenDetails {
|
|
260
316
|
/** The ID of the screen. */
|
|
261
317
|
id: string;
|
|
262
318
|
}
|
|
263
|
-
/**
|
|
319
|
+
/**
|
|
320
|
+
* Details about a workflow.
|
|
321
|
+
*
|
|
322
|
+
* @category Models
|
|
323
|
+
*/
|
|
264
324
|
export interface DeprecatedWorkflow {
|
|
265
325
|
default?: boolean;
|
|
266
326
|
/** The description of the workflow. */
|
|
@@ -283,7 +343,11 @@ export interface DeprecatedWorkflow {
|
|
|
283
343
|
/** The number of steps included in the workflow. */
|
|
284
344
|
steps?: number;
|
|
285
345
|
}
|
|
286
|
-
/**
|
|
346
|
+
/**
|
|
347
|
+
* Details of a workflow.
|
|
348
|
+
*
|
|
349
|
+
* @category Models
|
|
350
|
+
*/
|
|
287
351
|
export interface JiraWorkflow {
|
|
288
352
|
/** The description of the workflow. */
|
|
289
353
|
description?: string;
|
|
@@ -318,7 +382,11 @@ export interface JiraWorkflow {
|
|
|
318
382
|
/** The current version details of this workflow scheme. */
|
|
319
383
|
version?: DocumentVersion;
|
|
320
384
|
}
|
|
321
|
-
/**
|
|
385
|
+
/**
|
|
386
|
+
* Details of a status.
|
|
387
|
+
*
|
|
388
|
+
* @category Models
|
|
389
|
+
*/
|
|
322
390
|
export interface JiraWorkflowStatus {
|
|
323
391
|
/** The description of the status. */
|
|
324
392
|
description?: string;
|
|
@@ -339,7 +407,11 @@ export interface JiraWorkflowStatus {
|
|
|
339
407
|
*/
|
|
340
408
|
usages?: ProjectIssueTypes[];
|
|
341
409
|
}
|
|
342
|
-
/**
|
|
410
|
+
/**
|
|
411
|
+
* A page of items.
|
|
412
|
+
*
|
|
413
|
+
* @category Models
|
|
414
|
+
*/
|
|
343
415
|
export interface PageBeanWorkflow {
|
|
344
416
|
/** Whether this is the last page. */
|
|
345
417
|
isLast?: boolean;
|
|
@@ -356,21 +428,33 @@ export interface PageBeanWorkflow {
|
|
|
356
428
|
/** The list of items. */
|
|
357
429
|
values?: Workflow[];
|
|
358
430
|
}
|
|
359
|
-
/**
|
|
431
|
+
/**
|
|
432
|
+
* A project and issueType ID pair that identifies a status mapping.
|
|
433
|
+
*
|
|
434
|
+
* @category Models
|
|
435
|
+
*/
|
|
360
436
|
export interface ProjectAndIssueTypePair {
|
|
361
437
|
/** The ID of the issue type. */
|
|
362
438
|
issueTypeId: string;
|
|
363
439
|
/** The ID of the project. */
|
|
364
440
|
projectId: string;
|
|
365
441
|
}
|
|
366
|
-
/**
|
|
442
|
+
/**
|
|
443
|
+
* Properties that identify a published workflow.
|
|
444
|
+
*
|
|
445
|
+
* @category Models
|
|
446
|
+
*/
|
|
367
447
|
export interface PublishedWorkflowId {
|
|
368
448
|
/** The entity ID of the workflow. */
|
|
369
449
|
entityId?: string;
|
|
370
450
|
/** The name of the workflow. */
|
|
371
451
|
name: string;
|
|
372
452
|
}
|
|
373
|
-
/**
|
|
453
|
+
/**
|
|
454
|
+
* The statuses associated with this workflow.
|
|
455
|
+
*
|
|
456
|
+
* @category Models
|
|
457
|
+
*/
|
|
374
458
|
export interface StatusLayoutUpdate extends Record<string, unknown> {
|
|
375
459
|
/** The starting point for the statuses in the workflow. */
|
|
376
460
|
layout?: WorkflowLayout | null;
|
|
@@ -381,7 +465,11 @@ export interface StatusLayoutUpdate extends Record<string, unknown> {
|
|
|
381
465
|
/** A unique ID which the status will use to refer to this layout configuration. */
|
|
382
466
|
statusReference: string;
|
|
383
467
|
}
|
|
384
|
-
/**
|
|
468
|
+
/**
|
|
469
|
+
* The mapping of old to new status ID for a specific project and issue type.
|
|
470
|
+
*
|
|
471
|
+
* @category Models
|
|
472
|
+
*/
|
|
385
473
|
export interface StatusMappingDto extends Record<string, unknown> {
|
|
386
474
|
/** The issue type for the status mapping. */
|
|
387
475
|
issueTypeId: string;
|
|
@@ -393,21 +481,34 @@ export interface StatusMappingDto extends Record<string, unknown> {
|
|
|
393
481
|
*/
|
|
394
482
|
statusMigrations: StatusMigration[];
|
|
395
483
|
}
|
|
396
|
-
/**
|
|
484
|
+
/**
|
|
485
|
+
* The mapping of old to new status ID.
|
|
486
|
+
*
|
|
487
|
+
* @category Models
|
|
488
|
+
*/
|
|
397
489
|
export interface StatusMigration extends Record<string, unknown> {
|
|
398
490
|
/** The new status ID. */
|
|
399
491
|
newStatusReference: string;
|
|
400
492
|
/** The old status ID. */
|
|
401
493
|
oldStatusReference: string;
|
|
402
494
|
}
|
|
403
|
-
/**
|
|
495
|
+
/**
|
|
496
|
+
* The status reference and port that a transition is connected to.
|
|
497
|
+
*
|
|
498
|
+
* @deprecated
|
|
499
|
+
* @category Models
|
|
500
|
+
*/
|
|
404
501
|
export interface StatusReferenceAndPort {
|
|
405
502
|
/** The port this transition uses to connect to this status. */
|
|
406
503
|
port?: number;
|
|
407
504
|
/** The reference of this status. */
|
|
408
505
|
statusReference: string;
|
|
409
506
|
}
|
|
410
|
-
/**
|
|
507
|
+
/**
|
|
508
|
+
* Details of a workflow transition.
|
|
509
|
+
*
|
|
510
|
+
* @category Models
|
|
511
|
+
*/
|
|
411
512
|
export interface Transition {
|
|
412
513
|
/** The description of the transition. */
|
|
413
514
|
description: string;
|
|
@@ -430,14 +531,24 @@ export interface Transition {
|
|
|
430
531
|
/** The type of the transition. */
|
|
431
532
|
type: "global" | "initial" | "directed";
|
|
432
533
|
}
|
|
433
|
-
/**
|
|
534
|
+
/**
|
|
535
|
+
* The details of a transition screen.
|
|
536
|
+
*
|
|
537
|
+
* @category Models
|
|
538
|
+
*/
|
|
434
539
|
export interface TransitionScreenDetails {
|
|
435
540
|
/** The ID of the screen. */
|
|
436
541
|
id: string;
|
|
437
542
|
/** The name of the screen. */
|
|
438
543
|
name?: string;
|
|
439
544
|
}
|
|
440
|
-
/**
|
|
545
|
+
/**
|
|
546
|
+
* The transition update data. Note that a transition can have either the
|
|
547
|
+
* deprecated `to`/`from` fields or the `toStatusReference`/`links` fields, but
|
|
548
|
+
* never both nor a combination.
|
|
549
|
+
*
|
|
550
|
+
* @category Models
|
|
551
|
+
*/
|
|
441
552
|
export interface TransitionUpdateDto extends Record<string, unknown> {
|
|
442
553
|
/** The post-functions of the transition. */
|
|
443
554
|
actions?: (WorkflowRuleConfiguration | null)[];
|
|
@@ -447,18 +558,34 @@ export interface TransitionUpdateDto extends Record<string, unknown> {
|
|
|
447
558
|
customIssueEventId?: string;
|
|
448
559
|
/** The description of the transition. */
|
|
449
560
|
description?: string;
|
|
450
|
-
/**
|
|
561
|
+
/**
|
|
562
|
+
* The statuses and ports that the transition can start from. This field is
|
|
563
|
+
* deprecated - use `toStatusReference`/`links` instead.
|
|
564
|
+
*
|
|
565
|
+
* @deprecated
|
|
566
|
+
*/
|
|
451
567
|
from?: (StatusReferenceAndPort | null)[];
|
|
452
568
|
/** The ID of the transition. */
|
|
453
569
|
id: string;
|
|
570
|
+
/**
|
|
571
|
+
* The statuses the transition can start from, and the mapping of ports between
|
|
572
|
+
* the statuses.
|
|
573
|
+
*/
|
|
574
|
+
links?: (WorkflowTransitionLinks | null)[];
|
|
454
575
|
/** The name of the transition. */
|
|
455
576
|
name: string;
|
|
456
577
|
/** The properties of the transition. */
|
|
457
578
|
properties?: {
|
|
458
579
|
/** The properties of the transition. */ [key: string]: string;
|
|
459
580
|
};
|
|
460
|
-
/**
|
|
581
|
+
/**
|
|
582
|
+
* The status reference and port that a transition is connected to.
|
|
583
|
+
*
|
|
584
|
+
* @deprecated
|
|
585
|
+
*/
|
|
461
586
|
to?: StatusReferenceAndPort | null;
|
|
587
|
+
/** The status the transition goes to. */
|
|
588
|
+
toStatusReference?: string;
|
|
462
589
|
/** The configuration of the rule. */
|
|
463
590
|
transitionScreen?: WorkflowRuleConfiguration | null;
|
|
464
591
|
/** The triggers of the transition. */
|
|
@@ -471,6 +598,8 @@ export interface TransitionUpdateDto extends Record<string, unknown> {
|
|
|
471
598
|
/**
|
|
472
599
|
* The level of validation to return from the API. If no values are provided, the
|
|
473
600
|
* default would return `WARNING` and `ERROR` level validation results.
|
|
601
|
+
*
|
|
602
|
+
* @category Models
|
|
474
603
|
*/
|
|
475
604
|
export interface ValidationOptionsForCreate {
|
|
476
605
|
levels?: ("WARNING" | "ERROR")[];
|
|
@@ -478,11 +607,17 @@ export interface ValidationOptionsForCreate {
|
|
|
478
607
|
/**
|
|
479
608
|
* The level of validation to return from the API. If no values are provided, the
|
|
480
609
|
* default would return `WARNING` and `ERROR` level validation results.
|
|
610
|
+
*
|
|
611
|
+
* @category Models
|
|
481
612
|
*/
|
|
482
613
|
export interface ValidationOptionsForUpdate {
|
|
483
614
|
levels?: ("WARNING" | "ERROR")[];
|
|
484
615
|
}
|
|
485
|
-
/**
|
|
616
|
+
/**
|
|
617
|
+
* Details about a workflow.
|
|
618
|
+
*
|
|
619
|
+
* @category Models
|
|
620
|
+
*/
|
|
486
621
|
export interface Workflow {
|
|
487
622
|
/** The creation date of the workflow. */
|
|
488
623
|
created?: string;
|
|
@@ -507,6 +642,7 @@ export interface Workflow {
|
|
|
507
642
|
/** The last edited date of the workflow. */
|
|
508
643
|
updated?: string;
|
|
509
644
|
}
|
|
645
|
+
/** @category Models */
|
|
510
646
|
export interface WorkflowCapabilities {
|
|
511
647
|
/** The Connect provided ecosystem rules available. */
|
|
512
648
|
connectRules?: AvailableWorkflowConnectRule[];
|
|
@@ -527,6 +663,8 @@ export interface WorkflowCapabilities {
|
|
|
527
663
|
/**
|
|
528
664
|
* A compound workflow transition rule condition. This object returns `nodeType`
|
|
529
665
|
* as `compound`.
|
|
666
|
+
*
|
|
667
|
+
* @category Models
|
|
530
668
|
*/
|
|
531
669
|
export interface WorkflowCompoundCondition {
|
|
532
670
|
/** The list of workflow conditions. */
|
|
@@ -535,9 +673,17 @@ export interface WorkflowCompoundCondition {
|
|
|
535
673
|
/** The compound condition operator. */
|
|
536
674
|
operator: "AND" | "OR";
|
|
537
675
|
}
|
|
538
|
-
/**
|
|
676
|
+
/**
|
|
677
|
+
* The workflow transition rule conditions tree.
|
|
678
|
+
*
|
|
679
|
+
* @category Models
|
|
680
|
+
*/
|
|
539
681
|
export type WorkflowCondition = WorkflowSimpleCondition | WorkflowCompoundCondition;
|
|
540
|
-
/**
|
|
682
|
+
/**
|
|
683
|
+
* The details of the workflows to create.
|
|
684
|
+
*
|
|
685
|
+
* @category Models
|
|
686
|
+
*/
|
|
541
687
|
export interface WorkflowCreate {
|
|
542
688
|
/** The description of the workflow to create. */
|
|
543
689
|
description?: string;
|
|
@@ -550,7 +696,11 @@ export interface WorkflowCreate {
|
|
|
550
696
|
/** The transitions of this workflow. */
|
|
551
697
|
transitions: TransitionUpdateDto[];
|
|
552
698
|
}
|
|
553
|
-
/**
|
|
699
|
+
/**
|
|
700
|
+
* The create workflows payload.
|
|
701
|
+
*
|
|
702
|
+
* @category Models
|
|
703
|
+
*/
|
|
554
704
|
export interface WorkflowCreateRequest {
|
|
555
705
|
/** The scope of the workflow. */
|
|
556
706
|
scope: WorkflowScope;
|
|
@@ -559,13 +709,18 @@ export interface WorkflowCreateRequest {
|
|
|
559
709
|
/** The details of the workflows to create. */
|
|
560
710
|
workflows: WorkflowCreate[];
|
|
561
711
|
}
|
|
562
|
-
/**
|
|
712
|
+
/**
|
|
713
|
+
* Details of the created workflows and statuses.
|
|
714
|
+
*
|
|
715
|
+
* @category Models
|
|
716
|
+
*/
|
|
563
717
|
export interface WorkflowCreateResponse {
|
|
564
718
|
/** List of created statuses. */
|
|
565
719
|
statuses?: JiraWorkflowStatus[];
|
|
566
720
|
/** List of created workflows. */
|
|
567
721
|
workflows?: JiraWorkflow[];
|
|
568
722
|
}
|
|
723
|
+
/** @category Models */
|
|
569
724
|
export interface WorkflowCreateValidateRequest {
|
|
570
725
|
/** The create workflows payload. */
|
|
571
726
|
payload: WorkflowCreateRequest;
|
|
@@ -578,6 +733,8 @@ export interface WorkflowCreateValidateRequest {
|
|
|
578
733
|
/**
|
|
579
734
|
* A reference to the location of the error. This will be null if the error does
|
|
580
735
|
* not refer to a specific element.
|
|
736
|
+
*
|
|
737
|
+
* @category Models
|
|
581
738
|
*/
|
|
582
739
|
export interface WorkflowElementReference {
|
|
583
740
|
/** A property key. */
|
|
@@ -591,27 +748,40 @@ export interface WorkflowElementReference {
|
|
|
591
748
|
/** A transition ID. */
|
|
592
749
|
transitionId?: string;
|
|
593
750
|
}
|
|
594
|
-
/**
|
|
751
|
+
/**
|
|
752
|
+
* The classic workflow identifiers.
|
|
753
|
+
*
|
|
754
|
+
* @category Models
|
|
755
|
+
*/
|
|
595
756
|
export interface WorkflowIds {
|
|
596
757
|
/** The entity ID of the workflow. */
|
|
597
758
|
entityId?: string;
|
|
598
759
|
/** The name of the workflow. */
|
|
599
760
|
name: string;
|
|
600
761
|
}
|
|
601
|
-
/**
|
|
762
|
+
/**
|
|
763
|
+
* The starting point for the statuses in the workflow.
|
|
764
|
+
*
|
|
765
|
+
* @category Models
|
|
766
|
+
*/
|
|
602
767
|
export interface WorkflowLayout {
|
|
603
768
|
/** The x axis location. */
|
|
604
769
|
x?: number;
|
|
605
770
|
/** The y axis location. */
|
|
606
771
|
y?: number;
|
|
607
772
|
}
|
|
608
|
-
/**
|
|
773
|
+
/**
|
|
774
|
+
* Operations allowed on a workflow
|
|
775
|
+
*
|
|
776
|
+
* @category Models
|
|
777
|
+
*/
|
|
609
778
|
export interface WorkflowOperations {
|
|
610
779
|
/** Whether the workflow can be deleted. */
|
|
611
780
|
canDelete: boolean;
|
|
612
781
|
/** Whether the workflow can be updated. */
|
|
613
782
|
canEdit: boolean;
|
|
614
783
|
}
|
|
784
|
+
/** @category Models */
|
|
615
785
|
export interface WorkflowReadRequest {
|
|
616
786
|
/** The list of projects and issue types to query. */
|
|
617
787
|
projectAndIssueTypes?: ProjectAndIssueTypePair[];
|
|
@@ -620,14 +790,22 @@ export interface WorkflowReadRequest {
|
|
|
620
790
|
/** The list of workflow names to query. */
|
|
621
791
|
workflowNames?: string[];
|
|
622
792
|
}
|
|
623
|
-
/**
|
|
793
|
+
/**
|
|
794
|
+
* Details of workflows and related statuses.
|
|
795
|
+
*
|
|
796
|
+
* @category Models
|
|
797
|
+
*/
|
|
624
798
|
export interface WorkflowReadResponse {
|
|
625
799
|
/** List of statuses. */
|
|
626
800
|
statuses?: JiraWorkflowStatus[];
|
|
627
801
|
/** List of workflows. */
|
|
628
802
|
workflows?: JiraWorkflow[];
|
|
629
803
|
}
|
|
630
|
-
/**
|
|
804
|
+
/**
|
|
805
|
+
* The statuses referenced in the workflow.
|
|
806
|
+
*
|
|
807
|
+
* @category Models
|
|
808
|
+
*/
|
|
631
809
|
export interface WorkflowReferenceStatus {
|
|
632
810
|
/** Indicates if the status is deprecated. */
|
|
633
811
|
deprecated?: boolean;
|
|
@@ -640,7 +818,11 @@ export interface WorkflowReferenceStatus {
|
|
|
640
818
|
/** The reference of the status. */
|
|
641
819
|
statusReference?: string;
|
|
642
820
|
}
|
|
643
|
-
/**
|
|
821
|
+
/**
|
|
822
|
+
* The configuration of the rule.
|
|
823
|
+
*
|
|
824
|
+
* @category Models
|
|
825
|
+
*/
|
|
644
826
|
export interface WorkflowRuleConfiguration {
|
|
645
827
|
/** The ID of the rule. */
|
|
646
828
|
id?: string | null;
|
|
@@ -651,7 +833,11 @@ export interface WorkflowRuleConfiguration {
|
|
|
651
833
|
/** The rule key of the rule. */
|
|
652
834
|
ruleKey: string;
|
|
653
835
|
}
|
|
654
|
-
/**
|
|
836
|
+
/**
|
|
837
|
+
* A collection of transition rules.
|
|
838
|
+
*
|
|
839
|
+
* @category Models
|
|
840
|
+
*/
|
|
655
841
|
export interface WorkflowRules {
|
|
656
842
|
/** The workflow transition rule conditions tree. */
|
|
657
843
|
conditionsTree?: WorkflowCondition;
|
|
@@ -660,7 +846,11 @@ export interface WorkflowRules {
|
|
|
660
846
|
/** The workflow validators. */
|
|
661
847
|
validators?: WorkflowTransitionRule[];
|
|
662
848
|
}
|
|
663
|
-
/**
|
|
849
|
+
/**
|
|
850
|
+
* The ID and the name of the workflow scheme.
|
|
851
|
+
*
|
|
852
|
+
* @category Models
|
|
853
|
+
*/
|
|
664
854
|
export interface WorkflowSchemeIdName {
|
|
665
855
|
/** The ID of the workflow scheme. */
|
|
666
856
|
id: string;
|
|
@@ -670,6 +860,8 @@ export interface WorkflowSchemeIdName {
|
|
|
670
860
|
/**
|
|
671
861
|
* A workflow transition rule condition. This object returns `nodeType` as
|
|
672
862
|
* `simple`.
|
|
863
|
+
*
|
|
864
|
+
* @category Models
|
|
673
865
|
*/
|
|
674
866
|
export interface WorkflowSimpleCondition {
|
|
675
867
|
/** EXPERIMENTAL. The configuration of the transition rule. */
|
|
@@ -680,7 +872,11 @@ export interface WorkflowSimpleCondition {
|
|
|
680
872
|
/** The type of the transition rule. */
|
|
681
873
|
type: string;
|
|
682
874
|
}
|
|
683
|
-
/**
|
|
875
|
+
/**
|
|
876
|
+
* Details of a workflow status.
|
|
877
|
+
*
|
|
878
|
+
* @category Models
|
|
879
|
+
*/
|
|
684
880
|
export interface WorkflowStatus {
|
|
685
881
|
/** The ID of the issue status. */
|
|
686
882
|
id: string;
|
|
@@ -705,6 +901,7 @@ export interface WorkflowStatus {
|
|
|
705
901
|
* The status reference and port that a transition is connected to.
|
|
706
902
|
*
|
|
707
903
|
* @deprecated
|
|
904
|
+
* @category Models
|
|
708
905
|
*/
|
|
709
906
|
export interface WorkflowStatusAndPort {
|
|
710
907
|
/** The port the transition is connected to this status. */
|
|
@@ -712,14 +909,22 @@ export interface WorkflowStatusAndPort {
|
|
|
712
909
|
/** The reference of this status. */
|
|
713
910
|
statusReference?: string;
|
|
714
911
|
}
|
|
715
|
-
/**
|
|
912
|
+
/**
|
|
913
|
+
* The x and y location of the status in the workflow.
|
|
914
|
+
*
|
|
915
|
+
* @category Models
|
|
916
|
+
*/
|
|
716
917
|
export interface WorkflowStatusLayout {
|
|
717
918
|
/** The x axis location. */
|
|
718
919
|
x?: number | null;
|
|
719
920
|
/** The y axis location. */
|
|
720
921
|
y?: number | null;
|
|
721
922
|
}
|
|
722
|
-
/**
|
|
923
|
+
/**
|
|
924
|
+
* Details of the status being updated.
|
|
925
|
+
*
|
|
926
|
+
* @category Models
|
|
927
|
+
*/
|
|
723
928
|
export interface WorkflowStatusUpdate extends Record<string, unknown> {
|
|
724
929
|
/** The description of the status. */
|
|
725
930
|
description?: string;
|
|
@@ -735,6 +940,8 @@ export interface WorkflowStatusUpdate extends Record<string, unknown> {
|
|
|
735
940
|
/**
|
|
736
941
|
* The statuses the transition can start from, and the mapping of ports between
|
|
737
942
|
* the statuses.
|
|
943
|
+
*
|
|
944
|
+
* @category Models
|
|
738
945
|
*/
|
|
739
946
|
export interface WorkflowTransitionLinks {
|
|
740
947
|
/** The port that the transition starts from. */
|
|
@@ -744,7 +951,11 @@ export interface WorkflowTransitionLinks {
|
|
|
744
951
|
/** The port that the transition goes to. */
|
|
745
952
|
toPort?: number | null;
|
|
746
953
|
}
|
|
747
|
-
/**
|
|
954
|
+
/**
|
|
955
|
+
* A workflow transition rule.
|
|
956
|
+
*
|
|
957
|
+
* @category Models
|
|
958
|
+
*/
|
|
748
959
|
export interface WorkflowTransitionRule {
|
|
749
960
|
/** EXPERIMENTAL. The configuration of the transition rule. */
|
|
750
961
|
configuration?: unknown;
|
|
@@ -755,6 +966,8 @@ export interface WorkflowTransitionRule {
|
|
|
755
966
|
* The transitions of the workflow. Note that a transition can have either the
|
|
756
967
|
* deprecated `to`/`from` fields or the `toStatusReference`/`links` fields, but
|
|
757
968
|
* never both nor a combination.
|
|
969
|
+
*
|
|
970
|
+
* @category Models
|
|
758
971
|
*/
|
|
759
972
|
export interface WorkflowTransitions {
|
|
760
973
|
/** The post-functions of the transition. */
|
|
@@ -802,7 +1015,11 @@ export interface WorkflowTransitions {
|
|
|
802
1015
|
/** The validators of the transition. */
|
|
803
1016
|
validators?: (WorkflowRuleConfiguration | null)[];
|
|
804
1017
|
}
|
|
805
|
-
/**
|
|
1018
|
+
/**
|
|
1019
|
+
* The trigger configuration associated with a workflow.
|
|
1020
|
+
*
|
|
1021
|
+
* @category Models
|
|
1022
|
+
*/
|
|
806
1023
|
export interface WorkflowTrigger {
|
|
807
1024
|
/** The ID of the trigger. */
|
|
808
1025
|
id?: string;
|
|
@@ -813,7 +1030,11 @@ export interface WorkflowTrigger {
|
|
|
813
1030
|
/** The rule key of the trigger. */
|
|
814
1031
|
ruleKey: string;
|
|
815
1032
|
}
|
|
816
|
-
/**
|
|
1033
|
+
/**
|
|
1034
|
+
* The details of the workflows to update.
|
|
1035
|
+
*
|
|
1036
|
+
* @category Models
|
|
1037
|
+
*/
|
|
817
1038
|
export interface WorkflowUpdate extends Record<string, unknown> {
|
|
818
1039
|
/** The mapping of old to new status ID. */
|
|
819
1040
|
defaultStatusMappings?: StatusMigration[];
|
|
@@ -832,13 +1053,18 @@ export interface WorkflowUpdate extends Record<string, unknown> {
|
|
|
832
1053
|
/** The current version details of this workflow scheme. */
|
|
833
1054
|
version: DocumentVersion;
|
|
834
1055
|
}
|
|
835
|
-
/**
|
|
1056
|
+
/**
|
|
1057
|
+
* The update workflows payload.
|
|
1058
|
+
*
|
|
1059
|
+
* @category Models
|
|
1060
|
+
*/
|
|
836
1061
|
export interface WorkflowUpdateRequest {
|
|
837
1062
|
/** The statuses to associate with the workflows. */
|
|
838
1063
|
statuses: WorkflowStatusUpdate[];
|
|
839
1064
|
/** The details of the workflows to update. */
|
|
840
1065
|
workflows: WorkflowUpdate[];
|
|
841
1066
|
}
|
|
1067
|
+
/** @category Models */
|
|
842
1068
|
export interface WorkflowUpdateResponse {
|
|
843
1069
|
/** List of updated statuses. */
|
|
844
1070
|
statuses?: JiraWorkflowStatus[];
|
|
@@ -850,6 +1076,7 @@ export interface WorkflowUpdateResponse {
|
|
|
850
1076
|
/** List of updated workflows. */
|
|
851
1077
|
workflows?: JiraWorkflow[];
|
|
852
1078
|
}
|
|
1079
|
+
/** @category Models */
|
|
853
1080
|
export interface WorkflowUpdateValidateRequestBean {
|
|
854
1081
|
/** The update workflows payload. */
|
|
855
1082
|
payload: WorkflowUpdateRequest;
|
|
@@ -859,7 +1086,11 @@ export interface WorkflowUpdateValidateRequestBean {
|
|
|
859
1086
|
*/
|
|
860
1087
|
validationOptions?: ValidationOptionsForUpdate;
|
|
861
1088
|
}
|
|
862
|
-
/**
|
|
1089
|
+
/**
|
|
1090
|
+
* The details about a workflow validation error.
|
|
1091
|
+
*
|
|
1092
|
+
* @category Models
|
|
1093
|
+
*/
|
|
863
1094
|
export interface WorkflowValidationError {
|
|
864
1095
|
/** An error code. */
|
|
865
1096
|
code?: string;
|
|
@@ -875,6 +1106,7 @@ export interface WorkflowValidationError {
|
|
|
875
1106
|
/** The type of element the error or warning references. */
|
|
876
1107
|
type?: "RULE" | "STATUS" | "STATUS_LAYOUT" | "STATUS_PROPERTY" | "WORKFLOW" | "TRANSITION" | "TRANSITION_PROPERTY" | "SCOPE" | "STATUS_MAPPING" | "TRIGGER";
|
|
877
1108
|
}
|
|
1109
|
+
/** @category Models */
|
|
878
1110
|
export interface WorkflowValidationErrorList {
|
|
879
1111
|
/** The list of validation errors. */
|
|
880
1112
|
errors?: WorkflowValidationError[];
|