devops_pull_request_create_comment
Create a new comment thread on a pull request to provide feedback or start a discussion, with optional inline comments on specific files.
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 |