create_task
Create a new task or phase on a project with budget, dates, and billing details. Requires project ID to add tasks.
Instructions
Create a new task (phase) on a project. Use search_projects to find the ProjectID first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| TaskNo | No | Task number (optional) | |
| EndDate | Yes | End date (YYYY-MM-DD) | |
| TaskName | Yes | Name of the task/phase | |
| ProjectID | Yes | The project ID to create the task on | |
| StartDate | Yes | Start date (YYYY-MM-DD) | |
| IsBillable | No | Whether the task is billable (default from project) | |
| BudgetHours | Yes | Budget hours for the task | |
| Description | No | Task description | |
| BudgetAmount | Yes | Budget amount for the task | |
| HourlyRateID | Yes | Hourly rate ID for the task | |
| ParentTaskID | No | Parent task ID to create a sub-task under |