Wavelength Try the live demo

Support ticket escalation from Zendesk to Jira diagram

This is a worked example. Wavelength built the diagram below from the description on this page. Nobody drew it by hand.

What was said

Customers open tickets in Zendesk. A tier one agent triages each ticket. If the agent cannot solve it, the ticket goes to tier two support. If tier two finds a product bug, they create a Jira issue for the engineering team. Engineering fixes the bug and releases it, and the tier two agent tells the customer the ticket is resolved.

The diagram

G n1 Customer n2 Zendesk n1->n2 opens ticket n3 Tier One Agent n2->n3 triages n4 Can Solve? n3->n4 check solve n5 Tier Two Support n4->n5 No n5->n1 informs resolved n6 Bug Found? n5->n6 checks bug n7 Jira n6->n7 Yes n8 Engineering Team n7->n8 assigns issue n8->n5 fixes and releases
Hexagons are systems. Cylinders are data stores. Diamonds are decisions. Rounded orange boxes are people and teams. A dashed amber arrow is a link the AI inferred. Pink arrows are decision branches. Blue arrows move data.

What is in this flow

Mermaid code

Copy this into any Markdown file, GitHub README, or Mermaid Live to render the same flow.

flowchart TD
  n1("Customer")
  n2{{"Zendesk"}}
  n3("Tier One Agent")
  n4{"Can Solve?"}
  n5("Tier Two Support")
  n6{"Bug Found?"}
  n7{{"Jira"}}
  n8("Engineering Team")
  n1 -->|opens ticket| n2
  n2 -->|triages| n3
  n3 -->|check solve| n4
  n4 -->|No| n5
  n5 -->|checks bug| n6
  n6 -->|Yes| n7
  n7 -->|assigns issue| n8
  n8 -->|fixes and releases| n5
  n5 -->|informs resolved| n1

Map your own process

Describe your version out loud, or paste the transcript of a call. Wavelength draws the flow as you talk, and you can edit it by voice, by prompt, or by hand.

Start freeTry the live demo

Every new account starts with 14 days of Pro. No card needed.

More examples

Product returns and RMA processFlow diagram example Order to cash processFlow diagram example Procure to pay processFlow diagram example

See all flow diagram examples