Changes between Version 5 and Version 6 of TracTickets
- Timestamp:
- 10/14/06 02:56:31 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracTickets
v5 v6 34 34 '''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]. 35 35 36 '''Note:''' the ''type'' (TicketTypes), ''component'' (TicketComponent), ''version'' (TicketVersion), ''priority'' (TicketPriority) and ''severity'' (TicketSeverity) fields can all be managed through [wiki:TracAdmin trac-admin]. 36 37 37 38 == Changing and Commenting Tickets == … … 62 63 The option selected by default for the various drop-down fields can be set in [wiki:TracIni trac.ini], in the `[ticket]` section: 63 64 64 * `default_type`: Default ticket type65 65 * `default_component`: Name of the component selected by default 66 * `default_version`: Name of the default version67 66 * `default_milestone`: Name of the default milestone 68 67 * `default_priority`: Default priority value 69 68 * `default_severity`: Default severity value 69 * `default_type`: Default ticket type 70 * `default_version`: Name of the default version 70 71 71 72 If 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.