Ticket #3990 (closed enhancement: duplicate)
Enable use of 'time' and 'changetime' fields within the query module
| Reported by: | ilias@… | Owned by: | jonas |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | ticket system | Version: | devel |
| Severity: | normal | Keywords: | |
| Cc: |
Description
e.g.: "order=time" and "order=changetime" do not work.
ordering based on "changetime" is important, in order to identify simply active/inactive tickets.
Most possibly, the fields will become available by adding them to this function:
source:trunk/trac/ticket/api.py#3935#L88
testing order=changetime
keyword-parameter [[TicketQuery(status=assigned|new|reopened, order=changetime, format=table )]] [[TicketQuery(status=assigned|new|reopened&order=changetime, format=table )]]
context: http://dev.lazaridis.com/base/wiki/PlanTicketQueryMacro
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


