-
Bug
-
Resolution: Fixed
-
Low
-
7.2.0, 7.3.0, 7.2.5, 7.2.7, 7.3.1, 7.3.2, 7.3.8, 7.6.4, 7.8.0, 7.9.0, 7.10.0, 7.11.0, 7.11.2, 7.13.0, 7.12.3, 8.3.0
-
7.02
-
40
-
Severity 2 - Major
-
101
-
Summary
When trying to print the Issue page using right-click > Print option, the preview it's cutting off other pages when we have more than 1 to show. This will not only affect the preview but will also cut the pages in the printed issue itself.
Steps to Reproduce
- Select an Issue
- Right-click on the page
- Select option "Print"
Expected Results
The print preview display all pages available
Actual Results
The print preview is not showing all pages available as shown below
Notes
JIRA version 7.1.9 is not affected
Workaround
There are workarounds:
- Use Printable option at Export button instead of using the right-click option (be advised that images are not included in this version).
- Append ?filter=-1 to the URL removes the sidebar and allow printing all the pages.
- Please make sure that Issue Navigator is configured as List View before trying this workaround. If it is configured as Detailed View, you will redirect to Issue Navigator when accessing the issue page.
- You can add this Javascript on the Announcement Banner. Full credit for this workaround goes to zcapalbo:
<style type="text/css"> @media print { .issue-view { overflow-y: visible !important; } } </style>
- is related to
-
JRASERVER-69300 Print option in the browser will not print all information of a report even if there is more than one page worth of information to print
- Closed
-
JSWSERVER-20119 Trying to print an agile board with lots of issues limits the output to one page only
- Closed
- causes
-
GHS-159069 Loading...
- links to