Bulk operation filter details.

interface IssueFilterForBulkPropertyDelete {
    currentValue?: unknown;
    entityIds?: number[];
}

Properties

currentValue?: unknown

The value of properties to perform the bulk operation on.

entityIds?: number[]

List of issues to perform the bulk delete operation on.