@resolution/jira-api-client 0.13.4 → 0.14.0
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/lib/openapi/core/CommonHttpClient.d.ts +1 -1
- package/lib/openapi/core/CommonHttpClient.js +1 -1
- package/lib/openapi/core/CommonHttpClient.js.map +1 -1
- package/lib/openapi/platform/BaseJiraPlatformApiClient.d.ts +33 -4
- package/lib/openapi/platform/BaseJiraPlatformApiClient.js +33 -1
- package/lib/openapi/platform/BaseJiraPlatformApiClient.js.map +1 -1
- package/lib/openapi/platform/models/appProperties.d.ts +1 -1
- package/lib/openapi/platform/models/common.d.ts +3 -2
- package/lib/openapi/platform/models/common.js.map +1 -1
- package/lib/openapi/platform/models/dynamicModules.d.ts +2 -2
- package/lib/openapi/platform/models/issueBulkOperations.d.ts +23 -0
- package/lib/openapi/platform/models/issueBulkOperations.js +12 -0
- package/lib/openapi/platform/models/issueBulkOperations.js.map +1 -1
- package/lib/openapi/platform/models/issueCustomFieldAssociations.d.ts +36 -0
- package/lib/openapi/platform/models/issueCustomFieldAssociations.js +20 -0
- package/lib/openapi/platform/models/issueCustomFieldAssociations.js.map +1 -0
- package/lib/openapi/platform/models/issueSearch.d.ts +1 -1
- package/lib/openapi/platform/models/issues.d.ts +3 -3
- package/lib/openapi/platform/models/jiraExpressions.d.ts +4 -4
- package/lib/openapi/platform/models/jql.d.ts +2 -0
- package/lib/openapi/platform/models/jql.js +12 -3
- package/lib/openapi/platform/models/jql.js.map +1 -1
- package/lib/openapi/platform/models/plans.d.ts +2 -0
- package/lib/openapi/platform/models/plans.js +1 -0
- package/lib/openapi/platform/models/plans.js.map +1 -1
- package/lib/openapi/platform/models/projectTemplates.d.ts +2060 -0
- package/lib/openapi/platform/models/projectTemplates.js +433 -0
- package/lib/openapi/platform/models/projectTemplates.js.map +1 -0
- package/lib/openapi/platform/models/uiModificationsApps.d.ts +3 -3
- package/lib/openapi/platform/models/uiModificationsApps.js +3 -3
- package/lib/openapi/platform/models/uiModificationsApps.js.map +1 -1
- package/lib/openapi/platform/models/usernavproperties.d.ts +8 -0
- package/lib/openapi/platform/models/usernavproperties.js +12 -0
- package/lib/openapi/platform/models/usernavproperties.js.map +1 -0
- package/lib/openapi/platform/models/workflows.d.ts +16 -64
- package/lib/openapi/platform/models/workflows.js +11 -20
- package/lib/openapi/platform/models/workflows.js.map +1 -1
- package/lib/openapi/platform/services/AnnouncementBannerService.d.ts +3 -1
- package/lib/openapi/platform/services/AnnouncementBannerService.js.map +1 -1
- package/lib/openapi/platform/services/AppMigrationService.d.ts +3 -1
- package/lib/openapi/platform/services/AppMigrationService.js.map +1 -1
- package/lib/openapi/platform/services/AppPropertiesService.d.ts +4 -4
- package/lib/openapi/platform/services/AppPropertiesService.js +4 -4
- package/lib/openapi/platform/services/DashboardsService.d.ts +21 -7
- package/lib/openapi/platform/services/DashboardsService.js.map +1 -1
- package/lib/openapi/platform/services/FilterSharingService.d.ts +6 -2
- package/lib/openapi/platform/services/FilterSharingService.js.map +1 -1
- package/lib/openapi/platform/services/FiltersService.d.ts +9 -3
- package/lib/openapi/platform/services/FiltersService.js.map +1 -1
- package/lib/openapi/platform/services/GroupsService.d.ts +6 -2
- package/lib/openapi/platform/services/GroupsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueBulkOperationsService.d.ts +98 -7
- package/lib/openapi/platform/services/IssueBulkOperationsService.js +94 -3
- package/lib/openapi/platform/services/IssueBulkOperationsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCommentsService.d.ts +13 -3
- package/lib/openapi/platform/services/IssueCommentsService.js +4 -0
- package/lib/openapi/platform/services/IssueCommentsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCustomFieldAssociationsService.d.ts +132 -0
- package/lib/openapi/platform/services/IssueCustomFieldAssociationsService.js +118 -0
- package/lib/openapi/platform/services/IssueCustomFieldAssociationsService.js.map +1 -0
- package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.d.ts +6 -2
- package/lib/openapi/platform/services/IssueCustomFieldConfigurationAppsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCustomFieldContextsService.d.ts +27 -9
- package/lib/openapi/platform/services/IssueCustomFieldContextsService.js +3 -1
- package/lib/openapi/platform/services/IssueCustomFieldContextsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.d.ts +6 -2
- package/lib/openapi/platform/services/IssueCustomFieldOptionsAppsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCustomFieldOptionsService.d.ts +12 -4
- package/lib/openapi/platform/services/IssueCustomFieldOptionsService.js +3 -1
- package/lib/openapi/platform/services/IssueCustomFieldOptionsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.d.ts +6 -2
- package/lib/openapi/platform/services/IssueCustomFieldValuesAppsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueFieldConfigurationsService.d.ts +24 -8
- package/lib/openapi/platform/services/IssueFieldConfigurationsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueFieldsService.d.ts +8 -3
- package/lib/openapi/platform/services/IssueFieldsService.js +3 -2
- package/lib/openapi/platform/services/IssueFieldsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueLinkTypesService.d.ts +6 -2
- package/lib/openapi/platform/services/IssueLinkTypesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueLinksService.d.ts +3 -1
- package/lib/openapi/platform/services/IssueLinksService.js.map +1 -1
- package/lib/openapi/platform/services/IssueNotificationSchemesService.d.ts +9 -3
- package/lib/openapi/platform/services/IssueNotificationSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/IssuePrioritiesService.d.ts +12 -4
- package/lib/openapi/platform/services/IssuePrioritiesService.js.map +1 -1
- package/lib/openapi/platform/services/IssuePropertiesService.d.ts +9 -3
- package/lib/openapi/platform/services/IssuePropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueRemoteLinksService.d.ts +8 -4
- package/lib/openapi/platform/services/IssueRemoteLinksService.js +2 -2
- package/lib/openapi/platform/services/IssueRemoteLinksService.js.map +1 -1
- package/lib/openapi/platform/services/IssueResolutionsService.d.ts +12 -4
- package/lib/openapi/platform/services/IssueResolutionsService.js.map +1 -1
- package/lib/openapi/platform/services/IssueSearchService.d.ts +22 -11
- package/lib/openapi/platform/services/IssueSearchService.js.map +1 -1
- package/lib/openapi/platform/services/IssueSecuritySchemesService.d.ts +21 -7
- package/lib/openapi/platform/services/IssueSecuritySchemesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueTypePropertiesService.d.ts +3 -1
- package/lib/openapi/platform/services/IssueTypePropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueTypeSchemesService.d.ts +15 -5
- package/lib/openapi/platform/services/IssueTypeSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueTypeScreenSchemesService.d.ts +18 -6
- package/lib/openapi/platform/services/IssueTypeScreenSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueTypesService.d.ts +9 -2
- package/lib/openapi/platform/services/IssueTypesService.js +3 -0
- package/lib/openapi/platform/services/IssueTypesService.js.map +1 -1
- package/lib/openapi/platform/services/IssueWatchersService.d.ts +3 -1
- package/lib/openapi/platform/services/IssueWatchersService.js.map +1 -1
- package/lib/openapi/platform/services/IssueWorklogsService.d.ts +15 -5
- package/lib/openapi/platform/services/IssueWorklogsService.js.map +1 -1
- package/lib/openapi/platform/services/IssuesService.d.ts +36 -12
- package/lib/openapi/platform/services/IssuesService.js.map +1 -1
- package/lib/openapi/platform/services/JiraExpressionsService.d.ts +9 -3
- package/lib/openapi/platform/services/JiraExpressionsService.js.map +1 -1
- package/lib/openapi/platform/services/JiraSettingsService.d.ts +3 -1
- package/lib/openapi/platform/services/JiraSettingsService.js.map +1 -1
- package/lib/openapi/platform/services/JqlFunctionsAppsService.d.ts +6 -2
- package/lib/openapi/platform/services/JqlFunctionsAppsService.js.map +1 -1
- package/lib/openapi/platform/services/JqlService.d.ts +15 -7
- package/lib/openapi/platform/services/JqlService.js +3 -3
- package/lib/openapi/platform/services/JqlService.js.map +1 -1
- package/lib/openapi/platform/services/MyselfService.d.ts +3 -1
- package/lib/openapi/platform/services/MyselfService.js.map +1 -1
- package/lib/openapi/platform/services/PermissionSchemesService.d.ts +15 -4
- package/lib/openapi/platform/services/PermissionSchemesService.js +6 -1
- package/lib/openapi/platform/services/PermissionSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/PermissionsService.d.ts +3 -1
- package/lib/openapi/platform/services/PermissionsService.js.map +1 -1
- package/lib/openapi/platform/services/PlansService.d.ts +9 -3
- package/lib/openapi/platform/services/PlansService.js +2 -0
- package/lib/openapi/platform/services/PlansService.js.map +1 -1
- package/lib/openapi/platform/services/PrioritySchemesService.d.ts +11 -5
- package/lib/openapi/platform/services/PrioritySchemesService.js +2 -2
- package/lib/openapi/platform/services/PrioritySchemesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectAvatarsService.d.ts +3 -1
- package/lib/openapi/platform/services/ProjectAvatarsService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectCategoriesService.d.ts +6 -2
- package/lib/openapi/platform/services/ProjectCategoriesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectClassificationLevelsService.d.ts +3 -1
- package/lib/openapi/platform/services/ProjectClassificationLevelsService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectComponentsService.d.ts +6 -2
- package/lib/openapi/platform/services/ProjectComponentsService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectEmailService.d.ts +3 -1
- package/lib/openapi/platform/services/ProjectEmailService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectFeaturesService.d.ts +3 -1
- package/lib/openapi/platform/services/ProjectFeaturesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectPermissionSchemesService.d.ts +3 -1
- package/lib/openapi/platform/services/ProjectPermissionSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectPropertiesService.d.ts +3 -1
- package/lib/openapi/platform/services/ProjectPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectRoleActorsService.d.ts +9 -3
- package/lib/openapi/platform/services/ProjectRoleActorsService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectRolesService.d.ts +9 -3
- package/lib/openapi/platform/services/ProjectRolesService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectTemplatesService.d.ts +42 -0
- package/lib/openapi/platform/services/ProjectTemplatesService.js +59 -0
- package/lib/openapi/platform/services/ProjectTemplatesService.js.map +1 -0
- package/lib/openapi/platform/services/ProjectVersionsService.d.ts +15 -5
- package/lib/openapi/platform/services/ProjectVersionsService.js.map +1 -1
- package/lib/openapi/platform/services/ProjectsService.d.ts +6 -2
- package/lib/openapi/platform/services/ProjectsService.js.map +1 -1
- package/lib/openapi/platform/services/ScreenSchemesService.d.ts +6 -2
- package/lib/openapi/platform/services/ScreenSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/ScreenTabFieldsService.d.ts +3 -1
- package/lib/openapi/platform/services/ScreenTabFieldsService.js.map +1 -1
- package/lib/openapi/platform/services/ScreenTabsService.d.ts +3 -1
- package/lib/openapi/platform/services/ScreenTabsService.js.map +1 -1
- package/lib/openapi/platform/services/ScreensService.d.ts +6 -2
- package/lib/openapi/platform/services/ScreensService.js.map +1 -1
- package/lib/openapi/platform/services/ServiceRegistryService.d.ts +1 -1
- package/lib/openapi/platform/services/StatusService.d.ts +6 -2
- package/lib/openapi/platform/services/StatusService.js.map +1 -1
- package/lib/openapi/platform/services/TeamsInPlanService.d.ts +8 -4
- package/lib/openapi/platform/services/TeamsInPlanService.js.map +1 -1
- package/lib/openapi/platform/services/TimeTrackingService.d.ts +7 -3
- package/lib/openapi/platform/services/TimeTrackingService.js +1 -1
- package/lib/openapi/platform/services/TimeTrackingService.js.map +1 -1
- package/lib/openapi/platform/services/UiModificationsAppsService.d.ts +6 -2
- package/lib/openapi/platform/services/UiModificationsAppsService.js.map +1 -1
- package/lib/openapi/platform/services/UsernavpropertiesService.d.ts +70 -0
- package/lib/openapi/platform/services/UsernavpropertiesService.js +108 -0
- package/lib/openapi/platform/services/UsernavpropertiesService.js.map +1 -0
- package/lib/openapi/platform/services/UsersService.d.ts +3 -1
- package/lib/openapi/platform/services/UsersService.js.map +1 -1
- package/lib/openapi/platform/services/WebhooksService.d.ts +9 -3
- package/lib/openapi/platform/services/WebhooksService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowSchemeDraftsService.d.ts +15 -5
- package/lib/openapi/platform/services/WorkflowSchemeDraftsService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowSchemeProjectAssociationsService.d.ts +3 -1
- package/lib/openapi/platform/services/WorkflowSchemeProjectAssociationsService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowSchemesService.d.ts +24 -8
- package/lib/openapi/platform/services/WorkflowSchemesService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowStatusesService.d.ts +6 -2
- package/lib/openapi/platform/services/WorkflowStatusesService.js +6 -2
- package/lib/openapi/platform/services/WorkflowStatusesService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.d.ts +6 -2
- package/lib/openapi/platform/services/WorkflowTransitionPropertiesService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowTransitionRulesService.d.ts +6 -2
- package/lib/openapi/platform/services/WorkflowTransitionRulesService.js.map +1 -1
- package/lib/openapi/platform/services/WorkflowsService.d.ts +162 -167
- package/lib/openapi/platform/services/WorkflowsService.js +80 -85
- package/lib/openapi/platform/services/WorkflowsService.js.map +1 -1
- package/lib/openapi/serviceManagement/BaseJiraServiceManagementApiClient.d.ts +1 -1
- package/lib/openapi/serviceManagement/BaseJiraServiceManagementApiClient.js +1 -1
- package/lib/openapi/serviceManagement/models/knowledgebase.js +1 -1
- package/lib/openapi/serviceManagement/models/knowledgebase.js.map +1 -1
- package/lib/openapi/serviceManagement/services/CustomerService.d.ts +3 -1
- package/lib/openapi/serviceManagement/services/CustomerService.js.map +1 -1
- package/lib/openapi/serviceManagement/services/OrganizationService.d.ts +18 -6
- package/lib/openapi/serviceManagement/services/OrganizationService.js.map +1 -1
- package/lib/openapi/serviceManagement/services/RequestService.d.ts +24 -8
- package/lib/openapi/serviceManagement/services/RequestService.js.map +1 -1
- package/lib/openapi/serviceManagement/services/ServicedeskService.d.ts +9 -3
- package/lib/openapi/serviceManagement/services/ServicedeskService.js.map +1 -1
- package/lib/openapi/software/models/board.d.ts +3 -2
- package/lib/openapi/software/models/board.js.map +1 -1
- package/lib/openapi/software/models/builds.d.ts +3 -3
- package/lib/openapi/software/models/builds.js +1 -1
- package/lib/openapi/software/models/builds.js.map +1 -1
- package/lib/openapi/software/models/common.d.ts +2 -2
- package/lib/openapi/software/models/deployments.d.ts +5 -5
- package/lib/openapi/software/models/deployments.js +3 -3
- package/lib/openapi/software/models/deployments.js.map +1 -1
- package/lib/openapi/software/models/devOpsComponents.d.ts +3 -3
- package/lib/openapi/software/models/developmentInformation.d.ts +10 -10
- package/lib/openapi/software/models/developmentInformation.js +1 -1
- package/lib/openapi/software/models/developmentInformation.js.map +1 -1
- package/lib/openapi/software/models/featureFlags.d.ts +4 -4
- package/lib/openapi/software/models/featureFlags.js +1 -1
- package/lib/openapi/software/models/featureFlags.js.map +1 -1
- package/lib/openapi/software/models/operations.d.ts +12 -12
- package/lib/openapi/software/models/operations.js +2 -2
- package/lib/openapi/software/models/operations.js.map +1 -1
- package/lib/openapi/software/models/remoteLinks.d.ts +6 -6
- package/lib/openapi/software/models/remoteLinks.js +5 -5
- package/lib/openapi/software/models/remoteLinks.js.map +1 -1
- package/lib/openapi/software/models/securityInformation.d.ts +8 -8
- package/lib/openapi/software/models/securityInformation.js +4 -4
- package/lib/openapi/software/models/securityInformation.js.map +1 -1
- package/lib/openapi/software/services/BacklogService.d.ts +6 -2
- package/lib/openapi/software/services/BacklogService.js.map +1 -1
- package/lib/openapi/software/services/BoardService.d.ts +6 -2
- package/lib/openapi/software/services/BoardService.js.map +1 -1
- package/lib/openapi/software/services/DevOpsComponentsService.js +1 -1
- package/lib/openapi/software/services/DevOpsComponentsService.js.map +1 -1
- package/lib/openapi/software/services/EpicService.d.ts +12 -4
- package/lib/openapi/software/services/EpicService.js.map +1 -1
- package/lib/openapi/software/services/IssueService.d.ts +6 -2
- package/lib/openapi/software/services/IssueService.js.map +1 -1
- package/lib/openapi/software/services/OperationsService.js +2 -2
- package/lib/openapi/software/services/OperationsService.js.map +1 -1
- package/lib/openapi/software/services/SprintService.d.ts +15 -5
- package/lib/openapi/software/services/SprintService.js.map +1 -1
- package/package.json +3 -3
|
@@ -893,8 +893,9 @@ export declare class WorkflowsService extends CommonHttpService {
|
|
|
893
893
|
* The workflow details.
|
|
894
894
|
*
|
|
895
895
|
* @example
|
|
896
|
+
* ```
|
|
896
897
|
* {
|
|
897
|
-
*
|
|
898
|
+
* "description": "This is a workflow used for Stories and Tasks",
|
|
898
899
|
* "name": "Workflow 1",
|
|
899
900
|
* "statuses": [
|
|
900
901
|
* {
|
|
@@ -990,6 +991,7 @@ export declare class WorkflowsService extends CommonHttpService {
|
|
|
990
991
|
* }
|
|
991
992
|
* ]
|
|
992
993
|
* }
|
|
994
|
+
* ```
|
|
993
995
|
*/
|
|
994
996
|
createWorkflowDetails: CreateWorkflowDetails;
|
|
995
997
|
}) => Promise<WorkflowIds>;
|
|
@@ -1088,13 +1090,11 @@ export declare class WorkflowsService extends CommonHttpService {
|
|
|
1088
1090
|
* {
|
|
1089
1091
|
* "actions": [],
|
|
1090
1092
|
* "description": "",
|
|
1091
|
-
* "
|
|
1092
|
-
* "
|
|
1093
|
-
* "name": "
|
|
1093
|
+
* "id": "11",
|
|
1094
|
+
* "links": [],
|
|
1095
|
+
* "name": "To Do",
|
|
1094
1096
|
* "properties": {},
|
|
1095
|
-
* "
|
|
1096
|
-
* "statusReference": "10003"
|
|
1097
|
-
* },
|
|
1097
|
+
* "toStatusReference": "10001",
|
|
1098
1098
|
* "triggers": [],
|
|
1099
1099
|
* "type": "GLOBAL",
|
|
1100
1100
|
* "validators": []
|
|
@@ -1102,43 +1102,43 @@ export declare class WorkflowsService extends CommonHttpService {
|
|
|
1102
1102
|
* {
|
|
1103
1103
|
* "actions": [],
|
|
1104
1104
|
* "description": "",
|
|
1105
|
-
* "
|
|
1106
|
-
* "
|
|
1107
|
-
* "name": "
|
|
1105
|
+
* "id": "21",
|
|
1106
|
+
* "links": [],
|
|
1107
|
+
* "name": "In Progress",
|
|
1108
1108
|
* "properties": {},
|
|
1109
|
-
* "
|
|
1110
|
-
* "statusReference": "10001"
|
|
1111
|
-
* },
|
|
1109
|
+
* "toStatusReference": "10002",
|
|
1112
1110
|
* "triggers": [],
|
|
1113
|
-
* "type": "
|
|
1111
|
+
* "type": "GLOBAL",
|
|
1114
1112
|
* "validators": []
|
|
1115
1113
|
* },
|
|
1116
1114
|
* {
|
|
1117
1115
|
* "actions": [],
|
|
1118
1116
|
* "description": "",
|
|
1119
|
-
* "
|
|
1120
|
-
* "
|
|
1121
|
-
* "name": "
|
|
1117
|
+
* "id": "1",
|
|
1118
|
+
* "links": [],
|
|
1119
|
+
* "name": "Create",
|
|
1122
1120
|
* "properties": {},
|
|
1123
|
-
* "
|
|
1124
|
-
* "statusReference": "10002"
|
|
1125
|
-
* },
|
|
1121
|
+
* "toStatusReference": "10001",
|
|
1126
1122
|
* "triggers": [],
|
|
1127
|
-
* "type": "
|
|
1123
|
+
* "type": "INITIAL",
|
|
1128
1124
|
* "validators": []
|
|
1129
1125
|
* },
|
|
1130
1126
|
* {
|
|
1131
1127
|
* "actions": [],
|
|
1132
|
-
* "description": "",
|
|
1133
|
-
* "
|
|
1134
|
-
* "
|
|
1135
|
-
*
|
|
1128
|
+
* "description": "Move a work item from in progress to done",
|
|
1129
|
+
* "id": "31",
|
|
1130
|
+
* "links": [
|
|
1131
|
+
* {
|
|
1132
|
+
* "fromPort": 0,
|
|
1133
|
+
* "fromStatusReference": "10002",
|
|
1134
|
+
* "toPort": 1
|
|
1135
|
+
* }
|
|
1136
|
+
* ],
|
|
1137
|
+
* "name": "Done",
|
|
1136
1138
|
* "properties": {},
|
|
1137
|
-
* "
|
|
1138
|
-
* "statusReference": "10001"
|
|
1139
|
-
* },
|
|
1139
|
+
* "toStatusReference": "10003",
|
|
1140
1140
|
* "triggers": [],
|
|
1141
|
-
* "type": "
|
|
1141
|
+
* "type": "DIRECTED",
|
|
1142
1142
|
* "validators": []
|
|
1143
1143
|
* }
|
|
1144
1144
|
* ],
|
|
@@ -1160,8 +1160,9 @@ export declare class WorkflowsService extends CommonHttpService {
|
|
|
1160
1160
|
createWorkflows: ({ workflowCreateRequest }: {
|
|
1161
1161
|
/**
|
|
1162
1162
|
* @example
|
|
1163
|
+
* ```
|
|
1163
1164
|
* {
|
|
1164
|
-
*
|
|
1165
|
+
* "scope": {
|
|
1165
1166
|
* "type": "GLOBAL"
|
|
1166
1167
|
* },
|
|
1167
1168
|
* "statuses": [
|
|
@@ -1222,13 +1223,11 @@ export declare class WorkflowsService extends CommonHttpService {
|
|
|
1222
1223
|
* {
|
|
1223
1224
|
* "actions": [],
|
|
1224
1225
|
* "description": "",
|
|
1225
|
-
* "from": [],
|
|
1226
1226
|
* "id": "1",
|
|
1227
|
+
* "links": [],
|
|
1227
1228
|
* "name": "Create",
|
|
1228
1229
|
* "properties": {},
|
|
1229
|
-
* "
|
|
1230
|
-
* "statusReference": "f0b24de5-25e7-4fab-ab94-63d81db6c0c0"
|
|
1231
|
-
* },
|
|
1230
|
+
* "toStatusReference": "f0b24de5-25e7-4fab-ab94-63d81db6c0c0",
|
|
1232
1231
|
* "triggers": [],
|
|
1233
1232
|
* "type": "INITIAL",
|
|
1234
1233
|
* "validators": []
|
|
@@ -1236,13 +1235,11 @@ export declare class WorkflowsService extends CommonHttpService {
|
|
|
1236
1235
|
* {
|
|
1237
1236
|
* "actions": [],
|
|
1238
1237
|
* "description": "",
|
|
1239
|
-
* "from": [],
|
|
1240
1238
|
* "id": "11",
|
|
1239
|
+
* "links": [],
|
|
1241
1240
|
* "name": "To Do",
|
|
1242
1241
|
* "properties": {},
|
|
1243
|
-
* "
|
|
1244
|
-
* "statusReference": "f0b24de5-25e7-4fab-ab94-63d81db6c0c0"
|
|
1245
|
-
* },
|
|
1242
|
+
* "toStatusReference": "f0b24de5-25e7-4fab-ab94-63d81db6c0c0",
|
|
1246
1243
|
* "triggers": [],
|
|
1247
1244
|
* "type": "GLOBAL",
|
|
1248
1245
|
* "validators": []
|
|
@@ -1250,35 +1247,38 @@ export declare class WorkflowsService extends CommonHttpService {
|
|
|
1250
1247
|
* {
|
|
1251
1248
|
* "actions": [],
|
|
1252
1249
|
* "description": "",
|
|
1253
|
-
* "from": [],
|
|
1254
1250
|
* "id": "21",
|
|
1251
|
+
* "links": [],
|
|
1255
1252
|
* "name": "In Progress",
|
|
1256
1253
|
* "properties": {},
|
|
1257
|
-
* "
|
|
1258
|
-
* "statusReference": "c7a35bf0-c127-4aa6-869f-4033730c61d8"
|
|
1259
|
-
* },
|
|
1254
|
+
* "toStatusReference": "c7a35bf0-c127-4aa6-869f-4033730c61d8",
|
|
1260
1255
|
* "triggers": [],
|
|
1261
1256
|
* "type": "GLOBAL",
|
|
1262
1257
|
* "validators": []
|
|
1263
1258
|
* },
|
|
1264
1259
|
* {
|
|
1265
1260
|
* "actions": [],
|
|
1266
|
-
* "description": "",
|
|
1267
|
-
* "from": [],
|
|
1261
|
+
* "description": "Move a work item from in progress to done",
|
|
1268
1262
|
* "id": "31",
|
|
1263
|
+
* "links": [
|
|
1264
|
+
* {
|
|
1265
|
+
* "fromPort": 0,
|
|
1266
|
+
* "fromStatusReference": "c7a35bf0-c127-4aa6-869f-4033730c61d8",
|
|
1267
|
+
* "toPort": 1
|
|
1268
|
+
* }
|
|
1269
|
+
* ],
|
|
1269
1270
|
* "name": "Done",
|
|
1270
1271
|
* "properties": {},
|
|
1271
|
-
* "
|
|
1272
|
-
* "statusReference": "6b3fc04d-3316-46c5-a257-65751aeb8849"
|
|
1273
|
-
* },
|
|
1272
|
+
* "toStatusReference": "6b3fc04d-3316-46c5-a257-65751aeb8849",
|
|
1274
1273
|
* "triggers": [],
|
|
1275
|
-
* "type": "
|
|
1274
|
+
* "type": "DIRECTED",
|
|
1276
1275
|
* "validators": []
|
|
1277
1276
|
* }
|
|
1278
1277
|
* ]
|
|
1279
1278
|
* }
|
|
1280
1279
|
* ]
|
|
1281
1280
|
* }
|
|
1281
|
+
* ```
|
|
1282
1282
|
*/
|
|
1283
1283
|
workflowCreateRequest: WorkflowCreateRequest;
|
|
1284
1284
|
}) => Promise<WorkflowCreateResponse>;
|
|
@@ -1740,18 +1740,6 @@ export declare class WorkflowsService extends CommonHttpService {
|
|
|
1740
1740
|
* {
|
|
1741
1741
|
* "actions": [],
|
|
1742
1742
|
* "description": "",
|
|
1743
|
-
* "id": "21",
|
|
1744
|
-
* "links": [],
|
|
1745
|
-
* "name": "In Progress",
|
|
1746
|
-
* "properties": {},
|
|
1747
|
-
* "toStatusReference": "10002",
|
|
1748
|
-
* "triggers": [],
|
|
1749
|
-
* "type": "GLOBAL",
|
|
1750
|
-
* "validators": []
|
|
1751
|
-
* },
|
|
1752
|
-
* {
|
|
1753
|
-
* "actions": [],
|
|
1754
|
-
* "description": "",
|
|
1755
1743
|
* "id": "11",
|
|
1756
1744
|
* "links": [],
|
|
1757
1745
|
* "name": "To Do",
|
|
@@ -1764,11 +1752,11 @@ export declare class WorkflowsService extends CommonHttpService {
|
|
|
1764
1752
|
* {
|
|
1765
1753
|
* "actions": [],
|
|
1766
1754
|
* "description": "",
|
|
1767
|
-
* "id": "
|
|
1755
|
+
* "id": "21",
|
|
1768
1756
|
* "links": [],
|
|
1769
|
-
* "name": "
|
|
1757
|
+
* "name": "In Progress",
|
|
1770
1758
|
* "properties": {},
|
|
1771
|
-
* "toStatusReference": "
|
|
1759
|
+
* "toStatusReference": "10002",
|
|
1772
1760
|
* "triggers": [],
|
|
1773
1761
|
* "type": "GLOBAL",
|
|
1774
1762
|
* "validators": []
|
|
@@ -1802,6 +1790,18 @@ export declare class WorkflowsService extends CommonHttpService {
|
|
|
1802
1790
|
* "triggers": [],
|
|
1803
1791
|
* "type": "INITIAL",
|
|
1804
1792
|
* "validators": []
|
|
1793
|
+
* },
|
|
1794
|
+
* {
|
|
1795
|
+
* "actions": [],
|
|
1796
|
+
* "description": "",
|
|
1797
|
+
* "id": "31",
|
|
1798
|
+
* "links": [],
|
|
1799
|
+
* "name": "Done",
|
|
1800
|
+
* "properties": {},
|
|
1801
|
+
* "toStatusReference": "10003",
|
|
1802
|
+
* "triggers": [],
|
|
1803
|
+
* "type": "GLOBAL",
|
|
1804
|
+
* "validators": []
|
|
1805
1805
|
* }
|
|
1806
1806
|
* ],
|
|
1807
1807
|
* "usages": [],
|
|
@@ -1819,7 +1819,7 @@ export declare class WorkflowsService extends CommonHttpService {
|
|
|
1819
1819
|
* @see https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-workflows#api-rest-api-3-workflows-post
|
|
1820
1820
|
* @param params
|
|
1821
1821
|
*/
|
|
1822
|
-
readWorkflows: ({ expand,
|
|
1822
|
+
readWorkflows: ({ expand, useApprovalConfiguration, workflowReadRequest }: {
|
|
1823
1823
|
/**
|
|
1824
1824
|
* Deprecated. See the [deprecation
|
|
1825
1825
|
* notice](https://developer.atlassian.com/cloud/jira/platform/changelog/#CHANGE-2298)
|
|
@@ -1834,11 +1834,6 @@ export declare class WorkflowsService extends CommonHttpService {
|
|
|
1834
1834
|
* associated with.
|
|
1835
1835
|
*/
|
|
1836
1836
|
expand?: string | undefined;
|
|
1837
|
-
/**
|
|
1838
|
-
* Return the new fields (`toStatusReference`/`links`) instead of the deprecated
|
|
1839
|
-
* fields (`to`/`from`) for workflow transition port mappings.
|
|
1840
|
-
*/
|
|
1841
|
-
useTransitionLinksFormat?: boolean | undefined;
|
|
1842
1837
|
/**
|
|
1843
1838
|
* Return the new field `approvalConfiguration` instead of the deprecated status
|
|
1844
1839
|
* properties for approval configuration.
|
|
@@ -1846,14 +1841,16 @@ export declare class WorkflowsService extends CommonHttpService {
|
|
|
1846
1841
|
useApprovalConfiguration?: boolean | undefined;
|
|
1847
1842
|
/**
|
|
1848
1843
|
* @example
|
|
1844
|
+
* ```
|
|
1849
1845
|
* {
|
|
1850
|
-
*
|
|
1846
|
+
* "projectAndIssueTypes": [],
|
|
1851
1847
|
* "workflowIds": [],
|
|
1852
1848
|
* "workflowNames": [
|
|
1853
1849
|
* "Workflow 1",
|
|
1854
1850
|
* "Workflow 2"
|
|
1855
1851
|
* ]
|
|
1856
1852
|
* }
|
|
1853
|
+
* ```
|
|
1857
1854
|
*/
|
|
1858
1855
|
workflowReadRequest: WorkflowReadRequest;
|
|
1859
1856
|
}) => Promise<WorkflowReadResponse>;
|
|
@@ -1961,18 +1958,6 @@ export declare class WorkflowsService extends CommonHttpService {
|
|
|
1961
1958
|
* {
|
|
1962
1959
|
* "actions": [],
|
|
1963
1960
|
* "description": "",
|
|
1964
|
-
* "id": "21",
|
|
1965
|
-
* "links": [],
|
|
1966
|
-
* "name": "In Progress",
|
|
1967
|
-
* "properties": {},
|
|
1968
|
-
* "toStatusReference": "10002",
|
|
1969
|
-
* "triggers": [],
|
|
1970
|
-
* "type": "GLOBAL",
|
|
1971
|
-
* "validators": []
|
|
1972
|
-
* },
|
|
1973
|
-
* {
|
|
1974
|
-
* "actions": [],
|
|
1975
|
-
* "description": "",
|
|
1976
1961
|
* "id": "11",
|
|
1977
1962
|
* "links": [],
|
|
1978
1963
|
* "name": "To Do",
|
|
@@ -1985,11 +1970,11 @@ export declare class WorkflowsService extends CommonHttpService {
|
|
|
1985
1970
|
* {
|
|
1986
1971
|
* "actions": [],
|
|
1987
1972
|
* "description": "",
|
|
1988
|
-
* "id": "
|
|
1973
|
+
* "id": "21",
|
|
1989
1974
|
* "links": [],
|
|
1990
|
-
* "name": "
|
|
1975
|
+
* "name": "In Progress",
|
|
1991
1976
|
* "properties": {},
|
|
1992
|
-
* "toStatusReference": "
|
|
1977
|
+
* "toStatusReference": "10002",
|
|
1993
1978
|
* "triggers": [],
|
|
1994
1979
|
* "type": "GLOBAL",
|
|
1995
1980
|
* "validators": []
|
|
@@ -2023,6 +2008,18 @@ export declare class WorkflowsService extends CommonHttpService {
|
|
|
2023
2008
|
* "triggers": [],
|
|
2024
2009
|
* "type": "INITIAL",
|
|
2025
2010
|
* "validators": []
|
|
2011
|
+
* },
|
|
2012
|
+
* {
|
|
2013
|
+
* "actions": [],
|
|
2014
|
+
* "description": "",
|
|
2015
|
+
* "id": "31",
|
|
2016
|
+
* "links": [],
|
|
2017
|
+
* "name": "Done",
|
|
2018
|
+
* "properties": {},
|
|
2019
|
+
* "toStatusReference": "10003",
|
|
2020
|
+
* "triggers": [],
|
|
2021
|
+
* "type": "GLOBAL",
|
|
2022
|
+
* "validators": []
|
|
2026
2023
|
* }
|
|
2027
2024
|
* ],
|
|
2028
2025
|
* "usages": [],
|
|
@@ -2167,13 +2164,11 @@ export declare class WorkflowsService extends CommonHttpService {
|
|
|
2167
2164
|
* {
|
|
2168
2165
|
* "actions": [],
|
|
2169
2166
|
* "description": "",
|
|
2170
|
-
* "
|
|
2171
|
-
* "
|
|
2172
|
-
* "name": "
|
|
2167
|
+
* "id": "21",
|
|
2168
|
+
* "links": [],
|
|
2169
|
+
* "name": "In Progress",
|
|
2173
2170
|
* "properties": {},
|
|
2174
|
-
* "
|
|
2175
|
-
* "statusReference": "10003"
|
|
2176
|
-
* },
|
|
2171
|
+
* "toStatusReference": "10002",
|
|
2177
2172
|
* "triggers": [],
|
|
2178
2173
|
* "type": "GLOBAL",
|
|
2179
2174
|
* "validators": []
|
|
@@ -2181,41 +2176,41 @@ export declare class WorkflowsService extends CommonHttpService {
|
|
|
2181
2176
|
* {
|
|
2182
2177
|
* "actions": [],
|
|
2183
2178
|
* "description": "",
|
|
2184
|
-
* "
|
|
2185
|
-
* "
|
|
2186
|
-
*
|
|
2179
|
+
* "id": "31",
|
|
2180
|
+
* "links": [
|
|
2181
|
+
* {
|
|
2182
|
+
* "fromPort": 0,
|
|
2183
|
+
* "fromStatusReference": "10002",
|
|
2184
|
+
* "toPort": 1
|
|
2185
|
+
* }
|
|
2186
|
+
* ],
|
|
2187
|
+
* "name": "Done",
|
|
2187
2188
|
* "properties": {},
|
|
2188
|
-
* "
|
|
2189
|
-
* "statusReference": "10001"
|
|
2190
|
-
* },
|
|
2189
|
+
* "toStatusReference": "10003",
|
|
2191
2190
|
* "triggers": [],
|
|
2192
|
-
* "type": "
|
|
2191
|
+
* "type": "DIRECTED",
|
|
2193
2192
|
* "validators": []
|
|
2194
2193
|
* },
|
|
2195
2194
|
* {
|
|
2196
2195
|
* "actions": [],
|
|
2197
2196
|
* "description": "",
|
|
2198
|
-
* "
|
|
2199
|
-
* "
|
|
2200
|
-
* "name": "
|
|
2197
|
+
* "id": "1",
|
|
2198
|
+
* "links": [],
|
|
2199
|
+
* "name": "Create",
|
|
2201
2200
|
* "properties": {},
|
|
2202
|
-
* "
|
|
2203
|
-
* "statusReference": "10002"
|
|
2204
|
-
* },
|
|
2201
|
+
* "toStatusReference": "10001",
|
|
2205
2202
|
* "triggers": [],
|
|
2206
|
-
* "type": "
|
|
2203
|
+
* "type": "INITIAL",
|
|
2207
2204
|
* "validators": []
|
|
2208
2205
|
* },
|
|
2209
2206
|
* {
|
|
2210
2207
|
* "actions": [],
|
|
2211
2208
|
* "description": "",
|
|
2212
|
-
* "from": [],
|
|
2213
2209
|
* "id": "11",
|
|
2210
|
+
* "links": [],
|
|
2214
2211
|
* "name": "To Do",
|
|
2215
2212
|
* "properties": {},
|
|
2216
|
-
* "
|
|
2217
|
-
* "statusReference": "10001"
|
|
2218
|
-
* },
|
|
2213
|
+
* "toStatusReference": "10002",
|
|
2219
2214
|
* "triggers": [],
|
|
2220
2215
|
* "type": "GLOBAL",
|
|
2221
2216
|
* "validators": []
|
|
@@ -2249,8 +2244,9 @@ export declare class WorkflowsService extends CommonHttpService {
|
|
|
2249
2244
|
expand?: string | undefined;
|
|
2250
2245
|
/**
|
|
2251
2246
|
* @example
|
|
2247
|
+
* ```
|
|
2252
2248
|
* {
|
|
2253
|
-
*
|
|
2249
|
+
* "statuses": [
|
|
2254
2250
|
* {
|
|
2255
2251
|
* "description": "",
|
|
2256
2252
|
* "name": "To Do",
|
|
@@ -2326,13 +2322,11 @@ export declare class WorkflowsService extends CommonHttpService {
|
|
|
2326
2322
|
* {
|
|
2327
2323
|
* "actions": [],
|
|
2328
2324
|
* "description": "",
|
|
2329
|
-
* "from": [],
|
|
2330
2325
|
* "id": "1",
|
|
2326
|
+
* "links": [],
|
|
2331
2327
|
* "name": "Create",
|
|
2332
2328
|
* "properties": {},
|
|
2333
|
-
* "
|
|
2334
|
-
* "statusReference": "f0b24de5-25e7-4fab-ab94-63d81db6c0c0"
|
|
2335
|
-
* },
|
|
2329
|
+
* "toStatusReference": "f0b24de5-25e7-4fab-ab94-63d81db6c0c0",
|
|
2336
2330
|
* "triggers": [],
|
|
2337
2331
|
* "type": "INITIAL",
|
|
2338
2332
|
* "validators": []
|
|
@@ -2340,13 +2334,11 @@ export declare class WorkflowsService extends CommonHttpService {
|
|
|
2340
2334
|
* {
|
|
2341
2335
|
* "actions": [],
|
|
2342
2336
|
* "description": "",
|
|
2343
|
-
* "from": [],
|
|
2344
2337
|
* "id": "11",
|
|
2338
|
+
* "links": [],
|
|
2345
2339
|
* "name": "To Do",
|
|
2346
2340
|
* "properties": {},
|
|
2347
|
-
* "
|
|
2348
|
-
* "statusReference": "f0b24de5-25e7-4fab-ab94-63d81db6c0c0"
|
|
2349
|
-
* },
|
|
2341
|
+
* "toStatusReference": "f0b24de5-25e7-4fab-ab94-63d81db6c0c0",
|
|
2350
2342
|
* "triggers": [],
|
|
2351
2343
|
* "type": "GLOBAL",
|
|
2352
2344
|
* "validators": []
|
|
@@ -2354,29 +2346,31 @@ export declare class WorkflowsService extends CommonHttpService {
|
|
|
2354
2346
|
* {
|
|
2355
2347
|
* "actions": [],
|
|
2356
2348
|
* "description": "",
|
|
2357
|
-
* "from": [],
|
|
2358
2349
|
* "id": "21",
|
|
2350
|
+
* "links": [],
|
|
2359
2351
|
* "name": "In Progress",
|
|
2360
2352
|
* "properties": {},
|
|
2361
|
-
* "
|
|
2362
|
-
* "statusReference": "c7a35bf0-c127-4aa6-869f-4033730c61d8"
|
|
2363
|
-
* },
|
|
2353
|
+
* "toStatusReference": "c7a35bf0-c127-4aa6-869f-4033730c61d8",
|
|
2364
2354
|
* "triggers": [],
|
|
2365
2355
|
* "type": "GLOBAL",
|
|
2366
2356
|
* "validators": []
|
|
2367
2357
|
* },
|
|
2368
2358
|
* {
|
|
2369
2359
|
* "actions": [],
|
|
2370
|
-
* "description": "",
|
|
2371
|
-
* "from": [],
|
|
2360
|
+
* "description": "Move a work item from in progress to done",
|
|
2372
2361
|
* "id": "31",
|
|
2362
|
+
* "links": [
|
|
2363
|
+
* {
|
|
2364
|
+
* "fromPort": 0,
|
|
2365
|
+
* "fromStatusReference": "c7a35bf0-c127-4aa6-869f-4033730c61d8",
|
|
2366
|
+
* "toPort": 1
|
|
2367
|
+
* }
|
|
2368
|
+
* ],
|
|
2373
2369
|
* "name": "Done",
|
|
2374
2370
|
* "properties": {},
|
|
2375
|
-
* "
|
|
2376
|
-
* "statusReference": "6b3fc04d-3316-46c5-a257-65751aeb8849"
|
|
2377
|
-
* },
|
|
2371
|
+
* "toStatusReference": "6b3fc04d-3316-46c5-a257-65751aeb8849",
|
|
2378
2372
|
* "triggers": [],
|
|
2379
|
-
* "type": "
|
|
2373
|
+
* "type": "DIRECTED",
|
|
2380
2374
|
* "validators": []
|
|
2381
2375
|
* }
|
|
2382
2376
|
* ],
|
|
@@ -2387,6 +2381,7 @@ export declare class WorkflowsService extends CommonHttpService {
|
|
|
2387
2381
|
* }
|
|
2388
2382
|
* ]
|
|
2389
2383
|
* }
|
|
2384
|
+
* ```
|
|
2390
2385
|
*/
|
|
2391
2386
|
workflowUpdateRequest: WorkflowUpdateRequest;
|
|
2392
2387
|
}) => Promise<WorkflowUpdateResponse>;
|
|
@@ -2426,8 +2421,9 @@ export declare class WorkflowsService extends CommonHttpService {
|
|
|
2426
2421
|
validateCreateWorkflows: ({ workflowCreateValidateRequest }: {
|
|
2427
2422
|
/**
|
|
2428
2423
|
* @example
|
|
2424
|
+
* ```
|
|
2429
2425
|
* {
|
|
2430
|
-
*
|
|
2426
|
+
* "payload": {
|
|
2431
2427
|
* "scope": {
|
|
2432
2428
|
* "type": "GLOBAL"
|
|
2433
2429
|
* },
|
|
@@ -2489,13 +2485,11 @@ export declare class WorkflowsService extends CommonHttpService {
|
|
|
2489
2485
|
* {
|
|
2490
2486
|
* "actions": [],
|
|
2491
2487
|
* "description": "",
|
|
2492
|
-
* "from": [],
|
|
2493
2488
|
* "id": "1",
|
|
2489
|
+
* "links": [],
|
|
2494
2490
|
* "name": "Create",
|
|
2495
2491
|
* "properties": {},
|
|
2496
|
-
* "
|
|
2497
|
-
* "statusReference": "f0b24de5-25e7-4fab-ab94-63d81db6c0c0"
|
|
2498
|
-
* },
|
|
2492
|
+
* "toStatusReference": "f0b24de5-25e7-4fab-ab94-63d81db6c0c0",
|
|
2499
2493
|
* "triggers": [],
|
|
2500
2494
|
* "type": "INITIAL",
|
|
2501
2495
|
* "validators": []
|
|
@@ -2503,13 +2497,11 @@ export declare class WorkflowsService extends CommonHttpService {
|
|
|
2503
2497
|
* {
|
|
2504
2498
|
* "actions": [],
|
|
2505
2499
|
* "description": "",
|
|
2506
|
-
* "from": [],
|
|
2507
2500
|
* "id": "11",
|
|
2501
|
+
* "links": [],
|
|
2508
2502
|
* "name": "To Do",
|
|
2509
2503
|
* "properties": {},
|
|
2510
|
-
* "
|
|
2511
|
-
* "statusReference": "f0b24de5-25e7-4fab-ab94-63d81db6c0c0"
|
|
2512
|
-
* },
|
|
2504
|
+
* "toStatusReference": "f0b24de5-25e7-4fab-ab94-63d81db6c0c0",
|
|
2513
2505
|
* "triggers": [],
|
|
2514
2506
|
* "type": "GLOBAL",
|
|
2515
2507
|
* "validators": []
|
|
@@ -2517,29 +2509,31 @@ export declare class WorkflowsService extends CommonHttpService {
|
|
|
2517
2509
|
* {
|
|
2518
2510
|
* "actions": [],
|
|
2519
2511
|
* "description": "",
|
|
2520
|
-
* "from": [],
|
|
2521
2512
|
* "id": "21",
|
|
2513
|
+
* "links": [],
|
|
2522
2514
|
* "name": "In Progress",
|
|
2523
2515
|
* "properties": {},
|
|
2524
|
-
* "
|
|
2525
|
-
* "statusReference": "c7a35bf0-c127-4aa6-869f-4033730c61d8"
|
|
2526
|
-
* },
|
|
2516
|
+
* "toStatusReference": "c7a35bf0-c127-4aa6-869f-4033730c61d8",
|
|
2527
2517
|
* "triggers": [],
|
|
2528
2518
|
* "type": "GLOBAL",
|
|
2529
2519
|
* "validators": []
|
|
2530
2520
|
* },
|
|
2531
2521
|
* {
|
|
2532
2522
|
* "actions": [],
|
|
2533
|
-
* "description": "",
|
|
2534
|
-
* "from": [],
|
|
2523
|
+
* "description": "Move a work item from in progress to done",
|
|
2535
2524
|
* "id": "31",
|
|
2525
|
+
* "links": [
|
|
2526
|
+
* {
|
|
2527
|
+
* "fromPort": 0,
|
|
2528
|
+
* "fromStatusReference": "c7a35bf0-c127-4aa6-869f-4033730c61d8",
|
|
2529
|
+
* "toPort": 1
|
|
2530
|
+
* }
|
|
2531
|
+
* ],
|
|
2536
2532
|
* "name": "Done",
|
|
2537
2533
|
* "properties": {},
|
|
2538
|
-
* "
|
|
2539
|
-
* "statusReference": "6b3fc04d-3316-46c5-a257-65751aeb8849"
|
|
2540
|
-
* },
|
|
2534
|
+
* "toStatusReference": "6b3fc04d-3316-46c5-a257-65751aeb8849",
|
|
2541
2535
|
* "triggers": [],
|
|
2542
|
-
* "type": "
|
|
2536
|
+
* "type": "DIRECTED",
|
|
2543
2537
|
* "validators": []
|
|
2544
2538
|
* }
|
|
2545
2539
|
* ]
|
|
@@ -2553,6 +2547,7 @@ export declare class WorkflowsService extends CommonHttpService {
|
|
|
2553
2547
|
* ]
|
|
2554
2548
|
* }
|
|
2555
2549
|
* }
|
|
2550
|
+
* ```
|
|
2556
2551
|
*/
|
|
2557
2552
|
workflowCreateValidateRequest: WorkflowCreateValidateRequest;
|
|
2558
2553
|
}) => Promise<WorkflowValidationErrorList>;
|
|
@@ -2592,8 +2587,9 @@ export declare class WorkflowsService extends CommonHttpService {
|
|
|
2592
2587
|
validateUpdateWorkflows: ({ workflowUpdateValidateRequestBean }: {
|
|
2593
2588
|
/**
|
|
2594
2589
|
* @example
|
|
2590
|
+
* ```
|
|
2595
2591
|
* {
|
|
2596
|
-
*
|
|
2592
|
+
* "payload": {
|
|
2597
2593
|
* "statuses": [
|
|
2598
2594
|
* {
|
|
2599
2595
|
* "description": "",
|
|
@@ -2670,13 +2666,11 @@ export declare class WorkflowsService extends CommonHttpService {
|
|
|
2670
2666
|
* {
|
|
2671
2667
|
* "actions": [],
|
|
2672
2668
|
* "description": "",
|
|
2673
|
-
* "from": [],
|
|
2674
2669
|
* "id": "1",
|
|
2670
|
+
* "links": [],
|
|
2675
2671
|
* "name": "Create",
|
|
2676
2672
|
* "properties": {},
|
|
2677
|
-
* "
|
|
2678
|
-
* "statusReference": "f0b24de5-25e7-4fab-ab94-63d81db6c0c0"
|
|
2679
|
-
* },
|
|
2673
|
+
* "toStatusReference": "f0b24de5-25e7-4fab-ab94-63d81db6c0c0",
|
|
2680
2674
|
* "triggers": [],
|
|
2681
2675
|
* "type": "INITIAL",
|
|
2682
2676
|
* "validators": []
|
|
@@ -2684,13 +2678,11 @@ export declare class WorkflowsService extends CommonHttpService {
|
|
|
2684
2678
|
* {
|
|
2685
2679
|
* "actions": [],
|
|
2686
2680
|
* "description": "",
|
|
2687
|
-
* "from": [],
|
|
2688
2681
|
* "id": "11",
|
|
2682
|
+
* "links": [],
|
|
2689
2683
|
* "name": "To Do",
|
|
2690
2684
|
* "properties": {},
|
|
2691
|
-
* "
|
|
2692
|
-
* "statusReference": "f0b24de5-25e7-4fab-ab94-63d81db6c0c0"
|
|
2693
|
-
* },
|
|
2685
|
+
* "toStatusReference": "f0b24de5-25e7-4fab-ab94-63d81db6c0c0",
|
|
2694
2686
|
* "triggers": [],
|
|
2695
2687
|
* "type": "GLOBAL",
|
|
2696
2688
|
* "validators": []
|
|
@@ -2698,29 +2690,31 @@ export declare class WorkflowsService extends CommonHttpService {
|
|
|
2698
2690
|
* {
|
|
2699
2691
|
* "actions": [],
|
|
2700
2692
|
* "description": "",
|
|
2701
|
-
* "from": [],
|
|
2702
2693
|
* "id": "21",
|
|
2694
|
+
* "links": [],
|
|
2703
2695
|
* "name": "In Progress",
|
|
2704
2696
|
* "properties": {},
|
|
2705
|
-
* "
|
|
2706
|
-
* "statusReference": "c7a35bf0-c127-4aa6-869f-4033730c61d8"
|
|
2707
|
-
* },
|
|
2697
|
+
* "toStatusReference": "c7a35bf0-c127-4aa6-869f-4033730c61d8",
|
|
2708
2698
|
* "triggers": [],
|
|
2709
2699
|
* "type": "GLOBAL",
|
|
2710
2700
|
* "validators": []
|
|
2711
2701
|
* },
|
|
2712
2702
|
* {
|
|
2713
2703
|
* "actions": [],
|
|
2714
|
-
* "description": "",
|
|
2715
|
-
* "from": [],
|
|
2704
|
+
* "description": "Move a work item from in progress to done",
|
|
2716
2705
|
* "id": "31",
|
|
2706
|
+
* "links": [
|
|
2707
|
+
* {
|
|
2708
|
+
* "fromPort": 0,
|
|
2709
|
+
* "fromStatusReference": "c7a35bf0-c127-4aa6-869f-4033730c61d8",
|
|
2710
|
+
* "toPort": 1
|
|
2711
|
+
* }
|
|
2712
|
+
* ],
|
|
2717
2713
|
* "name": "Done",
|
|
2718
2714
|
* "properties": {},
|
|
2719
|
-
* "
|
|
2720
|
-
* "statusReference": "6b3fc04d-3316-46c5-a257-65751aeb8849"
|
|
2721
|
-
* },
|
|
2715
|
+
* "toStatusReference": "6b3fc04d-3316-46c5-a257-65751aeb8849",
|
|
2722
2716
|
* "triggers": [],
|
|
2723
|
-
* "type": "
|
|
2717
|
+
* "type": "DIRECTED",
|
|
2724
2718
|
* "validators": []
|
|
2725
2719
|
* }
|
|
2726
2720
|
* ],
|
|
@@ -2738,6 +2732,7 @@ export declare class WorkflowsService extends CommonHttpService {
|
|
|
2738
2732
|
* ]
|
|
2739
2733
|
* }
|
|
2740
2734
|
* }
|
|
2735
|
+
* ```
|
|
2741
2736
|
*/
|
|
2742
2737
|
workflowUpdateValidateRequestBean: WorkflowUpdateValidateRequestBean;
|
|
2743
2738
|
}) => Promise<WorkflowValidationErrorList>;
|
|
@@ -2970,7 +2965,7 @@ export declare class WorkflowsService extends CommonHttpService {
|
|
|
2970
2965
|
* * DateFieldValidator
|
|
2971
2966
|
* * WindowsDateValidator
|
|
2972
2967
|
*
|
|
2973
|
-
* #####
|
|
2968
|
+
* ##### Pro forma: Forms attached validator #####
|
|
2974
2969
|
*
|
|
2975
2970
|
* Validates that one or more forms are attached to the issue.
|
|
2976
2971
|
* ```
|