Get All Workflows
GET {{baseUrl}}/rest/api/3/workflow?workflowName=<string>
Returns all workflows in Jira or a workflow. Deprecated, use Get workflows paginated.
If the workflowName
parameter is specified, the workflow is returned as an object (not in an array). Otherwise, an array of workflow objects is returned.
Permissions required: Administer Jira global permission.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
workflowName | string | The name of the workflow to be returned. Only one workflow can be specified. |
RESPONSES
status: OK
[{"name":"classic workflow","description":"A classic Jira workflow","lastModifiedDate":"01-01-2011","lastModifiedUser":"admin","lastModifiedUserAccountId":"5b10a2844c20165700ede21g","steps":5,"default":true}]