update_issue_category
Update an existing issue category by its ID, optionally changing its name or auto-assign user.
Instructions
Updates an existing issue category.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Numeric issue category ID to update (required) | |
| name | No | New category name | |
| assigned_to_id | No | Numeric user ID to auto-assign issues in this category |