Ticket #7419 (new enhancement)
Opened 4 years ago
Last modified 9 months ago
Custom ticket status: customised ordering of statuses
| Reported by: | trac+jon@… | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | next-major-0.1X |
| Component: | ticket system | Version: | 0.11-stable |
| Severity: | normal | Keywords: | |
| Cc: | jevans591@…, jrioux@… | ||
| Release Notes: | |||
| API Changes: | |||
Description
We have a large number of custom ticket statuses now, thanks to 0.11 - it would be nice if I could define a sort order in the config file (similar to how you can do so in a [milestone-groups] section) so that when ordering tickets by status, they appear in my defined order.
Attachments
Change History
comment:1 Changed 3 years ago by osimons
comment:2 Changed 3 years ago by rblank
- Milestone set to 0.12
Related to #5031, which is scheduled for 0.12.
comment:3 Changed 3 years ago by jevans
- Cc jevans591@… added
comment:4 Changed 2 years ago by rblank
- Milestone changed from 0.12 to next-major-0.1X
comment:5 Changed 21 months ago by aaron@…
I'd like to note my support for this feature too; currently we run a simple four-step process (new, assigned, testing, closed), and it kind of sucks that viewing tickets by status displays them in alphabetical order.
Alternately, if I could specify the sort order in a query itself, I'd be more than satisfied with that; query?status=new&status=assigned&status=testing&status=closed&group=status should IMO respect the order I'm setting within the query.
comment:6 Changed 11 months ago by dan_gawarecki@…
WORK-AROUND:
A simple work around is to rename your state names to have a number in front of them (e.g., 1 - Assigned), although information on this section on the workflow wiki page implies it is best to leave new and closed alone. This doesn't really help the previous poster out when they only have 4 states for only assigned and testing can be thus renamed.
By the way, consider this my vote for this feature too.
comment:7 Changed 9 months ago by jrioux@…
- Cc jrioux@… added



#7489 closed as duplicate.