Projects

Create project

Create a project in a workspace. The slug becomes the prefix of its task identifiers.

post/project

Request body

namestring required
workspaceIdstring required
iconstring required
slugstring required

Response

The created project

idstring required
workspaceIdstring required
slugstring required

Short prefix used in task identifiers, e.g. KAN-12.

iconstring nullable required
namestring required
descriptionstring nullable required
createdAtstring date-time required
isPublicboolean nullable required

When true the project's board is readable without signing in, via /api/public-project/{id}.

archivedAtstring date-time nullable required

Non-null once archived; archived projects are hidden by default.

positionnumber required

Sidebar order, ascending.

lastTaskNumbernumber required

Highest task number issued in this project; the next task gets this plus one.

Changes