Get Issue Comment
get_issue_commentRetrieve a specific comment from a Bitbucket issue using repository slug, issue ID, and comment ID. Returns comment details or indicates if issue tracker is disabled.
Instructions
Get a specific comment on an issue.
Args: repo_slug: Repository slug issue_id: Issue ID comment_id: Comment ID workspace: Workspace name (optional, defaults to configured workspace)
Returns: Issue comment details. If the repository has no issue tracker, returns {"error": "issue_tracker_disabled", ...}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue_id | Yes | ||
| repo_slug | Yes | ||
| workspace | No | ||
| comment_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |