redmine_update_time_entry
Modify an existing Redmine time entry. Provide the entry ID and set any of hours, comments, issue, date, project, activity, or custom field values.
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 |