create-allocation
Create a new allocation to assign a person to a project with start date and hours. Optionally set end date, notes, billable flag, and task type to manage resource schedules.
Instructions
Create a new allocation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Project ID | |
| people_id | Yes | Person ID | |
| start_date | Yes | Allocation start date (YYYY-MM-DD) | |
| end_date | No | Allocation end date (YYYY-MM-DD) | |
| hours | Yes | Number of hours allocated | |
| notes | No | Allocation notes | |
| billable | No | Billable flag (0=non-billable, 1=billable) | |
| task_type | No | Task type |