6 / 56 · 18 Test Management Tools · Jira Workflows for Defect Tracking← prev⊞ allnext →☰ Read as one page
1.6Bug Report Anti-Patterns
| Anti-Pattern | Problem | Fix |
|---|---|---|
| "It doesn't work" | No actionable information | Require steps to reproduce, expected vs actual |
| Missing environment info | Cannot reproduce | Always include browser, OS, app version, environment |
| No attachments | Developer cannot see what you saw | Always attach screenshots, logs, HAR files |
| Duplicate bugs | Wastes developer time | Search before creating; link duplicates |
| Over-inflated priority | Everything is "Critical" so nothing is | Reserve Critical for system-down scenarios |
| Bug report in Slack | Lost in conversation, not tracked | File in Jira; link from Slack if needed |
| No reproduction steps | Developer spends hours trying to reproduce | Number each step explicitly |