get_pr_comments
Retrieve comments from an Azure DevOps pull request, optionally filtering by status (active, fixed, closed, etc.). Get metadata for each comment.
Instructions
Retrieves comments from an Azure DevOps Pull Request with their metadata. Optionally filter by comment status (active, fixed, closed, etc.).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pr_url | Yes | The full URL of the Azure DevOps Pull Request (e.g., https://dev.azure.com/{org}/{project}/_git/{repo}/pullrequest/{id}) | |
| status_filter | No | Optional filter for comment status. Values: active, fixed, closed, wontfix, pending, bydesign, unknown, system |