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

    Interface WorkflowSchemeUpdateRequiredMappingsResponse

    interface WorkflowSchemeUpdateRequiredMappingsResponse {
        statuses?: StatusMetadata[];
        statusesPerWorkflow?: StatusesPerWorkflow[];
        statusMappingsByIssueTypes?: RequiredMappingByIssueType[];
        statusMappingsByWorkflows?: RequiredMappingByWorkflows[];
    }
    Index

    Properties

    statuses?: StatusMetadata[]

    The details of the statuses in the associated workflows.

    statusesPerWorkflow?: StatusesPerWorkflow[]

    The statuses associated with each workflow.

    statusMappingsByIssueTypes?: RequiredMappingByIssueType[]

    The list of required status mappings by issue type.

    statusMappingsByWorkflows?: RequiredMappingByWorkflows[]

    The list of required status mappings by workflow.