Bug 44519 - Sorting by Importance doesn't work.
Summary: Sorting by Importance doesn't work.
Keywords:
Status: CLOSED DUPLICATE of bug 7482
Alias: None
Product: Bugzilla
Classification: Community
Component: Bugzilla General
Version: 2.8
Hardware: i386
OS: Linux
high
medium
Target Milestone: ---
Assignee: David Lawrence
QA Contact: David Lawrence
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2001-06-13 23:17 UTC by Stephen Rasku
Modified: 2007-03-27 03:45 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2001-06-14 05:34:53 UTC
Embargoed:


Attachments (Terms of Use)

Description Stephen Rasku 2001-06-13 23:17:26 UTC
This should work by sorting by priority from high to normal to low. 
Additionally, there should be a sub-sort on Severity from security to
translation.  For example, this is sorted by importance:

Pri	Sev
===	===
high	security
high	high
high	low
normal	high
low	enhancement
low	translation

It doesn't, do this right now because it seems to sort alphabetically
instead of by "value".

Comment 1 David Lawrence 2001-06-14 05:34:49 UTC
I agree. Right now it is basically just adding an "order by" clause to the SQL
query and Oracle
is happily sorting it in alphabetical order instead of what we consider the
right way. It will take some
doing to do it right but as soon as I have a free moment I will implement this.

Comment 2 Aleksey Nogin 2002-11-13 11:58:28 UTC

*** This bug has been marked as a duplicate of 7482 ***


Note You need to log in before you can comment on or make changes to this bug.