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

    Interface WorkflowSchemeAssociation

    The explicit association between issue types and a workflow in a workflow scheme.

    interface WorkflowSchemeAssociation {
        issueTypeIds: string[];
        workflowId: string;
    }
    Index

    Properties

    issueTypeIds: string[]

    The issue types assigned to the workflow.

    workflowId: string

    The ID of the workflow.