FogBugz uses a "Priority" system but other issue trackers often opt for "Severity," or even a hybrid of both. What's the difference between "Priority" and "Severity?"
|
|
FogBugz does not have a severity field. This article explains why. Many traditional bug tracking systems had two fields, priority and severity. Like most modern bug tracking systems, FogBugz only stores the priority. Priority represents the importance of fixing a bug, and reflects a business decision as to how soon that bug should be fixed: all priority 1 bugs should be fixed before priority 2 bugs, etc. Severity represents "how bad a bug is." For example, a bug that causes the program to crash would be considered high severity, while a small spelling error might be low severity. But wait a minute ... if that spelling error is in a frequently-used part of the program, it might give an overall bad impression that hurts the product's sales. And if the crashing bug happens extremely rarely and only under very unusual circumstances, you may decide that the spelling error is actually more important. So you could imagine having a high severity bug with a low priority, or vice versa. The FogBugz designers, though, decided that the only thing you need to enter and store is the priority. You need to decide which bugs are going to get done first, and you need to be able to search for high priority bugs or sort bugs by priority. But if a bug is low priority, the additional piece of information that it is "high severity" is merely confusing, since you're still not going to fix it until all the higher priority bugs are done. FogBugz has a general principle of never asking users to input data that's not going to be used later. If we required bug submitters to decide both the severity and the priority of a bug, that would increase the amount of thought and work it takes to enter and manage that bug. Each time you enter a bug, you would have to make two hard decisions, only one of which really matters in the long run. Most of the time, the priority and severity are the same; when they're not, the severity is not worth keeping track of. Our years of experience with bug tracking software have taught us that the most important factor in successful bug tracking is getting every bug captured in the system. We've found that in the real world, anything which increases the mental friction of inputting a bug will dramatically reduce the number of bugs entered. In this case, we strongly believe that requiring the person who inputs a bug to think about both the priority and the severity is more of a hindrance than a benefit to successful bug tracking, and the fewer required fields you have, the easier it is to enter bugs and the more useful FogBugz will be. |
||
|
|