List PR comments
list_pr_commentsRetrieve all comments on a Bitbucket pull request, including general and inline file comments, sorted oldest-first for review.
Instructions
List all comments on a pull request, including general and inline (file+line) comments. Returns comments sorted oldest-first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | No | Bitbucket repo slug. | |
| limit | No | Maximum number of comments to return. Default 100. | |
| pr_id | No | Pull request id. | |
| workspace | No | Bitbucket workspace (slug). |