create_project_task_assignment
Assign a task to a project to enable time tracking. Set project-specific hourly rates and budgets for better cost management.
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 |
|---|---|---|---|
| project_id | Yes | The project ID to assign the task to (required) | |
| task_id | Yes | The task ID to assign (required) | |
| is_active | No | Whether this assignment is active | |
| billable | No | Whether time tracked on this task is billable | |
| hourly_rate | No | Hourly rate for this task on this project | |
| budget | No | Budget allocation for this task |