get_work_item_comments
Fetch comments and discussion history for a specific Azure DevOps work item, with options to sort by order, expand details, and paginate through results.
Instructions
Get comments and discussion history for a specific work item
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | Maximum number of comments to return | |
| order | No | The order in which to sort the comments (Default: "asc") | asc |
| expand | No | The level of detail to include in the comments response (Default: "all") | all |
| projectId | No | The ID or name of the project | |
| workItemId | Yes | The ID of the work item | |
| includeDeleted | No | Include deleted comments | |
| continuationToken | No | Continuation token to retrieve the next page of comments |