Bulk operation filter details.

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

Hierarchy (view full)

Properties

currentValue?: any

The value of properties to perform the bulk operation on.

entityIds?: number[]

List of issues to perform the bulk delete operation on.