Redmine MCP Server
by yonaka15
create_issue
Create a new issue. Requires project ID and subject fields. Returns success or validation error status. Available since Redmine 1.0
Input Schema
Name | Required | Description | Default |
---|---|---|---|
assigned_to_id | No | User ID to assign this issue to | |
category_id | No | Issue category ID | |
custom_fields | No | List of custom field values | |
description | No | Detailed issue description | |
due_date | No | Issue due date as YYYY-MM-DD | |
estimated_hours | No | Estimated time in hours | |
fixed_version_id | No | Target version or milestone ID | |
is_private | No | Set true to make issue private | |
parent_issue_id | No | Parent issue ID for subtasks | |
priority_id | No | Priority level ID | |
project_id | Yes | Project ID where issue will be created | |
start_date | No | Issue start date as YYYY-MM-DD | |
status_id | No | Initial status ID for the issue | |
subject | Yes | Issue title or summary | |
tracker_id | No | Type of issue determined by tracker ID | |
watcher_user_ids | No | List of user IDs to add as watchers |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools
- list_issues
- create_issue
- list_projects
- update_issue
- delete_issue
- add_issue_watcher
- remove_issue_watcher
- show_project
- create_project
- update_project
- archive_project
- unarchive_project
- delete_project
- list_time_entries
- show_time_entry
- create_time_entry
- update_time_entry
- delete_time_entry
- list_users
- show_user
- create_user
- update_user
- delete_user