to add a link to the issue on report page on file "pages/show_report.php" line ~157 change from: `<?php echo bug_format_summary( $t_item['bug_id'] , SUMMARY_FIELD ) ?> ` to: ` <?php echo print_bug_link( $t_item['bug_id'] ) . ' ' . bug_format_summary( $t_item['bug_id'] , SUMMARY_FIELD ) ?> `