Custom Fields and Reports?
| rilex 3 post(s) |
I’m using a couple of custom fields in Trac. Are these available in Reports? When I attempt to add my field to the SQL query that generates the report, the report fails. |
|
|
Trac custom fields can not be used in reports, but Assembla custom fields for tickets can be included. Trac stores custom fields in trac.ini file and it saves values in ticket_changes table, so there is no way to get last value of a field. |
