Class CascadingSelectCFType

java.lang.Object
com.atlassian.jira.issue.customfields.impl.AbstractCustomFieldType<Map<String,Option>,Option>
com.atlassian.jira.issue.customfields.impl.CascadingSelectCFType
All Implemented Interfaces:
ProjectImportableCustomField, CustomFieldType<Map<String,Option>,Option>, MultipleCustomFieldType<Map<String,Option>,Option>, MultipleSettableCustomFieldType<Map<String,Option>,Option>, SortableCustomField<Map<String,Option>>, ExportableCustomFieldType, RestAwareCustomFieldType, RestCustomFieldTypeOperations

Cascading Select Custom Field Type allows for multiple dependent select lists.

Transport Object Type
{@link Map<String, Option>, Option} The key in the map represents the field depth of the select list. eg. a key of null is the root parent, and key of "1" is the first level select list. As at JIRA 3.0, there can only be one level.
Singular Object Type
Option
Database Storage Type
String of option id