Version 3 (modified by anonymous, 20 years ago)

--

HTML parsing error: malformed start tag: line 872, column 64
<a href="http://armchair.zerohosting.org/leather-arm-chair.html"">leather arm chair</a>

Custom Ticket Fields

Trac support adding custom, user-defined, fields to the ticket module. Using custom fields, you can add typed, site-specific, properties to tickets.

Note: In Trac 0.8, this feature is still experimental.

Configuriation

Configuring custom ticket fields is done in the TracIni config file.

All field definitions should be under a section named [ticket-custom] in the ini-file.

The syntax of each field definition is:


See also: TracTickets, TracIni