The Anatomy of Technical Triage ยท Part 05

Severity Is Not Urgency

The difference between how bad and how urgent

Severity and priority get used almost interchangeably in casual conversation, and that habit quietly does real damage to how work gets sequenced. They are measuring two different things. Severity measures how bad something is. Priority measures how fast it needs attention relative to everything else already competing for the same hours. Confusing the two is exactly how the wrong bugs jump the queue.

What severity actually measures

Severity is impact. How many people are affected, how central the broken functionality is to the product experience. It's worth being concrete about how counterintuitive this can get. Picture two bugs landing on the same day. One crashes a rarely visited settings screen for a small number of people. The other silently corrupts a file that every user touches, but nobody's noticed yet because the corruption hasn't surfaced as a visible symptom. The second bug is far more severe, even though it's currently making no noise at all. Noise level and actual impact are not the same measurement, and treating them as correlated is where misjudgment starts.

Atlassian's own public incident management guidance makes a similar point plainly, that high severity doesn't automatically mean something jumps to the top of the priority list, and high priority doesn't always mean a system is fully down. Both measurements matter, and the skill is recognizing when they align and when they don't.

What priority actually measures

Priority is timing, when something gets worked given everything else already in the queue. Severity, done well, should be close to objective. Look carefully at what broke and how far its effects reach, and reasonable people examining the same evidence should land on roughly the same answer.

Priority has more legitimate room for judgment, weighing competing demands against each other is inherently a judgment call. That flexibility is exactly where distortion creeps in. It becomes easy, without anyone intending it, to let who's asking quietly shape how urgent something feels, independent of what the actual impact analysis would show.

Status is not evidence, but it isn't nothing either

A bug affecting a small number of people can outrun a bug affecting thousands in the queue, simply by landing on the right desk. This isn't automatically a corrupt process. Sometimes someone with more visibility across the organization genuinely has seen something the rest of the queue hasn't yet. The actual failure mode isn't that their report gets attention. It's treating that attention as proof of severity rather than as a legitimate reason to go check.

The distinction matters because every high priority classification pulls real engineering time away from something else. That reallocation isn't free, and someone eventually has to be confident the tradeoff was actually worth it, not just the person who initially asked for it.

The same discipline, aimed differently

This is the Confidence Gate again, applied to a new question. Not do I understand what's happening, but do I actually know how much this matters, or am I simply reacting to how loudly it was asked. Severity and priority both deserve that same honest scrutiny. Neither one should be built from who happens to be asking.

Being precise about the distinction isn't bureaucratic overhead. It's a form of respect, for everyone else whose time is also competing for the same limited hours, and for the discipline of triage itself, which only stays trustworthy if its classifications hold up under a closer look regardless of who's watching.

Previousโ† Fixing the System, Not Just the Ticket NextClosing the Loop โ†’