list_time_entries
Retrieve time entries with filters for project, user, work package, and date range to monitor logged time and analyze effort allocation.
Instructions
List time entries with filtering by project, user, work package, and date range
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| offset | No | Pagination offset | |
| to_date | No | End date (YYYY-MM-DD) | |
| user_id | No | Filter by user ID | |
| from_date | No | Start date (YYYY-MM-DD) | |
| project_id | No | Filter by project ID or identifier | |
| work_package_id | No | Filter by work package ID |