create_issue
Create and manage new issues in Redmine by specifying project ID and subject fields. Supports assignment, categorization, custom fields, and detailed descriptions for effective issue tracking.
Instructions
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 |