createProjectBoardCreates a new Project Board in the user's repository
Create a new project board:
type: createProjectBoard
name: New board
Create a project board with a description and some columns:
type: createProjectBoard
name: New board
description: This board is the best board
columns:
- To do
- In progress
- Done
| Title | Property | Description | Default | Required |
|---|---|---|---|---|
| Name | name |
The name of the project board. | ✔ | |
| Description | description |
The description of the project board. | ||
| Columns | columns |
A list of columns to create. |