ado_git_get_pr_threads
Retrieve all comment threads on a pull request, including inline code comments with file paths and line numbers.
Instructions
Get all comment threads on a pull request, including inline code comments with file paths and line numbers. Use ado_git_create_pr_comment to reply to a thread or add a new comment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes | Project containing the PR | |
| repositoryId | Yes | Repository ID or name | |
| pullRequestId | Yes | Pull request ID |