Changes between Version 4 and Version 5 of TracTickets

Show
Ignore:
Timestamp:
12.04.2010 09:17:16 (5 months ago)
Author:
trac
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracTickets

    v4 v5  
    6969 * `default_type`: Default ticket type 
    7070 * `default_version`: Name of the default version 
     71 * `default_owner`: Name of the default owner, ''if no owner for the component has been set'' 
    7172 
    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. 
     73If 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. 
    7374 
    7475 
     
    8788 
    8889'''Note:''' See [http://pacopablo.com/wiki/pacopablo/blog/set-assign-to-drop-down Populating Assign To Drop Down] on how to add user entries at database level 
     90 
     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. 
    8994 
    9095== Preset Values for New Tickets ==