devops_pull_request_list_thread_comments
Retrieve non-deleted text comments from a specific thread in a pull request. Requires repository, pull request, and thread IDs.
Instructions
Retrieves a list of non-deleted text comments in a specific thread.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repository_id | Yes | Repository name or ID. | |
| pull_request_id | Yes | The ID of the pull request. | |
| thread_id | Yes | The ID of the thread to retrieve. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |