Jev issue classifier
jev_classify_issueClassifies an issue into category, severity, urgency, and an owner candidate from a provided allowlist, returning unknown when no owner matches.
Instructions
Classify an issue by category, severity, urgency, and an allowlisted owner candidate. The tool may return unknown; it must not invent an owner.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue | Yes | ||
| model | No | ||
| evidence | No | ||
| truncated | No | ||
| owner_candidates | Yes | ||
| evidence_complete | No | ||
| repository_context | No |