Priority

General

// Definition

A classification of how urgently a defect must be fixed, set by product management based on business impact, release schedule, and customer commitment. Priority answers 'when should this be fixed?' — a cosmetic defect on a high-traffic page may be P1 urgency despite low severity, while a rare data-loss bug may be deferred to a future release (P3) despite high severity. Priority drives sprint planning; severity drives technical risk assessment. The two dimensions are deliberately independent to give product and engineering separate levers.

// Related terms