redmine_log_time
Log time entries in Redmine by specifying hours and activity ID, with optional issue or project association. Returns the created time record.
Instructions
[Stable] Log time against a Redmine issue or project. Either issue_id or project_id is required. Returns the created time entry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hours | Yes | ||
| comments | No | ||
| issue_id | No | ||
| spent_on | No | ||
| project_id | No | ||
| activity_id | Yes |