create_issue
Create a new issue in Redmine by providing a project ID and subject; optionally set tracker, priority, description, assignee, due date, custom fields, and attachments.
Instructions
Creates a new issue in Redmine.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ID of the project to create the issue in (required) | |
| subject | Yes | Issue subject / title (required) | |
| tracker_id | No | Tracker ID (Bug, Feature, etc.) | |
| status_id | No | Status ID | |
| priority_id | No | Priority ID | |
| description | No | Issue description (supports Textile/Markdown) | |
| category_id | No | Issue category ID | |
| fixed_version_id | No | Target version ID | |
| assigned_to_id | No | Assignee user ID | |
| parent_issue_id | No | Parent issue ID (for subtasks) | |
| custom_fields | No | Custom field values | |
| watcher_user_ids | No | User IDs to add as watchers | |
| is_private | No | Whether the issue is private | |
| estimated_hours | No | Estimated hours | |
| done_ratio | No | Percentage done (0-100) | |
| start_date | No | Start date (YYYY-MM-DD) | |
| due_date | No | Due date (YYYY-MM-DD) | |
| uploads | No | Attachments (requires prior upload to get tokens) |