Bulk operation filter details.

interface BulkDeleteIssueProperty {
    currentValue?: any;
    entityIds?: number[];
    propertyKey: string;
}

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.

propertyKey: string

The key of the property.