create_project_category
Create a new issue category in a Redmine project, optionally assigning a default user to handle issues in that category.
Instructions
Create an issue category in a project.
Args: project_identifier: project identifier. name: category name (e.g. 'Infrastructure'). assigned_to_id: user assigned by default to issues in this category (0 = none).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| assigned_to_id | No | ||
| project_identifier | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |