get_pull_request_comments
Retrieve comments from a specific pull request in Azure DevOps by providing repository and pull request IDs. Optionally filter by thread, include deleted comments, or limit results.
Instructions
Get comments from a specific pull request
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | No | The ID or name of the project (Default: MyProject) | |
| organizationId | No | The ID or name of the organization (Default: mycompany) | |
| repositoryId | Yes | The ID or name of the repository | |
| pullRequestId | Yes | The ID of the pull request | |
| threadId | No | The ID of the specific thread to get comments from | |
| includeDeleted | No | Whether to include deleted comments | |
| top | No | Maximum number of threads/comments to return |