redmine_create_time_entry
Log time entries against Redmine issues or projects. Specify hours in decimal or H:MM format, target issue or project, activity, and comments.
Instructions
Log a time entry against an issue or project.
Args:
hours: required. Decimal (e.g. "2.5") or "H:MM" (e.g.
"2:30"). Pre-validated client-side.
issue_id: target issue. Either this or project_id is required.
project_id: target project (when not logging against a specific
issue). Ignored when issue_id is non-zero.
activity: optional id or name (e.g. "Development"); resolves
against the cached activity enumeration. Empty for the
default.
spent_on: optional YYYY-MM-DD; defaults to today server-side.
comments: optional, max 1024 chars.
user_id: admin-only override; otherwise current user.
Honors REDMINE_MCP_READ_ONLY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hours | Yes | ||
| user_id | No | ||
| activity | No | ||
| comments | No | ||
| issue_id | No | ||
| spent_on | No | ||
| project_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |