Issue Details (XML | Word | Printable)

Key: JRA-1535
Type: New Feature New Feature
Status: Open Open
Priority: Minor Minor
Assignee: Unassigned
Reporter: Scott Farquhar [Atlassian]
Votes: 72
Watchers: 19
Operations

If you were logged in you would be able to see more operations.
JIRA

PDF version of an issue

Created: 03/Apr/03 09:04 PM   Updated: 09/Jan/08 07:04 AM
Component/s: Plugins - Issue Navigator Views, Plugins - Issue Views, Web interface
Affects Version/s: None
Fix Version/s: None

Time Tracking:
Not Specified

Issue Links:
Duplicate
 
Reference

Participants: Adam van den Hoven, Anton Mazkovoi [Atlassian], Antonio W. Lagnada, Chris Gross, Darren Bell, Ferenc Kiss and Scott Farquhar [Atlassian]
Since last comment: 39 weeks, 3 days ago
Labels:


 Description  « Hide
We should allow a PDF version of each issue, so that issues can be sent electronically, or printed in a nicer format.

Perhaps we can use HTML2PDF or make the underlying page use velocity, which we can adapt to make PDFs.



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Chris Gross added a comment - 29/Jul/03 05:17 PM
I would really like to see a pdf option on the search results page. Something like full content but without a page break between each issue. When printing 50 issues, some of which have no comments, its a real pain when 1 page is printed for each issue.

Scott Farquhar [Atlassian] added a comment - 29/Jul/03 07:04 PM
You can easily edit the JSP to remove the page break by editing navigator-full.jsp.

Remove the "page-break-before: always;" from <p>


Adam van den Hoven added a comment - 01/Dec/03 03:10 PM
To some extent this can be done already by hand, but it would be worth while making it part of jira.

In the issue navigator pages, you are given a number of views to choose from. One of those views is XML (an RSS feed). It would relatively trivial, using XSLT to convert that into XSL-FO which can then be passed through something like apache FOP to create a PDF.

What I would do is add PDF as one of the views and then expand the use of views into more situations, including the issue details screen.


Antonio W. Lagnada added a comment - 15/Mar/04 05:31 PM
I have never used HTML2PDF. But Adam is right on the money. Generating the PDF through the RSS feed is the fastest route. It's a two-stage process. RSS XML --> XSL FO (to produce the *.fo file and finally process the *.fo file to produce the pdf).

Anton Mazkovoi [Atlassian] added a comment - 17/Mar/05 01:31 AM
Unfortunately we will not have time to address this issue in JIAR 3.2. We will keep it in mind, however, as it is a great idea.

Darren Bell added a comment - 24/Jul/07 03:23 AM
Any news on this one. Would be great to pass PDF versions of individual issues to our SOX auditors.

Ferenc Kiss added a comment - 09/Jan/08 07:04 AM
We are happy to announce the first preview of our brand new JIRA PDF View Plugin: http://confluence.atlassian.com/display/JIRAEXT/JIRA+PDF+View+Plugin