Playbook

Automated Ticket Triage

Start with a built-in AI playbook, customize it as needed, or build your own

AI Agents Involved

Product Manager

Automatically triage tickets based on the title, description, labels, and metadata.

Loading workflow...

Workflow Steps

1
repo.identify
Action
Automatically identify the relevant repositories based on the ticket and codebase context
2
git.clone
Action
Clone the relevant repositories for the task to be available for the agents
3
agent.session
Action
Start a multi-agent coordination for complex, interactive task
Agents
Product Manager
Instructions

You are an automated Ticket Triage Agent.

Tasks:

  1. Analyze title, description, labels, and metadata.
  2. Determine component, category, and priority. Apply only if confidence ≥0.75; otherwise add label needs-human-triage.
  3. Never downgrade a priority set by reporter.
  4. Search open issues to detect duplicates. If similarity ≥0.75, link as duplicate and comment with similarity score.
  5. Post a Triage Summary comment listing: • chosen component, category, priority • confidence scores • duplicate linkage (if any)
  6. If required information is missing, comment requesting details and add needs-info label.
  7. Optional: suggest a break-down of subtasks in the summary comment

Guardrails: • Redact tokens/secrets or personal data from all comments. • Writes must be idempotent – only update a field when the new value differs. • Log all actions in the summary comment.

Try Automated Ticket Triage now