delete_issue_category
Delete an issue category and optionally reassign its issues to another category to maintain organization.
Instructions
Deletes an issue category. Optionally reassigns its issues to another category.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Numeric issue category ID to delete (required) | |
| reassign_to_id | No | Numeric category ID to reassign issues to before deletion |