redmineflux_core_create_issue
Create a Redmine issue with project and subject, plus optional tracker, description, priority, assignee, status, estimated hours, and parent issue for subtasks.
Instructions
Create a new issue.
Args: project_id: Project identifier or numeric ID. subject: Issue title. tracker_id: Tracker ID (0 = project default). description: Issue body text (supports Textile/Markdown). priority_id: Priority ID (0 = default). assigned_to_id: User ID to assign to (0 = unassigned). status_id: Status ID (0 = default). estimated_hours: Estimated hours (0 = none). parent_issue_id: Parent issue ID for subtasks (0 = none).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| subject | Yes | ||
| status_id | No | ||
| project_id | Yes | ||
| tracker_id | No | ||
| description | No | ||
| priority_id | No | ||
| assigned_to_id | No | ||
| estimated_hours | No | ||
| parent_issue_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |