Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

Tip
titleUnsupported 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:

No Format
-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)Agile - Epic Linkcom.pyxis.greenhopper.jira:gh-epic-link 
(warning)Agile - Sprintcom.pyxis.greenhopper.jira:gh-sprint

Since 5.2.

Jira Legacy
JCLI-685
JCLI-685

Jira Legacy
JCLI-904
JCLI-904

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

jira.plugin.projectspecificselectfield.jpssf:singlecftype

Since 5.2.
Jira Legacy
JCLI-855
JCLI-855
(tick)Project specific select

jira.plugin.projectspecificselectfield.jpssf:multicftype

Since 5.2.
Jira Legacy
JCLI-855
JCLI-855
(tick)Tempo account field
com.tempoplugin.tempo-accounts:accounts.customfield

Since 5.6 (Tempo 7)

Since 6.4 (Tempo Timesheets 8)

Jira Legacy
JCLI-1191
JCLI-1191

...