IssueField


Represents a field within the issue.

Public Fields:

NameTypeDescription
SystemNameStringThe 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??
CaptionStringThe caption of the field. The caption is customized by the accounts administrator on the Elementool Web site.Example??
ValueStringThe value of the field in the issue. Example??
IsRequiredBooleanHolds true if the field cannot contain an empty value, else it is false.
ValueListString[]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??