change_status
Change a task's status by supplying a status group or state ID. Move tasks across workflow stages to reflect progress.
Instructions
Move a task to a different state. Provide status_group OR state_id.
Convenience wrapper around update_task — kept separate because it's the most common single-field update and reads cleaner in transcripts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue_id | Yes | Task UUID. | |
| state_id | No | ||
| status_group | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||