bb_list_pull_request_comments
Retrieve pull request comments, including global and inline code comments, with author, state, line info, and links. Use pagination to browse all comments.
Instructions
List comments on a PR (including global and inline code comments). Each comment: id, text, author, state (OPEN/RESOLVED), anchored-to line/lineType, and web link. Paginated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | File path to retrieve comments for (required by this server). Pass e.g. 'src/foo.ts' for inline comments on that file. | |
| prId | Yes | PR id | |
| limit | No | ||
| start | No | ||
| repoSlug | Yes | ||
| projectKey | Yes |