list_tasks
Retrieve all tasks for a project, including titles, status, estimates, and time logged. Optionally filter by status to focus on todo, in-progress, or completed work.
Instructions
List all tasks for a specific project. Returns task titles, status, estimates, and time logged.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | Filter by task status. Omit for all tasks. | |
| project_id | Yes | The ID of the project whose tasks to list |