close
Warning:
Failed to sync with repository "ogBrowser-Git": (1366, "Incorrect string value: '\\xF0\\x9F\\x93\\xA6 I...' for column 'message' at row 1"); repository information may be out of date. Look in the Trac log for more information including mitigation strategies.
- Timestamp:
-
Mar 15, 2010, 9:46:23 AM (16 years ago)
- Author:
-
trac
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v1
|
v2
|
|
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 == |