Bug 44519

Summary: Sorting by Importance doesn't work.
Product: [Community] Bugzilla Reporter: Stephen Rasku <redhat>
Component: Bugzilla GeneralAssignee: David Lawrence <dkl>
Status: CLOSED DUPLICATE QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: high    
Version: 2.8   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-06-14 05:34:53 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

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 ***