II.
Workflow JSON
Structured · liveworkflow:bug-triage-process
Bug Triage Process json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "workflow:bug-triage-process",
"_kind": "Workflow",
"_file": "workflows/workflows/workflows-expanded-2.yaml",
"_cluster": "workflows",
"attributes": {
"displayName": "Bug Triage Process",
"workflowKind": "operational",
"triggerType": "scheduled",
"typicalCadence": "daily",
"complexity": "simple",
"description": "Systematic bug triage — severity classification, reproduction\nverification, assignment to owning team, priority ranking against\nbacklog, and SLA tracking for resolution. Includes customer-reported\nand internally-detected bugs.\n"
},
"outgoingEdges": [
{
"from": "workflow:bug-triage-process",
"to": "role:qa-engineer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:bug-triage-process",
"to": "role:engineering-manager",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:bug-triage-process",
"to": "role:support-engineer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:bug-triage-process",
"to": "skill-area:code-quality",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:bug-triage-process",
"to": "skill-area:error-tracking",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:bug-triage-process",
"to": "domain:software-engineering",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:bug-triage-process",
"to": "domain:qa-testing",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:bug-triage-process",
"to": "responsibility:test-strategy",
"kind": "triggers_responsibility",
"attributes": {}
}
],
"incomingEdges": []
}