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

bulkSetIssuePropertiesByIssue

Bulk set issue properties by issue

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

Parameters

{
  "issues": {
    "description": "A list of issue IDs and their respective properties.",
    "required": false,
    "location": "body",
    "type": "array"
  }
}