APIWork items
Comment on a work item
Add a comment to an existing work item.
Path Parameters
itemId*string
The work item to comment on.
Length
1 <= lengthRequest Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://example.com/work-items/string/comment" \ -H "Content-Type: application/json" \ -d '{ "bodyMarkdown": "string" }'{ "identifier": "string", "url": "string"}