delete_project_category
Delete an issue category and optionally reassign its issues to another category to keep them organized.
Instructions
Delete an issue category.
Issues that used the category are left without one, unless you give another category to receive them.
Args: category_id: ID of the category to delete. reassign_to_id: ID of the category that receives the orphaned issues (0 = leave them without a category).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category_id | Yes | ||
| reassign_to_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |