create_pull_request_comment
Add a comment thread to a pull request for code review. Supports markdown, inline file comments, and thread status.
Instructions
Add a comment thread to a pull request.
Args: project: Azure DevOps project name. Uses default if not specified. repository_id: The repository ID or name. pull_request_id: The pull request ID. content: The comment text (supports markdown). file_path: Optional file path for inline comments. line_number: Optional line number for inline comments (requires file_path). status: Thread status: "active", "fixed", "wontFix", "closed", "byDesign", "pending".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | ||
| repository_id | No | ||
| pull_request_id | No | ||
| content | No | ||
| file_path | No | ||
| line_number | No | ||
| status | No | active |