IssueField
Represents a field within the issue.
Public Fields:
Name | Type | Description |
SystemName | String | The unique name
of the field. This field is used by the system to identify fields. The name is never displayed on the Web site, instead a caption is used. Example?? |
Caption | String | The caption of the field. The caption is customized by the accounts administrator on the Elementool Web site.Example?? |
Value | String | The value of the field in the issue. Example?? |
IsRequired | Boolean | Holds true if the field cannot contain an empty value, else it is false. |
ValueList | String[] | If the field is a dropdown list, hold the list of possible values. If the field is not a dropdown list, hold null. Example with delimiters?? |