Changes between Version 3 and Version 4 of TracTicketsCustomFields
- Timestamp:
- 2018-10-05T12:10:07+10:00 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracTicketsCustomFields
v3 v4 14 14 15 15 The example below should help to explain the syntax. 16 17 === Field Names18 A field name can only contain lowercase letters a-z, uppercase letters A-Z or digits 0-9, and must not start with a leading digit.19 20 The following field names are reserved and can not be used for custom fields:21 * cc22 * changetime23 * col24 * comment25 * component26 * desc27 * description28 * format29 * group30 * groupdesc31 * id32 * keywords33 * max34 * milestone35 * or36 * order37 * owner38 * page39 * priority40 * report41 * reporter42 * resolution43 * row44 * severity45 * status46 * summary47 * time48 * type49 * verbose50 * version51 16 52 17 === Available Field Types and Options