Update Issue Comment
update_issue_commentUpdate an existing comment on a Bitbucket issue by providing the repository slug, issue ID, comment ID, and new markdown content. Returns the updated comment or an error if the issue tracker is disabled.
Instructions
Update a comment on an issue.
Args: repo_slug: Repository slug issue_id: Issue ID comment_id: Comment ID content: New comment content in markdown workspace: Workspace name (optional, defaults to configured workspace)
Returns: Updated issue comment details. If the repository has no issue tracker, returns {"error": "issue_tracker_disabled", ...}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | ||
| issue_id | Yes | ||
| repo_slug | Yes | ||
| workspace | No | ||
| comment_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |