Edgewall Software

Opened 18 years ago

Last modified 16 years ago

#4019 closed defect

[PATCH] - Ticket Api does not contain 'time' and 'changetime' fields — at Initial Version

Reported by: ilias@… Owned by: Jonas Borgström
Priority: normal Milestone: 0.12
Component: ticket system Version: devel
Severity: normal Keywords: created lastmodified
Cc: mjs@…, goncha@… Branch:
Release Notes:
API Changes:
Internal Changes:

Description

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

Change History (1)

by ilias@…, 18 years ago

Note: See TracTickets for help on using tickets.