Skip to main content

Switching from Better PDF Exporter

Exportelier does not execute Better PDF Exporter templates or copy their assets. Migration means choosing the Exportelier authoring mode that best preserves the intent of each template, then validating the result against representative Jira data.

Use Word Template Mode when an existing branded Word layout is the source of truth. Use the visual designer when one format-agnostic template should produce PDF, Markdown and DOCX. Word templates are DOCX-in, DOCX-out only.

Equivalence map

Existing construct or requirementExportelier equivalentMigration note
Branded page layout, styles, native headers, footers and page numbersWord Template ModeUpload a macro-free .docx; the native OOXML layout is preserved in place.
One maintained template for PDF, Markdown and DOCXVisual designerRebuild the layout once with supported designer components.
Issue key, summary, status, people and datesField binding or Word value tokenUse the token reference rather than copying incumbent placeholders.
Repeated comments, subtasks, worklogs or attachmentsDesigner table/list component, or a Word ${#each …} loopValidate empty and large collections explicitly.
Optional contentWord ${#if path} conditionWord conditions test truthiness only; expressions and scripts are not supported.
Description and comment rich textADF-aware text renderingCheck tables, lists, code blocks and unsupported ADF fallbacks in the sample output.
Attachment gallery or metadata listDesigner attachment component, or a Word attachment-metadata loopEmbedded binaries and remote images have format-specific limits.
Search, board, sprint, release or backlog selectionExport context, outside the templateJQL and data fetching never run inside a Word template.
PDF signing, watermark or PDF attachment embeddingPDF-specific designer settingsThese do not map to Word Template Mode and may degrade in designer-to-DOCX.
Groovy, JavaScript, XSL-FO extensions or arbitrary expressionsNo direct equivalentReplace with field bindings, fixed formatters and explicit layout components. Scripts are never executed.
  1. Inventory the top three templates by actual export volume and business impact.
  2. Decide separately for each whether native Word fidelity or multi-format maintenance matters more.
  3. Remove macros and active content from any Word-template candidate.
  4. Replace placeholders using the token reference, or rebuild the layout in the visual designer.
  5. Test at least one sparse issue, one normal issue, and one issue with large rich text and collections.
  6. Compare the result against an agreed acceptance checklist — not against undocumented behaviour of the incumbent engine.

If you would like help with the rebuild, contact support; assisted migration is available for a bounded set of templates.

Hard boundaries

  • Uploaded Word templates produce DOCX only.
  • Macro-enabled files, active content and unsafe relationships are rejected.
  • Foreign template syntax is never executed.
  • Designer-to-DOCX has documented degradations — see Output formats.