New and Improved 3.13 Beta. Highlights: Shareable filters and dashboards and lots of other goodies. Any feedback can be raised as JIRA issues in the JIRA project.
Issue Details (XML | Word | Printable)

Key: JRA-11154
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: Thomas Burkhart
Votes: 1
Watchers: 2
Operations

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

Make formating of export to MS Word configurable

Created: 21/Sep/06 02:46 AM   Updated: 22/Nov/06 11:54 PM
Component/s: Web interface
Affects Version/s: None
Fix Version/s: 3.7

Time Tracking:
Not Specified

Issue Links:
Reference
 

Participants: Jed Wesley-Smith [Atlassian], Scott Farquhar [Atlassian] and Thomas Burkhart
Since last comment: 1 year, 39 weeks, 6 days ago
Resolution Date: 23/Sep/06 02:44 PM
Labels:


 Description  « Hide
Today there is only one available template for the Export of issues to MS Word. Unfortunately it's not easy to modify this formating as it's hard coded into a JSP. Therefore it would be great if this template would be configrable by the user or at least some addtional templates provided, especially Story cards would be fine to print them on Index cards with just the Issue Name, the release, the estimated time and the description.

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Scott Farquhar [Atlassian] added a comment - 23/Sep/06 02:44 PM
Thomas,

This will be possible in JIRA 3.7 (see JRA-10404), where you will be able to provide your own templates for viewing a single issue / multiple issues.


Thomas Burkhart added a comment - 24/Sep/06 01:06 PM
Hi Scott,

when will 3.7 be released?

Best

Thomas


Scott Farquhar [Atlassian] added a comment - 15/Nov/06 05:50 PM
Just to confirm - this will allow you to add your own templates by using the plugin system. It doesn't allow you to use a 'word template'. You will still need to modify 'velocity' files to format things the way you want them.

If you do want a very specific format - Rosie from our office suggested that you could export to Excel, and then do a Mail-Merge with Word (if you have very specific requirements).

Cheers,
Scott


Thomas Burkhart added a comment - 16/Nov/06 01:30 AM
Hi Scott,

does this men I have to write a Java plugin or just provide a bew Velocity
Template? I can't program in Java so this would be difficult, but I already
modified some Velocity Files for confluence, so this should be possible. On
the other Side the idea with Excel is also a pretty good one.

Thanks

Thomas


Jed Wesley-Smith [Atlassian] added a comment - 22/Nov/06 11:54 PM
Thomas,

For an alternative to the existing Word view you will be able to copy the existing velocity templates and modify them to your requirements. You can reuse the existing IssueWordView class, so no Java will be required.