Consider PDF export features when coding your Report

Report Builder has an impressive block of features to make your Jira reports flexible. And even more – it automatically creates a PDF file of your report ready to be exported at any moment.

We've prepared 4 rules that will help your reports look great:

  1. Think about the PDF page, as about HTML Email template. That means that the <table> tag approach will help you a lot with the proper location of elements.

  2. Use the "fill-color" property to change the background color of your elements inside the PDF.

  3. Make sure that margin, padding, and border property values are specified in px, pt, cm, rem, etc. Otherwise, it would be a challenge for the PDF generator.

  4. By default, PDF generator uses a Roboto font as a limitation and this cannot be changed.

Read more about Scripted Reports, the Gallery and the API.