create_project
Create a new project tab inside a board with pre-configured workflow lists (To Do, In Progress, Review, Done) for immediate task management. Requires board admin rights.
Instructions
Create a new project (tab) inside a board, pre-populated with workflow lists so it is immediately usable. Requires admin rights on that board.
To reproduce an existing project's layout, use copy_project_structure
instead - it carries the exact list types across, which naming alone cannot.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the new project (tab). | |
| lists | No | Workflow stages in order. Either plain names, or {name, type} to set each type outright. Plain names are typed by convention: a 'done'-style name becomes a closed list. Defaults to To Do / In Progress / Review / Done. | |
| board_id | Yes | Board (container) to create it in. | |
| default_view | No | How it opens: kanban, grid or list. | |
| project_type | No | project (holds work) | library | collection. Only 'project' projects are scanned for tasks. | project |
| default_card_type | No | Default kind for new tasks: project, story or link. | |
| expand_checklists | No | Show checklists expanded on the task front. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||