| Type | Field Contents | Value Constraints |
|---|---|---|
| String | text string up to 255 characters | |
| Numeric | an integer | |
| Float | a floating point number | |
| Enumeration | one of a list of text strings | Enter the list of text strings separated by "|" (pipe character) in the Possible Values field. The Default value should match one of these strings as well. This will be displayed as a dropdown menu. |
| an email address string up to 255 characters | When displayed, the value will also be encapsulated in a mailto: reference. | |
| Checkbox | zero or more of a list of text strings | Enter the list of text strings separated by "|" (pipe character) in the Possible Values field. The Default value should match one of these strings as well. This will be displayed as a list of text strings with a checkbox beside them. |
| List | one of a list of text strings | Enter the list of text strings separated by "|" (pipe character) in the Possible Values field. The Default value should match one of these strings as well. This will be displayed as a multi-line dropdown menu. |
| Multiselection List | zero or more of a list of text strings | Enter the list of text strings separated by "|" (pipe character) in the Possible Values field. The Default value should match one of these strings as well. This will be displayed as a multi-line dropdown menu. |
| Date | text string defining a date | This is displayed as a set of dropdown menus for day, month, and year. Defaults should be defined in yyyy-mm-dd format. |
| Entry | Meaning |
|---|---|
| Display Only On Advanced Page | If checked, the field will NOT be shown on the simple issue displays |
| Display When Reporting Issues | If checked, the field will be shown on the report issues displays |
| Display When Updating Issues | If checked, the field will NOT be shown on the update issue and change status displays |
| Display When Resolving Issues | If checked, the field will NOT be shown on the update issue displays and change status displays, if the new status is resolved. |
| Display When Closing Issues | If checked, the field will NOT be shown on the update issue displays and change status displays, if the new status is closed. |
| Required On Report | If checked, the field must be filled in on the issue reports. |
| Required On Update | If checked, the field must be filled in on the update issue and change status displays. |
| Required On Resolve | If checked, the field must be filled in on the update issue and change status displays, if the new status is resolved. |
| Required On Close | If checked, the field must be filled in on the update issue and change status displays, if the new status is closed. |