“A bug is an unexpected problem with software or hardware. Typical problems are often the result of external interference with the program’s performance that was not anticipated by the developer. Minor bugs can cause small problems like frozen screens or unexplained error messages that do not significantly affect usage. Major bugs may not only affect software and hardware, but could also have unintended effects on connected devices or integrated software and may damage data files.” From Gartner Glossary |
| Priority | Definition | SLA |
∎ Critical (Hotfix) |
| ASAP |
∎ High |
| Less than 1 week |
∎ Medium |
| Less than 2 Weeks |
∎ Low |
| According to Capacity |
System Disruption Severity Matrix
| Category | Definition |
|---|---|
Code | The system malfunction was caused by implementation not following the specifications, system is not working as designed (this kind of bugs should be detected during QA phase) |
Requirements (Design Bug) | Reported Bug is an evolution, but is impacting business continuity, system design did not included the specific scenario. |
Change | Reported Bug is an evolution, and is not impacting business continuity, system is working as designed → this bug should be converted into Story/Tasks and added in the backlog for prioritization |
Data | The system malfunction was caused by dad Data quality |
Deployment | The system malfunction was caused by deployment, example: manual steps missing, merge issues, etc |
Access Management | The system malfunction was caused by Access Management, example: inactive user, lack of required accesses. |
Not a Bug | After Deeper analysis it was concluded that it was not a Bug |
