http://localhost:3100
List tasks
string
Filter by status:
backlog, todo, in_progress, in_review, donestring
Filter by priority:
low, medium, highExample
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 formatExample
Get a task
Example
Update a task
Example
Delete a task
Example
List task comments
Add a task comment
string
required
Comment text
Example