v4

OpenAPI 3.0.1Apache 2.02026-08-016169702.3 MB
Workflows

Preview workflow

Returns a requested workflow within a given project. The response provides a read-only preview of the workflow, omitting full configuration details.

Permissions required:

  • At least one of the Administer projects and View (read-only) workflow project permissions
post/rest/api/3/workflows/preview

Request body

issueTypeIdsstring[]

The list of issue type IDs. At most 25 issue type IDs can be specified.

projectIdstring required

The projectId parameter is required and will be used for permission checks. In addition, you must supply at least one of the following lookup terms: workflowNames, workflowIds, or issueTypeIds. The specified workflows must be associated with the given project.

workflowIdsstring[]

The list of workflow IDs to be returned. At most 25 workflow IDs can be specified.

workflowNamesstring[]

The list of workflow names to be returned. At most 25 workflow names can be specified.

Response

Returned if the request is successful.