update_issue_status
Change the status of an existing BLT system issue to open, in progress, resolved, closed, or won't fix with an optional comment.
Instructions
Update the status of an existing issue in the BLT system.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue_id | Yes | The ID of the issue to update | |
| status | Yes | The new status for the issue | |
| comment | No | Optional comment explaining the status change |