redmine_log_time
Log time spent on a Redmine issue by ID, with hours, optional comment, date, and activity type.
Instructions
Log time spent on an issue. Include a meaningful comment about what was accomplished during this time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hours | Yes | Hours spent (e.g. 1.5) | |
| comments | No | What was accomplished during this time | |
| issue_id | Yes | The issue ID to log time against | |
| spent_on | No | Date the time was spent (YYYY-MM-DD, defaults to today) | |
| activity_id | No | Activity type ID (e.g. 9=Development, 10=Design, etc.) |