copy_project_structure
Clone a project's layout including column types and order, with optional labels and members, to create an empty project identical in structure to the original.
Instructions
Clone a project's layout: its columns with their exact types and order, and optionally its labels and members. No cards are copied - this produces an empty project shaped like the original.
Prefer this over create_project when an existing project is the template.
Naming a column 'Done' is not the same as copying it: a list's type decides
whether Planka marks cards dropped there as finished, and only a copy carries
that across.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name for the new project. | |
| board_id | No | Board (container) to create it in. Defaults to the source's own board. | |
| include_labels | No | Recreate the source's labels. On by default. | |
| include_members | No | Give the source's members the same roles on the copy. Off by default, and needs membership rights. | |
| source_project_id | Yes | Project (tab) whose layout to copy. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||