displayName property
The display name contains the following:
- for system fields, the field name. For example,
Summary
. - for collapsed custom fields, the field name followed by a hyphen and
then the field name and field type. For example,
Component - Component[Dropdown]
. - for other custom fields, the field name followed by a hyphen and then
the custom field ID. For example,
Component - cf[10061]
.
Implementation
final String? displayName;