create_project_task_assignment
Assign a task to a project for time tracking, with optional budget and billable rate settings.
Instructions
Assign a task to a project, making it available for time tracking on that project. Allows setting project-specific rates and budgets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| budget | No | Budget allocation for this task | |
| task_id | Yes | The task ID to assign (required) | |
| billable | No | Whether time tracked on this task is billable | |
| is_active | No | Whether this assignment is active | |
| project_id | Yes | The project ID to assign the task to (required) | |
| hourly_rate | No | Hourly rate for this task on this project |