id summary reporter owner description type status priority milestone component version severity resolution keywords cc branch changelog apichanges internalchanges 2429 """trac-admin priority add foo"" should honor order of execution/insersion" mdaniel@… daniel "In my situation, I wanted more than 10 priorities ''(because we're all corporate and stuff here)''. {{{ #!sh for i in `seq 1 15`; do trac-admin /path/to priority add P$i done }}} results in their order appearing as P1,P10,P2, etc. Pleaese reference: source:/trunk/trac/scripts/admin.py@latest#L853 to see that it uses a numerically increasing ""value"" field, but ""value"" is a text field, so if you do a {{{ #!sql select * from enum where type='priority' order by value }}} it will not do as one wishes above ten items, since (lexically) 1 and 10 appear next to one another. " defect closed normal admin/console normal worksforme trac-admin priority