create_task
Creates a new task in a project, specifying title, status, priority, due date, assignee, and description to organize work and track progress.
Instructions
Create a new task in the project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Task title | |
| status | No | Initial status (default: todo) | |
| dueDate | No | Due date (ISO 8601 format) | |
| priority | No | Priority level (low, medium, high, critical) | |
| assigneeId | No | User ID to assign task to | |
| description | No | Task description |