create_task
Create a new task by specifying title, description, priority, type, assignee, labels, and component to organize your project.
Instructions
Create a new task in TaskTrek
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Task type | |
| title | Yes | Task title | |
| labels | No | Task labels | |
| priority | No | Task priority | |
| projectId | No | Project ID (optional, defaults to "default") | |
| assigneeId | No | Assignee ID (optional) | |
| componentId | No | Component ID (optional) | |
| description | No | Task description |