How would you prioritize your bug?
Bugs that affect core functionality or negatively affect users should be given the highest priority. Bugs that are affecting a small number of users but are causing significant problems should also be given high priority.
1. Critical - Critical bugs are those that
can cause serious problems if not fixed. They should be fixed as soon as
possible.
2. High - High-priority bugs are those that
may cause some inconvenience, but don't necessarily pose a threat to the system
or users. They should be fixed as soon as possible, but may not take priority
over critical bugs.
3. Normal - Normal-priority bugs are those that
don't necessarily affect the system or users, but could still be fixed if
necessary. They should not be ignored, but may not take priority over other bug
fixes.
Comments
Post a Comment