An Orkeste agent reads every new Jira bug, identifies the component, assesses severity from reproduction steps, and proposes an owner, waiting for the engineering lead's approval before assigning.
How the workflow runs
Detect new bug: Listens to Jira for new issues in the Bug issue type.
Classify component and severity: Reads description, steps and logs to infer component and severity.
Check for duplicates: Searches existing issues for likely duplicates and links them.
Engineering lead approves: Lead reviews proposed component, severity, owner and approves.
Update Jira: Applies fields and assigns the issue in Jira with full audit context.
Human-in-the-loop: Severity calls and owner assignments always require an engineering lead's explicit approval.