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:
-
Aug 30, 2018, 8:26:17 AM (7 years ago)
- Author:
-
trac
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v2
|
v3
|
|
14 | 14 | |
15 | 15 | The example below should help to explain the syntax. |
| 16 | |
| 17 | === Field Names |
| 18 | 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 | * cc |
| 22 | * changetime |
| 23 | * col |
| 24 | * comment |
| 25 | * component |
| 26 | * desc |
| 27 | * description |
| 28 | * format |
| 29 | * group |
| 30 | * groupdesc |
| 31 | * id |
| 32 | * keywords |
| 33 | * max |
| 34 | * milestone |
| 35 | * or |
| 36 | * order |
| 37 | * owner |
| 38 | * page |
| 39 | * priority |
| 40 | * report |
| 41 | * reporter |
| 42 | * resolution |
| 43 | * row |
| 44 | * severity |
| 45 | * status |
| 46 | * summary |
| 47 | * time |
| 48 | * type |
| 49 | * verbose |
| 50 | * version |
16 | 51 | |
17 | 52 | === Available Field Types and Options |