Ticket #4019 (new defect)
[PATCH] - Ticket Api does not contain 'time' and 'changetime' fields
| Reported by: | ilias@… | Owned by: | jonas |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.12 |
| Component: | ticket system | Version: | devel |
| Severity: | normal | Keywords: | created lastmodified |
| Cc: | mjs@…, goncha@… |
Description (last modified by cboos) (diff)
source:trunk/trac/ticket/api.py@3935#L88
The attached patch introduces the fields 'time' and 'changetime' to the ticket api.
This enables e.g. sorting on those fields within queries (ticket-query-macro).
(sidenote: "'type': 'text'" can be possibly changed later e.g. to "datetime", in order to allow formatting of the values within the UI)
context: http://dev.lazaridis.com/base/wiki/PlanTicketQueryMacro
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


