{ "operationId": "atlassianUpdatemultiplecustomfieldvalues", "method": "POST", "path": "/rest/api/3/app/field/value", "summary": "Atlassian Update Custom Fields", "requestExamples": [ { "contentType": "application/json", "example": { "updates": [ { "customField": "customfield_10010", "issueIds": [ 10010, 10011 ], "value": "new value" }, { "customField": "customfield_10011", "issueIds": [ 10010 ], "value": 1000 } ] } } ], "responseExamples": [] }