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

    Interface RequiredMappingByWorkflows

    The list of required status mappings by workflow.

    interface RequiredMappingByWorkflows {
        sourceWorkflowId?: string;
        statusIds?: string[];
        targetWorkflowId?: string;
    }
    Index

    Properties

    sourceWorkflowId?: string

    The ID of the source workflow.

    statusIds?: string[]

    The status IDs requiring mapping.

    targetWorkflowId?: string

    The ID of the target workflow.