get_work_item_comments
Retrieve comment history and discussion threads for Azure DevOps work items to track collaboration and decision-making processes.
Instructions
Get all comments/discussion history for a work item
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workItemId | Yes | Work item ID | |
| top | No | Max comments to return (default: all) | |
| order | No | Sort order by date (default: asc) |