Defect severities, part 1 - Severity versus Priority

Summary
Severity is technical, priority is political
Severity is about the technical impact of a defect. Priority is about the urgency of the fix. Important is that severity is one of the factors influencing priority and that only priority should be used to decide what to fix next. An example severity might be:
  1. Critical – damn thing doesn’t run or loses data
  2. High – important feature doesn’t work
  3. Medium – minor feature doesn’t work
  4. Low – nobody would care anyway
Sample priorities
  1. Fix now (before next build)
  2. Fix soon (before next release)
  3. Fix sometime (whenever)
Customers tend to assign very high severity to all defects. I think this is because they are trying to influence priority through severity. Further reading:
Monday 14 March 2005 15:08