create_issue_category
Create a new issue category in a Redmine project by providing the project ID and category name. Optionally assign a user to auto-assign issues in this category.
Instructions
Creates a new issue category in a project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Project ID (numeric) or identifier (string). Required | |
| name | Yes | Category name (required) | |
| assigned_to_id | No | Numeric user ID to auto-assign issues in this category |