sprrint_tasks_create
Create a task with a title, status, priority, tags, due date, and assignee. Add it to a project or sprint to organize work.
Instructions
Create a task. status is todo|progress|blocked|done. priority is none|low|medium|high. tags is comma-separated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| title | Yes | ||
| due_on | No | ||
| sprint | No | ||
| status | No | todo | |
| project | No | ||
| assignee | No | ||
| category | No | ||
| priority | No | none | |
| description | No |