Create stage
create_board_stageCreate a new board stage with optional initial status and carry over tasks. Requires admin or owner role.
Instructions
Create a stage on a board. Requires ADMIN/OWNER role on that board.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Stage name | |
| status | No | Optional initial stage status | |
| board_id | No | Board UUID | |
| board_slug | No | Board slug (alternative to board_id) | |
| carry_over_task_ids | No | Task ids to move into the new stage |