Closed Bug 270381 Opened 20 years ago Closed 17 years ago

More quantative/numeric bug priority

Categories

(Bugzilla :: Bugzilla-General, enhancement)

enhancement
Not set
normal

Tracking

()

RESOLVED WONTFIX

People

(Reporter: p.wasik, Unassigned)

References

Details

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.0; PL; rv:1.7.2) Gecko/20040803
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; PL; rv:1.7.2) Gecko/20040803

Bug priorities should be computed:

Priority (computed floating point) = importance (entered floating point) /
required effort (entered floating point). 

This requires a database schema to be altered (more attributes describing a bug
are required).

In consequence, search criteria should allow to search for bugs with priority
belonging to a certain range.

The feature would allow me to prioritize/schedule large quantities of bugs.

Reproducible: Always
Steps to Reproduce:
N/A

Actual Results:  
N/A

Expected Results:  
N/A
Alternate suggestion:

Priority [computed floating point] = ((importance [entered integer] - 1.0) /
required effort [ entered floating point]) + 1.0

This allows retrofiting existing databases easier, and it acknowledges the
business truth: P1 tasks must be completed ASAP.  Tasks that don't need to be
completed ASAP are not P1.

In this, I'm assuming unrated bugs are counted as suggested in bug 275953.
We still need to split the severity field between:

-> how easy the bug is to fix
-> how severe the bug is

This will allow for things like "enhancement trivial" or "major trivial" instead
of the today's fiasco in the severity field.
OS: Windows 2000 → All
Hardware: PC → All
Reassigning bugs that I'm not actively working on to the default component owner
in order to try to make some sanity out of my personal buglist.  This doesn't
mean the bug isn't being dealt with, just that I'm not the one doing it.  If you
are dealing with this bug, please assign it to yourself.
Assignee: justdave → general
QA Contact: mattyt-bugzilla → default-qa
Depends on: bz_select
The priority is something we define manually, based on the... priorities your boss tells you to fix them. It doesn't make sense to have it computed as it would mean your computer is the one defining the priority of bugs, not your boss.
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.