Create task
tasks_createCreate a task in a project. Priority: Low | Normal | High | Critical (default Normal). Status: To Do | In Progress | Review | Done | Blocked | Backlog (default 'To Do'). Case-insensitive. ASSIGNEES ARE REQUIRED AND ARE A LIST. Matrix will not accept a task with nobody on it - the edit dialog refuses to save one - and a task can carry several people, each with their own share of the hours. est_hours is the sum across everyone and is worked out from the assignees, so do not pass both a total and per-person hours that disagree.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| status | No | To Do | In Progress | Review | Done | Blocked | Backlog | |
| billable | No | ||
| due_date | No | ||
| priority | No | Low | Normal | High | Critical | |
| assignees | Yes | Who is on the task. At least one - Matrix rejects a task with no one on it. | |
| est_hours | No | Total across all assignees. Split evenly unless each assignee names their own hours. | |
| project_id | Yes | ||
| start_date | No | ||
| description | No | ||
| is_milestone | No |