create_stage
Create a kanban stage in a project. Include name, color, and icon to satisfy API requirements, with optional status and unblocker.
Instructions
Create a kanban stage. status must be one of (lowercase): created | started | completed. Both color AND icon are required by the API (omitting icon returns HTTP 500); icon is a HacknPlan icon name (e.g. inbox, wrench, check, rocket, eye, ban).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| icon | No | inbox | |
| name | Yes | ||
| color | No | #3498db | |
| status | No | created | |
| project_id | Yes | ||
| is_unblocker | No |