Resolve PR comment
resolve_pr_commentMark a Bitbucket pull request comment as resolved or unresolved. Toggle resolution state to manage discussion threads.
Instructions
Mark a PR comment as resolved or unresolved. Defaults to resolved=true. Use list_pr_comments to see current resolution state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | No | Bitbucket repo slug. | |
| pr_id | No | Pull request id. | |
| resolved | No | True to mark resolved (default), false to unresolve. | |
| workspace | No | Bitbucket workspace (slug). | |
| comment_id | Yes | ID of the comment to (un)resolve. |