Get pull request thread comments
get_pull_request_thread_commentsRetrieve all comments within a specific pull request thread by providing repository, pull request, and thread IDs.
Instructions
List comments inside one pull request thread.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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. |