{ "operationId": "atlassianBulksetissueproperty", "method": "PUT", "path": "/rest/api/3/issue/properties/{propertyKey}", "summary": "Atlassian Bulk Set Issue Property", "requestExamples": [ { "contentType": "application/json", "example": { "filter": { "currentValue": { "owner": "admin", "weight": 50 }, "entityIds": [ 10100, 100010 ], "hasProperty": true }, "value": { "owner": "admin", "weight": 100 } } } ], "responseExamples": [] }