provider Workflows POST /rest/api/3/workflows
@utdk/jira /rest/api/3/workflows
Bulk get workflows
Returns a list of workflows and related statuses by providing workflow names, workflow IDs, or project and issue types. **[Permissions](#permissions) required:** * *Administer Jira* global permission to access all, including project-scoped, workflows * At least one of the *Administer projects* and *View (read-only) workflow* project permissions to access project-scoped workflows

Try it

Authentication
Configure credentials for The Jira Cloud platform REST API
readworkflows
POST/rest/api/3/workflows
Returns a list of workflows and related statuses by providing workflow names, workflow IDs, or project and issue types. **[Permissions](#permissions) required:** * *Administer Jira* global permission to access all, including project-scoped, workflows * At least one of the *Administer projects* and *View (read-only) workflow* project permissions to access project-scoped workflows

Input

The list of projects and issue types to query.

The list of workflow IDs to query.

The list of workflow names to query.

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