create_task
Create a new task in a project with title, priority, due date, assignee, and description. Associates tasks with initiatives for full hierarchy support.
Instructions
Create a new task in a project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | The title of the task | |
| due_date | No | Optional due date for the task (ISO 8601 format) | |
| priority | No | Priority level of the task | medium |
| project_id | Yes | The project ID where the task will be created | |
| assignee_id | No | Optional user ID to assign the task to | |
| description | No | Optional detailed description of the task | |
| initiative_id | No | Optional initiative ID to associate the task with |