update_stage
Update a kanban stage's name, color, icon, or status (created, started, closed). Provide project and stage IDs to target the specific stage.
Instructions
Update a kanban stage (re-name / re-color / re-icon / change status). status: created | started | closed (lowercase). color is hex; icon is a HacknPlan icon name (e.g. inbox, wrench, check, rocket, eye, ban).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| icon | No | ||
| name | Yes | ||
| color | No | ||
| status | Yes | ||
| stage_id | Yes | ||
| project_id | Yes | ||
| is_unblocker | No |