Bulk Delete Issue Property
Deletes a property value from multiple issues. The issues to be updated can be specified by filter criteria.The criteria the filter used to identify eligible issues are: * `entityIds` Only issues from this list are eligible. * `currentValue` Only issues with the property set to this value are eligible.If both criteria is specified, they are joined with the logical *AND*: only issues that satisfy both criteria are considered eligible.If no filter criteria ...