update_issue_status
Update the status of an issue group to manage bug lifecycle with options like new, open, in_progress, resolved, closed, muted, or invalid.
Instructions
Updates the status of an issue group (issues aggregation). Use this to mark issues as resolved, closed, in progress, etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_id | Yes | The public app ID (e.g. 5X3c4veRGV) from list_apps | |
| status | Yes | New status: new, open, in_progress, resolved, closed, muted, or invalid | |
| issue_id | Yes | The issue group hash from list_issues or get_issue |