POST /rest/api/2/workflowscheme/read
Returns a list of workflow schemes by providing workflow scheme IDs or project IDs.
Permissions required:
- Administer Jira global permission to access all, including project-scoped, workflow schemes
- Administer projects project permissions to access project-scoped workflow schemes
Servers
- https://your-domain.atlassian.net
Request headers
Name | Type | Required | Description |
---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Query parameters
Name | Type | Required | Description |
---|---|---|---|
expand |
String | No |
Deprecated. See the deprecation notice for details. Use expand to include additional information in the response. This parameter accepts a comma-separated list. Expand options include:
|
Request body fields
Name | Type | Required | Description |
---|---|---|---|
projectIds[] |
Array | No |
The list of project IDs to query. |
workflowSchemeIds[] |
Array | No |
The list of workflow scheme IDs to query. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.