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

    Interface WorkflowSchemeUsageDTO

    Workflow schemes using the workflow.

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

    Properties

    workflowId?: string

    The workflow ID.

    workflowSchemes?: WorkflowSchemeUsagePage