getPullRequestComments
Retrieve comments from a specific pull request in Azure DevOps, filtering by repository, thread ID, or pagination settings. Simplify code review tracking and collaboration.
Instructions
Get comments on a pull request
Input Schema
Name | Required | Description | Default |
---|---|---|---|
pullRequestId | Yes | ID of the pull request | |
repositoryId | Yes | ID of the repository | |
skip | No | Number of comments to skip | |
threadId | No | ID of a specific thread | |
top | No | Maximum number of comments to return |