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

KeyDatatypeRequiredDescription
workflowNamestringThe name of the workflow to be returned. Only one workflow can be specified.

RESPONSES

status: OK

[{&quot;name&quot;:&quot;classic workflow&quot;,&quot;description&quot;:&quot;A classic Jira workflow&quot;,&quot;lastModifiedDate&quot;:&quot;01-01-2011&quot;,&quot;lastModifiedUser&quot;:&quot;admin&quot;,&quot;lastModifiedUserAccountId&quot;:&quot;5b10a2844c20165700ede21g&quot;,&quot;steps&quot;:5,&quot;default&quot;:true}]