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

    Interface WorkflowSchemeAssociations

    A workflow scheme along with a list of projects that use it.

    interface WorkflowSchemeAssociations {
        projectIds: string[];
        workflowScheme?: Version3Models.WorkflowScheme;
    }
    Index

    Properties

    projectIds: string[]

    The list of projects that use the workflow scheme.