Update Issue Comment
update_issue_commentUpdate a comment on a Bitbucket issue by specifying repository slug, issue ID, comment ID, new markdown content, and optional workspace.
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 |