create_time_entry
Log time spent on projects or issues in Redmine by specifying hours, project or issue ID, and activity type if no default exists. Includes optional comments and date.
Instructions
Record spent time on projects or issues. Hours and project or issue ID required. Activity type ID required if no default exists. Available since Redmine 1.1
Input Schema
Name | Required | Description | Default |
---|---|---|---|
activity_id | No | Activity type ID. Required if no default exists | |
comments | No | Optional comments up to 255 characters | |
hours | Yes | Number of hours spent. Can use decimals | |
issue_id | No | Issue ID to log time against | |
project_id | No | Project ID as number or project key as text | |
spent_on | No | Date in YYYY-MM-DD format. Defaults to today | |
user_id | No | Log time for this user ID. Requires admin rights |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from Redmine MCP Server
- add_issue_watcher
- archive_project
- create_issue
- create_project
- create_time_entry
- create_user
- delete_issue
- delete_project
- delete_time_entry
- delete_user
- list_issues
- list_projects
- list_time_entries
- list_users
- remove_issue_watcher
- show_project
- show_time_entry
- show_user
- unarchive_project
- update_issue
- update_project
- update_time_entry
- update_user
Related Tools
- @yonaka15/mcp-server-redmine
- @yonaka15/mcp-server-redmine
- @taiste/harvest-mcp-server
- @yonaka15/mcp-server-redmine
- @ilask/Redmine-MCP