Changes between Version 4 and Version 5 of TracTickets


Ignore:
Timestamp:
Mar 4, 2007, 11:15:01 PM (18 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracTickets

    v4 v5  
    6363The option selected by default for the various drop-down fields can be set in [wiki:TracIni trac.ini], in the `[ticket]` section:
    6464
    65  * `default_type`: Default ticket type
    6665 * `default_component`: Name of the component selected by default
    67  * `default_version`: Name of the default version
    6866 * `default_milestone`: Name of the default milestone
    6967 * `default_priority`: Default priority value
    7068 * `default_severity`: Default severity value
     69 * `default_type`: Default ticket type
     70 * `default_version`: Name of the default version
    7171
    7272If any of these options are omitted, the default value will either be the first in the list, or an empty value, depending on whether the field in question is required to be set.