RedmineCustomFields » History » Version 1
Jean-Philippe Lang, 2007-10-12 21:16
| 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 | * *Possible values*: possible values for the "List" fields. You can add more values by clicking on this icon: !/images/add.png! |
||
| 24 | |||
| 25 | h2. Fields for Projects |
||
| 26 | |||
| 27 | * *Required*: field which is required in order to create/save the project |
||
| 28 | |||
| 29 | h2. Fields for Issues |
||
| 30 | |||
| 31 | * *Required*: field which is required in order to create/save the issue |
||
| 32 | * *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]]). |
||
| 33 | |||
| 34 | h2. Field for Users |
||
| 35 | |||
| 36 | * *Required*: field which is required in order to create/save the user |