Open Context Protocol is live! 🚀 Read the launch post
bulkSetIssuesPropertiesList

bulkSetIssuesPropertiesList

Bulk set issues properties by list

POST /rest/api/3/issue/properties HTTP/1.1

Parameters

{
  "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"
  }
}