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

    Interface WorkflowSchemeUsage

    Workflow schemes using the workflow.

    interface WorkflowSchemeUsage {
        workflowId?: string;
        workflowSchemes?: WorkflowSchemeUsagePage;
    }
    Index

    Properties

    workflowId?: string

    The workflow ID.

    workflowSchemes?: WorkflowSchemeUsagePage