Get pull request comment
bb_get_pull_request_commentRetrieve a single pull request comment by ID to view or verify its content and details.
Instructions
Fetches a single comment on a pull request by ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repoSlug | No | Repository slug. Falls back to BITBUCKET_REPO_SLUG if omitted. | |
| commentId | Yes | ||
| workspace | No | Bitbucket workspace slug. Falls back to BITBUCKET_WORKSPACE if omitted. | |
| pullRequestId | Yes | Pull request ID. |