provider Workflow schemes POST /rest/api/3/workflowscheme/read
@utdk/jira /rest/api/3/workflowscheme/read
Bulk get workflow schemes
Returns a list of workflow schemes by providing workflow scheme IDs or project IDs. **[Permissions](#permissions) required:** * *Administer Jira* global permission to access all, including project-scoped, workflow schemes * *Administer projects* project permissions to access project-scoped workflow schemes

Try it

Authentication
Configure credentials for The Jira Cloud platform REST API
readworkflowschemes
POST/rest/api/3/workflowscheme/read
Returns a list of workflow schemes by providing workflow scheme IDs or project IDs. **[Permissions](#permissions) required:** * *Administer Jira* global permission to access all, including project-scoped, workflow schemes * *Administer projects* project permissions to access project-scoped workflow schemes

Input

The list of project IDs to query.

The list of workflow scheme IDs 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.readworkflowschemes()