Bulk operation filter details.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/IssueFilterForBulkPropertyDelete", "title": "IssueFilterForBulkPropertyDelete", "additionalProperties": false, "description": "Bulk operation filter details.", "properties": { "currentValue": { "description": "The value of properties to perform the bulk operation on." }, "entityIds": { "description": "List of issues to perform the bulk delete operation on.", "items": { "format": "int64", "type": "integer" }, "type": "array", "uniqueItems": true } }, "type": "object" }