ado_create_pr_thread
Start a comment thread on a pull request, optionally anchored to a specific file for targeted feedback.
Instructions
Start a new comment thread on a pull request (optionally anchored to a file).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prId | Yes | Pull request ID | |
| repoId | Yes | Repository name or ID | |
| content | Yes | Comment text (markdown) | |
| project | No | Project name or ID (defaults to ADO_DEFAULT_PROJECT) | |
| filePath | No | Attach the comment to a file path (omit for a general PR comment) |