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

    Interface RequiredMappingByIssueType

    The list of required status mappings by issue type.

    interface RequiredMappingByIssueType {
        issueTypeId?: string;
        statusIds?: string[];
    }
    Index

    Properties

    issueTypeId?: string

    The ID of the issue type.

    statusIds?: string[]

    The status IDs requiring mapping.