devops_pull_request_create_comment
Add a comment thread to a pull request, with optional inline file and line references.
Instructions
Create a new thread with initial comment in the specified pull request.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repository_id | Yes | Repository name or ID. | |
| pull_request_id | Yes | Pull request ID. | |
| comment_content | Yes | The text content or markdown of the comment. | |
| file_path | No | File path relative to the root of the repository. | |
| line_number | No | Optional 1-based line number for an inline comment. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |