entityIds
Only issues from this list are eligible.currentValue
Only issues with the property set to this value are eligible.location
link in the response to determine the status of the task and use Get task to obtain subsequent updates.curl --location --request DELETE 'http://jira.local:8080/jira/rest//rest/api/3/issue/properties/' \
--header 'Content-Type: application/json' \
--data-raw '{
"currentValue": "deprecated value",
"entityIds": [
10100,
100010
]
}'
{}