Get Pull Request Comment
get_pull_request_commentRetrieve a specific comment from a Bitbucket pull request by providing the repository, pull request, and comment IDs, including its resolution status.
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 |