---
title: "Custom Field Types"
canonical: "https://support.appfire.com/space/CSOT/68748038/Custom%20Field%20Types"
format: markdown
---
### Description

JIRA has a variety of custom field types and add-ons can provide new ones. Some of these custom field types cannot be fully supported without specific logic. If you need support for a custom field type that is not listed below, [raise a support request](https://appf.re/support) with our support team. In most cases, only the **Set field value** support is affected by type specific issues.

| Type Name | Type Key | Supported using<br>Set field value |
| --- | --- | --- |
| Single value types | Variety of types like text fields. This covers a lot of standard types. | :check_mark: |
| Text area | com.atlassian.jira.plugin.system.customfieldtypes:textarea | :check_mark: |
| User picker | com.atlassian.jira.plugin.system.customfieldtypes:userpicker | :check_mark: |
| Date picker | com.atlassian.jira.plugin.system.customfieldtypes:datepicker | :check_mark: |
| Date time | com.atlassian.jira.plugin.system.customfieldtypes:datetime | :check_mark: |
| Version | com.atlassian.jira.plugin.system.customfieldtypes:version | :check_mark: |
| Multi-version | com.atlassian.jira.plugin.system.customfieldtypes:multiversion | :check_mark: |
| Select | com.atlassian.jira.plugin.system.customfieldtypes:select | :check_mark: |
| Multi-select | com.atlassian.jira.plugin.system.customfieldtypes:multiselect | :check_mark: |
| Multi-select checkbox | com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes | :check_mark: |
| Cascade select | com.atlassian.jira.plugin.system.customfieldtypes:cascadingselect | :check_mark: |
| <span style="color: #000000">Show hide cascading select (Dynamic Forms)</span> | de.ics.cascading.show-hide-cascading-select:show-hide-cascading-select-field | :check_mark: |
| Group picker | com.atlassian.jira.plugin.system.customfieldtypes:grouppicker | :check_mark: |
| Multi-group picker | com.atlassian.jira.plugin.system.customfieldtypes:multigrouppicker | :check_mark: |
| Label | com.atlassian.jira.plugin.system.customfieldtypes:labels | :check_mark: |
| Radio buttons | com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons | :check_mark: |