Update Redmine Time Entry
redmine_update_time_entryModify a Redmine time entry's hours, activity, date, or comments by providing its ID. Returns confirmation.
Instructions
Update an existing time entry.
Args:
time_entry_id: Time entry ID (required)
hours / activity_id / spent_on / comments: Fields to update
Returns: Confirmation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hours | No | New hours | |
| comments | No | New comment | |
| spent_on | No | New date (YYYY-MM-DD) | |
| activity_id | No | New activity ID | |
| time_entry_id | Yes | Time entry ID |