Get Pull Request Comment
get_pull_request_commentRetrieve a specific comment on a Bitbucket pull request. Get comment details and resolution status by providing repository, pull request, and comment identifiers.
Instructions
Get a specific comment on a pull request.
Args: repo_slug: Repository slug pull_request_id: Pull request ID comment_id: Comment ID workspace: Workspace name (optional, defaults to configured workspace)
Returns: Comment details with resolution status
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_slug | Yes | ||
| workspace | No | ||
| comment_id | Yes | ||
| pull_request_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |