Ticket #5998 (closed defect: fixed)
Add support for grouping, ordering, and column sets to default queries
| Reported by: | scottb@… | Owned by: | rblank |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.11.2 |
| Component: | report system | Version: | 0.11-stable |
| Severity: | normal | Keywords: | query review |
| Cc: | dkg-debian.org@…, jashugan@…, jorge@…, me@… |
Description (last modified by cboos) (diff)
In the trac.ini file there's options for the default query strings:
[query] default_anonymous_query = status!=closed&cc~=$USER default_query = status!=closed&owner=$USER
I'd like to see support for grouping, ordering, and column options added for these default queries. For example something like
default_query = status!=closed&owner=$USER&group=status&order=priority&col=id|summary|type or default_query = status!=closed&owner=$USER&group=status&order=priority&col=id&col=summary&col=type
Attachments
Change History
Note: See
TracTickets for help on using
tickets.



