bulkSetIssuesPropertiesList
Bulk set issues properties by list
POST /rest/api/3/issue/properties HTTP/1.1Parameters
{
"entitiesIds": {
"description": "A list of entity property IDs.",
"required": false,
"location": "body",
"type": "array"
},
"properties": {
"description": "A list of entity property keys and values.",
"required": false,
"location": "body",
"type": "object"
}
}