create-task
Create new tasks in Float by specifying project, person, name, and start date to allocate work assignments.
Instructions
Create a new task/allocation
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Project ID | |
| people_id | Yes | Person ID | |
| name | Yes | Task name | |
| start_date | Yes | Task start date (YYYY-MM-DD) | |
| end_date | No | Task end date (YYYY-MM-DD) | |
| notes | No | Task notes | |
| estimated_hours | No | Estimated hours | |
| priority | No | Task priority | |
| billable | No | Billable flag (0=non-billable, 1=billable) | |
| task_type | No | Task type |