ops route
Ticket routing commands. Analyzes a ticket description and suggests the appropriate project or team to handle it.
Subcommands
| Subcommand | Description |
|---|---|
ticket | Route a single ticket to the appropriate project |
batch | Route multiple tickets from a file |
ops route ticket
Analyze a single ticket description and suggest which project or team should own it.
Suggest a project owner for one ticket
Terminal
$ops route ticket "Sling timeout when querying large CieTrade tables"
ops route batch
Route many tickets at once by reading them from a file (one ticket per line).
Route every ticket in tickets.txt and emit suggestions in bulk
Terminal
$ops route batch tickets.txt
Pair With
classifyUse ops classify to determine what kind of work a ticket is (bug, feature, chore, docs) before using route to decide who owns it.