find_billing_work
Find the projects, tasks and subtasks in your organization where time can be tracked, optionally filtered by a name fragment. Use this to locate where to record work. Returns ids and names only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Optional case-insensitive name fragment to filter projects (or tasks when project_id is supplied). | |
| project_id | No | Optional project id to drill into. When supplied, returns that project's tasks and subtasks. | |
| max_results | No | Optional maximum number of rows to return (1-50, default 50). |