Reply to pull request thread
reply_to_pull_request_threadReply to an existing Azure DevOps pull request comment thread with markdown content by providing repository, PR, and thread IDs. Requires confirmation to submit.
Instructions
Reply inside an existing pull request comment thread. Requires write tools and confirm=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | Yes | Must be true to perform the mutation. | |
| content | Yes | Markdown comment body. | |
| project | No | Project name or ID. Omit to use AZURE_DEVOPS_DEFAULT_PROJECT. | |
| threadId | Yes | ||
| repositoryId | Yes | Repository name or ID. | |
| pullRequestId | Yes | Pull request numeric ID. | |
| parentCommentId | No | Parent comment ID. Defaults to 1. |