Edgewall Software

Changes between Version 23 and Version 24 of TracReports


Ignore:
Timestamp:
Oct 1, 2006, 11:23:07 PM (18 years ago)
Author:
anonymous
Comment:

minor wording tweak because custom ticket fields are no longer experimental

Legend:

Unmodified
Added
Removed
Modified
  • TracReports

    v23 v24  
    209209=== Reporting on custom fields ===
    210210
    211 If you have added custom fields to your tickets (experimental feature in v0.8, see TracTicketsCustomFields), you can write a SQL query to cover them. You'll need to make a join on the ticket_custom table, but this isn't especially easy.
     211If you have added custom fields to your tickets (a feature since v0.8, see TracTicketsCustomFields), you can write a SQL query to cover them. You'll need to make a join on the ticket_custom table, but this isn't especially easy.
    212212
    213213If you have tickets in the database ''before'' you declare the extra fields in trac.ini, there will be no associated data in the ticket_custom table. To get around this, use SQL's "LEFT OUTER JOIN" clauses. See TracIniReportCustomFieldSample for some examples.