create_task
Creates a new task with optional group, status, and metadata to track user requests and break down complex work into manageable items.
Instructions
Create a new task with optional group, status, and metadata. AI should use this to track user requests and break down complex work into manageable tasks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Tags for categorization | |
| title | Yes | Task title (required) | |
| dueDate | No | Due date in ISO format | |
| groupId | No | Group ID to organize related tasks | |
| summary | No | Brief summary of the task | |
| assignee | No | Person assigned to the task | |
| priority | No | Task priority | |
| statusId | No | Status ID (defaults to default status) | |
| description | No | Detailed description in markdown format | |
| estimatedHours | No | Estimated hours to complete |