Tasks
Create Task
Create a new task associated with a project.
POST
Body
string
required
Task title.
string
Task description.
string
required
ID of the project this task belongs to.
string
Task status (e.g.,
TODO, IN_PROGRESS, DONE).string
Task priority (e.g.,
LOW, MEDIUM, HIGH).string
ISO 8601 due date (e.g.,
2026-04-01T00:00:00.000Z).string
User ID of the assignee.