Changes between Version 5 and Version 6 of TracTickets


Ignore:
Timestamp:
10/14/06 02:56:31 (18 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracTickets

    v5 v6  
    3434'''Note:''' Versions of Trac prior to 0.9 did not have the ''type'' field, but instead provided a ''severity'' field and different default values for the ''priority'' field. This change was done to simplify the ticket model by removing the somewhat blurry distinction between ''priority'' and ''severity''. However, the old model is still available if you prefer it: just add/modify the default values of the ''priority'' and ''severity'', and optionally hide the ''type'' field by removing all the possible values through [wiki:TracAdmin trac-admin].
    3535
     36'''Note:''' the ''type'' (TicketTypes), ''component'' (TicketComponent), ''version'' (TicketVersion), ''priority'' (TicketPriority) and ''severity'' (TicketSeverity) fields can all be managed through [wiki:TracAdmin trac-admin].
    3637
    3738== Changing and Commenting Tickets ==
     
    6263The option selected by default for the various drop-down fields can be set in [wiki:TracIni trac.ini], in the `[ticket]` section:
    6364
    64  * `default_type`: Default ticket type
    6565 * `default_component`: Name of the component selected by default
    66  * `default_version`: Name of the default version
    6766 * `default_milestone`: Name of the default milestone
    6867 * `default_priority`: Default priority value
    6968 * `default_severity`: Default severity value
     69 * `default_type`: Default ticket type
     70 * `default_version`: Name of the default version
    7071
    7172If 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.