provider Workflows POST /rest/api/3/workflows/create
@utdk/jira /rest/api/3/workflows/create
Bulk create workflows
Create 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
createworkflows
POST/rest/api/3/workflows/create
Create 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 scope of the workflow.

The statuses to associate with the workflows.

The details of the workflows to create.

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.createworkflows()