provider Workflows POST /rest/api/3/workflows/update
@utdk/jira /rest/api/3/workflows/update
Bulk update workflows
Update workflows and related statuses. **[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
updateworkflows
POST/rest/api/3/workflows/update
Update workflows and related statuses. **[Permissions](#permissions) required:** * *Administer Jira* project permission to create all, including global-scoped, workflows * *Administer projects* project permissions to create project-scoped workflows

Input

The statuses to associate with the workflows.

The details of the workflows to update.

Configure credentials above to enable sending.

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

TypeScript

import jira from '@utdk/jira';

await jira.updateworkflows()