{ "operationId": "workItems_addComment", "method": "POST", "path": "/wit/workitems/{id}/comments", "summary": "Azure DevOps Add a comment to a work item", "requestExamples": [ { "contentType": "application/json", "example": { "text": "

This bug has been reproduced in the staging environment.

" } } ], "responseExamples": [] }