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

    Interface ReadWorkflowSchemes

    The workflow scheme read request body.

    interface ReadWorkflowSchemes {
        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.