Bug Reproducibility
Bug reproducibility describes how reliably a defect can be triggered again using the same steps — an "always reproducible" bug happens every time; an "intermittent" one only sometimes; a "cannot reproduce" bug can't be triggered again at all with the information currently available, and needs more investigation before it can be fixed.
Reproducibility is arguably the single most important attribute of a bug report, more than severity or priority — a highly severe bug that can't be reproduced is nearly impossible to actually fix, since a developer can't verify a fix against a failure they can't reliably trigger themselves.
Intermittent bugs — the hardest category — often point to underlying causes like race conditions, timing dependencies, or environment-specific state, and typically require more detailed logging, monitoring, or a wider net of reported occurrences before a genuine, reliable reproduction path can be established.