


That's only cascading select from standard JIRA pool. Custom Fields which accepts Options in hierarchy. "fieldType": ".system.customfieldtypes:multiuserpicker", "fieldName": "My Awesome User Picker (multiple users)", "fieldType": ".system.customfieldtypes:multicheckboxes",

Custom Fields which accepts multiple values: "fieldType": ".system.customfieldtypes:select", "fieldName": "My Awesome Select List (single choice)", "fieldType": ".system.customfieldtypes:textfield", "fieldName": "My Awesome Text Field (single line)", Custom Fields which accepts single values: The "value" is specific to each custom field, and you can find this by inspecting the Edit Issue page's source HTML. If the custom field is not listed above, the "fieldType" can be obtained from the Custom Fields configuration page, by inspecting the source HTML. The custom field example below shows some syntax for adding custom fields, including an example of a cascading custom field. If you have installed any additional plugins that have custom fields, these fields will also be supported, however they are not included in this list.Ĭom.customfieldtypes:textfieldĬom.customfieldtypes:textareaĬom.customfieldtypes:datepickerĬom.customfieldtypes:datetimeĬom.customfieldtypes:floatĬom.customfieldtypes:selectĬom.customfieldtypes:radiobuttonsĬom.customfieldtypes:projectĬom.customfieldtypes:multiversionĬom.customfieldtypes:versionĬom.customfieldtypes:userpickerĬom.customfieldtypes:urlĬom.customfieldtypes:multiselectĬom.customfieldtypes:multicheckboxesĬom.customfieldtypes:multiuserpickerĬom.customfieldtypes:multigrouppickerĬom.customfieldtypes:grouppickerĬom.customfieldtypes:cascadingselectĬom.customfieldtypes:readonlyfieldĬom.customfieldtypes:labels Below is a list of custom fields that come bundled with Jira. The JSON Importers plugin supports custom fields. "uri" : " "description" : "This is optimus prime" "fieldType": ".system.customfieldtypes:float", "description" : "Some nice description here\nMaybe _italics_ or *bold*?",
