create_board
Create a new board for managing projects and issues. Configure columns, sprints, backlog, and permissions to match your workflow.
Instructions
Create a new board.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Board name | |
| columns | No | Columns config (list of dicts with name and statuses) | |
| output_format | No | Response format: "text" (default, markdown) or "json" | text |
| full_description | No | If true, do not truncate description (default false) | |
| backlog_available | No | Enable backlog | |
| sprints_available | No | Enable sprints (Scrum) | |
| board_permissions_template | No | Permission template ("private", etc.) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |