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