get_work_item_comments
Retrieve comments on a specific Azure DevOps work item. Specify the work item ID to fetch up to 50 comments by default, with an option to set a custom limit.
Instructions
Get comments on a work item.
Args: project: Azure DevOps project name. Uses default if not specified. work_item_id: The ID of the work item. top: Maximum number of comments to return (default: 50).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | ||
| work_item_id | No | ||
| top | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |