Jira.js - Jira Cloud API library
    Preparing search index...

    Interface ReadWorkflowPreviews

    The details of the preview workflow request.

    interface ReadWorkflowPreviews {
        issueTypeIds?: string[];
        projectId: string;
        workflowIds?: string[];
        workflowNames?: string[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    issueTypeIds?: string[]

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

    projectId: string

    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.

    workflowIds?: string[]

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

    workflowNames?: string[]

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