I suppose the simplest solution would be to rename them to start with the required digit. Example:

1 Critical
2 Important

-----Original Message----- From: org.fossil-scm.fossil-us...@io7m.com
Sent: Monday, October 13, 2014 12:00 AM
To: fossil-users@lists.fossil-scm.org
Subject: [fossil-users] Ordering ticket priority/severity

'Lo.

Currently, if I do, in a ticket report:

 ORDER BY priority, severity

I definitely get something ordered by priority and severity, but of
course the ordering relation for both columns is lexicographical. That
is, "Important" > "Critical" because "Critical" appears earlier in the
alphabet.

That's pretty awful! Is there a recommended way to get a better
ordering relation without having to mutilate the ticket system too
much?

M

_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to