Bulk operation filter details.

interface IssueFilterForBulkPropertySet {
    currentValue?: any;
    entityIds?: number[];
    hasProperty?: boolean;
}

Properties

currentValue?: any

The value of properties to perform the bulk operation on.

entityIds?: number[]

List of issues to perform the bulk operation on.

hasProperty?: boolean

Whether the bulk operation occurs only when the property is present on or absent from an issue.