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 Name | Type Key | Notes | |
---|---|---|---|
Single value string types | Variety of types like text fields. This covers a lot of standard types. | ||
Number based fields | Custom fields implemented as a standard number type field. | ||
Option based fields | Custom fields implemented as a standard option type field | ||
Text area | com.atlassian.jira.plugin.system.customfieldtypes:textarea | ||
Radio buttons | com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons | ||
User picker | com.atlassian.jira.plugin.system.customfieldtypes:userpicker | ||
Date picker | com.atlassian.jira.plugin.system.customfieldtypes:datepicker | ||
Date time | com.atlassian.jira.plugin.system.customfieldtypes:datetime | ||
Version | com.atlassian.jira.plugin.system.customfieldtypes:version | ||
Multi-version | com.atlassian.jira.plugin.system.customfieldtypes:multiversion | ||
Select | com.atlassian.jira.plugin.system.customfieldtypes:select | ||
Multi-select | com.atlassian.jira.plugin.system.customfieldtypes:multiselect | ||
Multi-select checkbox | com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes | ||
Cascade select | com.atlassian.jira.plugin.system.customfieldtypes:cascadingselect | ||
Group picker | com.atlassian.jira.plugin.system.customfieldtypes:grouppicker | ||
Multi-group picker | com.atlassian.jira.plugin.system.customfieldtypes:multigrouppicker | ||
Label | com.atlassian.jira.plugin.system.customfieldtypes:labels | ||
Team | com.atlassian.jira.plugin.system.customfieldtypes:atlassian-team | Since 11.3 | |
Agile - Epic Link | com.pyxis.greenhopper.jira:gh-epic-link | ||
Agile - Sprint | com.pyxis.greenhopper.jira:gh-sprint | ||
Agile - other simple types | Like Epic Colour and Epic Status | ||
Project specific select | jira.plugin.projectspecificselectfield.jpssf:singlecftype | ||
Project specific select | jira.plugin.projectspecificselectfield.jpssf:multicftype | ||
Tempo account field | com.tempoplugin.tempo-accounts:accounts.customfield | ||
Insight select field | com.riadalabs.jira.plugins.insight:rlabs-customfield-object | Since 5.4 Insight has marked as deprecated | |
Insight multiselect | com.riadalabs.jira.plugins.insight:rlabs-customfield-object-multi | Since 5.4 Insight has marked as deprecated | |
Insight reference select | com.riadalabs.jira.plugins.insight:rlabs-customfield-object-reference | Since 5.4 | |
Insight reference multiselect | com.riadalabs.jira.plugins.insight:rlabs-customfield-object-reference-multi | Since 5.4 |