autotask_create_task
Create new tasks in Autotask PSA with project details, titles, descriptions, statuses, assignments, and time estimates to manage project workflows.
Instructions
Create a new task in Autotask
Input Schema
TableJSON 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 | |
| startDateTime | No | Task start date/time (ISO format) | |
| endDateTime | No | Task end date/time (ISO format) |