create_assignment
Schedule a person on a Forecast project by providing project ID, person ID, start and end dates, and optional daily allocation and notes.
Instructions
Schedule a person on a Forecast project.
Args:
project_id: Forecast project ID (must be >= 1).
person_id: Forecast person ID (0 = Everyone).
start_date: Assignment start date (YYYY-MM-DD).
end_date: Assignment end date (YYYY-MM-DD).
allocation: Allocation in minutes per day (e.g. 480 = 8 hours).
notes: Optional notes for the assignment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | ||
| end_date | Yes | ||
| person_id | Yes | ||
| allocation | No | ||
| project_id | Yes | ||
| start_date | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |