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

Properties

deleteSubtasks?: boolean

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

issueIdOrKey: string

The ID or key of the issue.