provider Workflows POST /rest/api/3/workflows/update/validation
@utdk/jira /rest/api/3/workflows/update/validation
Validate update workflows
Validate the payload for bulk update workflows. **[Permissions](#permissions) required:** * *Administer Jira* project permission to create all, including global-scoped, workflows * *Administer projects* project permissions to create project-scoped workflows

Try it

Authentication
Configure credentials for The Jira Cloud platform REST API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

validateupdateworkflows
POST/rest/api/3/workflows/update/validation
Validate the payload for bulk update workflows. **[Permissions](#permissions) required:** * *Administer Jira* project permission to create all, including global-scoped, workflows * *Administer projects* project permissions to create project-scoped workflows

Input

required

The update workflows payload.

The level of validation to return from the API. If no values are provided, the default would return `WARNING` and `ERROR` level validation results.

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import jira from '@utdk/jira';

await jira.validateupdateworkflows()