Changes between Version 3 and Version 4 of TracTickets
- Timestamp:
- Jun 8, 2011, 7:42:05 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracTickets
v3 v4 63 63 The option selected by default for the various drop-down fields can be set in [wiki:TracIni trac.ini], in the `[ticket]` section: 64 64 65 66 67 68 65 * `default_component`: Name of the component selected by default 69 66 * `default_milestone`: Name of the default milestone … … 72 69 * `default_type`: Default ticket type 73 70 * `default_version`: Name of the default version 71 * `default_owner`: Name of the default owner, ''if no owner for the component has been set'' 74 72 75 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. 73 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. Some of these can be chosen through the [trac:WebAdmin WebAdmin] plugin in the "Ticket System" section (others in the "trac.ini" section). The default owner for a ticket will be the component owner, if that is set, or `default_owner`, if not. 76 74 77 75 … … 92 90 93 91 '''Note 2:''' If you need serious flexibility and aren't afraid of a little plugin coding of your own, see [http://trac-hacks.org/wiki/FlexibleAssignToPlugin FlexibleAssignTo] (disclosure: I'm the author) 92 93 '''Note 3:''' Activating this option may cause some performance degradation, read more about this in the [trac:TracPerformance#Configuration Trac performance] page. 94 94 95 95 == Preset Values for New Tickets ==