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

    Interface IssueBulkDeletePayload

    Issue Bulk Delete Payload

    interface IssueBulkDeletePayload {
        selectedIssueIdsOrKeys: string[];
        sendBulkNotification?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    selectedIssueIdsOrKeys: string[]

    List of issue IDs or keys which are to be bulk deleted. These IDs or keys can be from different projects and issue types.

    sendBulkNotification?: boolean

    A boolean value that indicates whether to send a bulk change notification when the issues are being deleted.

    If true, dispatches a bulk notification email to users about the updates.