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 Details

    • getRepresentationFromIssue

      FieldExportParts getRepresentationFromIssue(Issue issue, CustomFieldExportContext context)
      Get the custom field representation of the issue, this object contains the column headers and values for each of the FieldExportPart.
      Parameters:
      issue - to get the representation for
      context - which contains information such as the i18nHelper and field
      Returns:
      the exportable parts of this issue