getPullRequestComment
Retrieve a specific comment from a Bitbucket pull request by specifying workspace, repository, pull request ID, and comment ID.
Instructions
Get a specific comment on a pull request
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace | Yes | Bitbucket workspace name | |
| repo_slug | Yes | Repository slug | |
| pull_request_id | Yes | Pull request ID | |
| comment_id | Yes | Comment ID |