RedmineCustomFields » History » Version 3
  Tharuka Pathirana, 2010-08-09 11:52 
  Possible values for lists are entered in lines not after clicking (+).
| 1 | 1 | Jean-Philippe Lang | h1. Custom fields | 
|---|---|---|---|
| 2 | |||
| 3 | Custom fields allow you to add additional information on Projects, Issues or Users. A custom field can be of one the following types: | ||
| 4 | |||
| 5 | * *Integer*: positive or negative number | ||
| 6 | * *String*: one single line of input | ||
| 7 | * *Text*: multiple lines text | ||
| 8 | * *Date*: date | ||
| 9 | * *Boolean*: checkbox | ||
| 10 | * *List*: drop down list | ||
| 11 | |||
| 12 | Some validations can be defined for each custom field: | ||
| 13 | |||
| 14 | * *Min - max length* : minimum and maximum length for the field (0 means that there is no restriction) | ||
| 15 | * *Regular Expression* : a regular expression can be used to validate the field content | ||
| 16 | |||
| 17 | Examples: | ||
| 18 | |||
| 19 |   ^\[A-Z]{4}\d+$ : 4 capital letters followed by one or several digits | ||
| 20 | |||
| 21 | ^[^0-9]*$ : characters only - no digits | ||
| 22 | |||
| 23 | 3 | Tharuka Pathirana | * *Possible values*: possible values for the "List" fields. One line for each value. | 
| 24 | 1 | Jean-Philippe Lang | |
| 25 | h2. Fields for Issues | ||
| 26 | |||
| 27 | * *Required*: field which is required in order to create/save the issue | ||
| 28 | * *For all projects*: if checked, this field is used for the issues of all the projects. If unchecked, each project can choose whether or not to use the field for its issues (see [[RedmineProjectSettings|Project settings]]). | ||
| 29 | 2 | Mischa The Evil | |
| 30 | h2. Fields for Spent-time entries | ||
| 31 | |||
| 32 | * *Required*: field which is required in order to create/save the spent-time entry | ||
| 33 | |||
| 34 | h2. Fields for Projects | ||
| 35 | |||
| 36 | * *Required*: field which is required in order to create/save the project | ||
| 37 | 1 | Jean-Philippe Lang | |
| 38 | h2. Field for Users | ||
| 39 | |||
| 40 | * *Required*: field which is required in order to create/save the user |