redmine_update_time_entry
Update existing Redmine time entries by ID to adjust hours, comments, date, project, activity, or custom fields for accurate time tracking.
Instructions
Update an existing time entry
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Time entry ID to update | |
| hours | No | Time spent in hours | |
| comments | No | Description of work done | |
| issue_id | No | Issue ID | |
| spent_on | No | Date when time was spent (YYYY-MM-DD) | |
| project_id | No | Project ID | |
| activity_id | No | Activity ID | |
| custom_field_values | No | Custom field values as key-value pairs |