repo_list_pull_request_threads
Retrieve and manage comment threads for specific pull requests in Azure DevOps repositories. Streamline review processes by accessing detailed thread data based on repository ID, pull request ID, and optional filters.
Instructions
Retrieve a list of comment threads for a pull request.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
baseIteration | No | The base iteration ID for which to retrieve threads. Optional, defaults to the latest base iteration. | |
fullResponse | No | Return full thread JSON response instead of trimmed data. | |
iteration | No | The iteration ID for which to retrieve threads. Optional, defaults to the latest iteration. | |
project | No | Project ID or project name (optional) | |
pullRequestId | Yes | The ID of the pull request for which to retrieve threads. | |
repositoryId | Yes | The ID of the repository where the pull request is located. | |
skip | No | The number of threads to skip. | |
top | No | The maximum number of threads to return. |