The steps from the official documentation to change the font size for printing an issue doesn't work

XMLWordPrintable

    • 5.02
    • 2
    • Severity 3 - Minor
    • 0

      Current behavior

      If an user needs to change the font size for printing an issue, they will follow the official Atlassian documentation to do so, located in this link. After performing exactly the same steps from the document, the font size is not modified, hence the documentation is wrong.

      Steps to reproduce

      Follow the steps contained in the official documentation:

      1. Go to 'Administration' > 'System' > 'User Interface' > 'Announcement Banner'
      2. Enter the following code into the Announcement Banner section and change your desire font size:
        <html>
        <head>
        <style>
        @media print
        {body{font-size:9pt !important;}
        </style>
        </head>
        
      3. Print preview an issue view to check if the JIRA font has changed into desired size.

              Assignee:
              Unassigned
              Reporter:
              Pietro Schaff (Inactive)
              Votes:
              2 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: