Update BugSmash comment
update_feedbackModify reviewer feedback comments by updating their text, status, priority, or privacy. Resolve feedback and control visibility from within BugSmash.
Instructions
Update a comment's text, status (e.g. mark Resolved), priority, or privacy. Maps to PATCH /comment/{commentId}. At least one field besides commentId is required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | Updated comment text | |
| status | No | New status: "Active" or "Resolved" | |
| priority | No | Priority: "Unset", "P1", "P2", "P3", or "P4" | |
| commentId | Yes | Comment UUID to update | |
| isPrivate | No | Make the comment private (true) or public to reviewers (false) |