get_project_tasks
get_project_tasksRetrieve all tasks for a specific project, with optional status filtering. Use to find task IDs for linking time entries in the timesheet workflow.
Instructions
Get all tasks for a specific project. ALSO used as STEP 4 in timesheet workflow to find task_id for linking time entries to specific tasks. Workflow: list_projects → list_project_deals → list_deal_services → get_project_tasks → create_time_entry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | The ID of the project | |
| status | No | Filter by task status (open or closed) |