redmine_create_issue
Create a new Redmine issue by specifying project and subject, with optional fields for details, dates, assignee, and uploads. Returns the created issue and its assigned ID.
Instructions
[Stable] Create a new Redmine issue. Returns the created issue with its assigned ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| subject | Yes | ||
| uploads | No | ||
| due_date | No | ||
| status_id | No | ||
| done_ratio | No | ||
| project_id | Yes | ||
| start_date | No | ||
| tracker_id | No | ||
| description | No | ||
| priority_id | No | ||
| custom_fields | No | ||
| assigned_to_id | No | ||
| estimated_hours | No | ||
| parent_issue_id | No |