-
Type:
Bug
-
Resolution: Low Engagement
-
Priority:
Low
-
None
-
Affects Version/s: 5.2.10
-
Component/s: Navigation - Export
-
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:
- Go to 'Administration' > 'System' > 'User Interface' > 'Announcement Banner'
- 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>- Print preview an issue view to check if the JIRA font has changed into desired size.