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

    Interface DeleteIssue

    interface DeleteIssue {
        deleteSubtasks?: boolean;
        issueIdOrKey: string;
    }
    Index

    Properties

    deleteSubtasks?: boolean

    Whether the issue's subtasks are deleted when the issue is deleted.

    issueIdOrKey: string

    The ID or key of the issue.