Skip to end of banner
Go to start of banner

Custom Field Types

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 25 Current »

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. This is complicated by this JIRA bug - JRA-45371

Unsupported fields

Please open an issue if you need support for custom field type that is not currently supported for your needs. In many cases the field will be supported automatically but there may be some capabilities not supported for more specialized fields. We test various scenarios with the list provided here. Limitations will be noted.

To make it easier to describe the field you want supported accurately, run something like the following and copy the section (statrs with Id  . .) that describes the field into the description field of the issue you are opening:

-a getFieldValue --issue XXX-1 --field "my custom field" --debug




Type NameType Key

Notes

(tick)Single value string typesVariety of types like text fields. This covers a lot of standard types.
(tick)Number based fieldsCustom fields implemented as a standard number type field.
(tick)Option based fieldsCustom fields implemented as a standard option type field
(tick)Text area

com.atlassian.jira.plugin.system.customfieldtypes:textarea


(tick)Radio buttonscom.atlassian.jira.plugin.system.customfieldtypes:radiobuttons
(tick)User picker

com.atlassian.jira.plugin.system.customfieldtypes:userpicker


(tick)Date picker

com.atlassian.jira.plugin.system.customfieldtypes:datepicker


(tick)Date time

com.atlassian.jira.plugin.system.customfieldtypes:datetime


(tick)Version

com.atlassian.jira.plugin.system.customfieldtypes:version


(tick)Multi-version

com.atlassian.jira.plugin.system.customfieldtypes:multiversion


(tick)Select

com.atlassian.jira.plugin.system.customfieldtypes:select


(tick)

Multi-select

com.atlassian.jira.plugin.system.customfieldtypes:multiselect


(tick)Multi-select checkbox

com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes


(tick)Cascade select

com.atlassian.jira.plugin.system.customfieldtypes:cascadingselect


(tick)Group pickercom.atlassian.jira.plugin.system.customfieldtypes:grouppicker
(tick)Multi-group pickercom.atlassian.jira.plugin.system.customfieldtypes:multigrouppicker
(tick)Label

com.atlassian.jira.plugin.system.customfieldtypes:labels


(tick)Team

com.atlassian.jira.plugin.system.customfieldtypes:atlassian-team

Since 11.3
(tick)Agile - Epic Linkcom.pyxis.greenhopper.jira:gh-epic-link
(warning)Agile - Sprintcom.pyxis.greenhopper.jira:gh-sprint

Since 5.2. JCLI-685 - Getting issue details... STATUS

JCLI-904 - Getting issue details... STATUS

(tick)Agile - other simple typesLike Epic Colour and Epic Status
(tick)Project specific select

jira.plugin.projectspecificselectfield.jpssf:singlecftype

Since 5.2. JCLI-855 - Getting issue details... STATUS
(tick)Project specific select

jira.plugin.projectspecificselectfield.jpssf:multicftype

Since 5.2. JCLI-855 - Getting issue details... STATUS
(tick)Tempo account field
com.tempoplugin.tempo-accounts:accounts.customfield

Since 5.6 (Tempo 7)

Since 6.4 (Tempo Timesheets 8) JCLI-1191 - Getting issue details... STATUS

(tick)Insight select field

com.riadalabs.jira.plugins.insight:rlabs-customfield-object

Since 5.4

Insight has marked as deprecated

(tick)Insight multiselect

com.riadalabs.jira.plugins.insight:rlabs-customfield-object-multi

Since 5.4

Insight has marked as deprecated

(tick)Insight reference select

com.riadalabs.jira.plugins.insight:rlabs-customfield-object-reference

Since 5.4
(tick)Insight reference multiselect

com.riadalabs.jira.plugins.insight:rlabs-customfield-object-reference-multi

Since 5.4
  • No labels