redmine_delete_issue_category
Delete an issue category and optionally reassign its issues to another category to avoid orphaned items.
Instructions
Delete an issue category. Permanent.
Args:
category_id: numeric category id.
reassign_to_id: optional category id to reassign affected issues.
0 for no reassignment.
Honors REDMINE_MCP_READ_ONLY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category_id | Yes | ||
| reassign_to_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |