redmine_create_time_entry
Record time entries for Redmine issues or projects with required hours and activity ID. Optionally add comments, user, and date to track work accurately.
Instructions
Create a new time entry
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hours | Yes | Time spent in hours | |
| user_id | No | User ID (admin only, defaults to current user) | |
| comments | No | Description of work done | |
| issue_id | No | Issue ID (either issue_id or project_id is required) | |
| spent_on | No | Date when time was spent (YYYY-MM-DD, defaults to today) | |
| project_id | No | Project ID (either issue_id or project_id is required) | |
| activity_id | Yes | Activity ID | |
| custom_field_values | No | Custom field values as key-value pairs |