issue_set_classification
Classify an issue by updating its type, status, priority, or severity in one call, modifying only the fields you specify. Triage issues in a single action.
Instructions
Set an issue's type/status/priority/severity in one call (only the fields provided are changed). Convenience wrapper over issue_update for this common triage action.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Issue id | |
| type | No | ||
| status | No | ||
| priority | No | ||
| severity | No |