autotask_create_task
Create a new task in Autotask by specifying project, title, status, and optional details like description, assignee, estimated hours, and schedule.
Instructions
Create a new task in Autotask
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectID | Yes | Project ID for the task | |
| title | Yes | Task title | |
| description | No | Task description | |
| status | Yes | Task status (1=New, 2=In Progress, 5=Complete) | |
| assignedResourceID | No | Assigned resource ID | |
| estimatedHours | No | Estimated hours for the task | |
| taskType | No | Task type (1=FixedWork, 2=FixedDuration). Defaults to 1. | |
| startDateTime | No | Task start date/time (ISO format) | |
| endDateTime | No | Task end date/time (ISO format) |