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

    Interface DeleteIssueType

    interface DeleteIssueType {
        alternativeIssueTypeId?: string;
        id: string;
    }
    Index

    Properties

    alternativeIssueTypeId?: string

    The ID of the replacement issue type.

    id: string

    The ID of the issue type.