update_time_entry
Update an existing time entry by its ID. Modify hours, activity, comments, date, or reassign to a different issue or project.
Instructions
Updates an existing time entry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Numeric time entry ID to update (required) | |
| issue_id | No | Issue ID to reassign time to | |
| project_id | No | Project ID or identifier to reassign time to | |
| hours | No | Number of hours spent | |
| activity_id | No | Time activity ID | |
| comments | No | Description of the work done | |
| spent_on | No | Date the time was spent (YYYY-MM-DD) | |
| user_id | No | User ID (requires admin privileges) | |
| custom_fields | No | Custom field values |