List PR comments
list_pr_commentsList all comments on a Bitbucket pull request, including general and inline file/line comments, ordered oldest first.
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). |