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

    Interface ReadWorkflowSchemes

    The workflow scheme read request body.

    interface ReadWorkflowSchemes {
        expand?: string;
        projectIds?: string[];
        workflowSchemeIds?: string[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    expand?: string

    Deprecated. See the deprecation notice for details.

    Use [expand](https://developer.atlassian.com/cloud/jira/platform/rest/v2/intro/#expansion) to include additional information in the response. This parameter accepts a comma-separated list. Expand options include:
    

    workflows.usages Returns the project and issue types that each workflow in the workflow scheme is associated with.

    projectIds?: string[]

    The list of project IDs to query.

    workflowSchemeIds?: string[]

    The list of workflow scheme IDs to query.