Skip to main content
Base URL: http://localhost:3100

List tasks

string
Filter by status: backlog, todo, in_progress, in_review, done
string
Filter by priority: low, medium, high
Example

Create a task

string
required
Task title
string
Task description (markdown)
string
default:"backlog"
Initial status
string
default:"medium"
Priority level
string[]
Array of label strings
string[]
Array of requester identifiers
string
Deduplication key in area::intent::object format
Example

Get a task

Example

Update a task

All body fields are optional. Only provided fields are updated.
Example

Delete a task

Example

List task comments

Returns all comments for a task in chronological order.

Add a task comment

string
required
Comment text
Example