← All questions

Severity vs priority — how do you actually decide in practice?

Asked 2026-08-12Viewed 92 times1 answers
3

I understand the textbook definition: severity is technical impact, priority is business urgency. Where I struggle is applying it under pressure.

Concrete example: a typo in the footer copyright year. Severity is obviously trivial. But marketing says it must ship today because of an audit. Does that make it P1?

How do you defend your rating when a stakeholder disagrees?

1 Answer

2

✓ Accepted answer

Yes — that is a trivial severity, P1 priority bug, and that combination is completely legitimate. The two axes are independent on purpose, precisely so you can express "small problem, must fix now".

The trick when defending a rating is to stop arguing about the label and state the two facts separately:

  • Severity — what breaks, and for whom. Owned by QA, because it is an observation.
  • Priority — when we fix it relative to everything else. Owned by the product owner, because it is a business trade-off.

Once you frame priority as their decision, the argument usually evaporates. You are not conceding anything — you are refusing to let a scheduling decision rewrite a technical fact.

answered 2026-08-12

Your answer

Sign in to post an answer.