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

    Interface WorkflowSchemeReadRequest

    The workflow scheme read request body.

    interface WorkflowSchemeReadRequest {
        projectIds?: string[];
        workflowSchemeIds?: string[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    projectIds?: string[]

    The list of project IDs to query.

    workflowSchemeIds?: string[]

    The list of workflow scheme IDs to query.