Skip to main content

Custom fields

Exportelier renders both standard Jira fields and many third-party custom field types, with a safe fallback so an unknown field never breaks an export.

The field-renderer registry

A field-renderer registry maps field types to how they should appear in a document. Standard types and common third-party types are covered out of the box.

Safe fallback

If a field type is not explicitly supported, its value is rendered with a safe fallback as readable text. The export still succeeds.

A custom field in an exported document An exported issue showing standard and third-party custom fields rendered.

Requesting support

If a field type renders only via the fallback and you need richer formatting, report it so coverage can improve — see Field rendering problems.