Interface ExportableCustomFieldType
- All Known Implementing Classes:
CascadingSelectCFType,DateCFType,DateTimeCFType,ImportIdLinkCFType,InitialWatchersCFType,LabelsCFType,MultiGroupCFType,MultiSelectCFType,MultiUserCFType,NumberCFType,ProjectCFType,ReadOnlyCFType,RenderableTextCFType,SelectCFType,TextAreaCFType,URLCFType,UserCFType,VersionCFType
@ExperimentalSpi
public interface ExportableCustomFieldType
A Custom Field that can export a
FieldExportParts for use by exporters.- Since:
- 7.2.0
-
Method Summary
Modifier and TypeMethodDescriptiongetRepresentationFromIssue(Issue issue, CustomFieldExportContext context) Get the custom field representation of the issue, this object contains the column headers and values for each of theFieldExportPart.
-
Method Details
-
getRepresentationFromIssue
Get the custom field representation of the issue, this object contains the column headers and values for each of theFieldExportPart.- Parameters:
issue- to get the representation forcontext- which contains information such as the i18nHelper and field- Returns:
- the exportable parts of this issue
-