Search workflows
Returns a paginated list of global and project workflows. If workflow names are specified in the query string, details of those workflows are returned. Otherwise, all workflows are returned.
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
Query parameters
The index of the first item to return in a page of results (page offset).
The maximum number of items to return per page.
Use expand to include additional information in the response. This parameter accepts a comma-separated list. Expand options include:
- values.transitions Returns the transitions that each workflow is associated with.
String used to perform a case-insensitive partial match with workflow name.
Order the results by a field:
- name Sorts by workflow name.
- created Sorts by create time.
- updated Sorts by update time.
The scope of the workflow. Global for company-managed projects and Project for team-managed projects.
Filters active and inactive workflows.
The ID of the project to filter the workflows by. Only workflows associated with the given project are returned.
Response
Returned if the request is successful.