redmine_list_time_entries
Retrieve logged work hours from Redmine using filters by date range, user, project, issue, or activity. Obtain only the records that match your criteria.
Instructions
List time entries with optional filters
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End date for range (YYYY-MM-DD) | |
| from | No | Start date for range (YYYY-MM-DD) | |
| limit | No | Maximum number of entries to return (1-100, default: 25) | |
| offset | No | Number of entries to skip | |
| user_id | No | User ID or "me" | |
| issue_id | No | Issue ID | |
| spent_on | No | Specific date (YYYY-MM-DD) | |
| project_id | No | Project ID or identifier | |
| activity_id | No | Time entry activity ID |