History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: JRA-7251
Type: Support Request Support Request
Status: Resolved Resolved
Resolution: Fixed
Priority: Critical Critical
Assignee: Unassigned
Reporter: Fabiano Gaiga
Votes: 0
Watchers: 0
Operations

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

Export to Excel: Not able to export the description

Created: 07/Jul/05 03:09 AM   Updated: 27/Nov/06 11:23 PM
Component/s: Issue navigator
Affects Version/s: 2.6.1 Enterprise
Fix Version/s: None

Time Tracking:
Not Specified

Issue Links:
Reference
 

Participants: Fabiano Gaiga, Neal Applebaum, Nick Menere [Atlassian] and Scott Farquhar [Atlassian]
Since last comment: 106 weeks, 4 days ago
Company: europarl.eu.int (Find related issues)
Resolution Date: 05/Jul/06 10:45 AM
Labels:


 Description  « Hide
I want to export a list of issues to Excel with the description included.

So in the find issues, I modify the Issue navigation configuration to add the description and it works.

But when I export to Excel by clicking on the Excel hyperlink, the outcome in Excel is the correct list of issues but without the description.

==> How can I add automatically the description in Excel then ?



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Neal Applebaum - 07/Jul/05 09:16 AM
I've done this internally. Atlassian seems to be of the opinion that description is not an often asked for column!
Not here
Here's how to customize Excel "All fields" view:
atlassian-jira/secure/views/navigator/navigator-excel.jsp
Add description at line 86 (after summary):
<%-- added description --%>
<td bgcolor=dddddd><b><webwork:text name="/field('description')/nameKey" /></b></td>
and line 126 (after summary):
<%-- added description --%>
<td>
<webwork:property value="string('description')"/>
</td>

Note: my line numbers are based on version 3.2.1 (where you will also have the ability to export all displayed columns with the new "Current Fields" Excel output format.)
Cheers, mate!


Nick Menere [Atlassian] - 07/Jul/05 06:18 PM
Thanks for answering Neal.

In pre 3.2 the excel view is commonly used fields and con not be modified within JIRA itself, you have to make the modification listed above.
As of 3.2 there are 2 excel views. One is the same as before, now know as the "Default View" and the other is the columns that are currently displayed in the Issue Navigator (Current View).

Hope this explains the situation.

Cheers,
Nick


Fabiano Gaiga - 08/Jul/05 03:36 AM
Thanks to everybody. I'ill try your proposed solution.

Cheers.
Fabiano Gaiga.


Scott Farquhar [Atlassian] - 05/Jul/06 10:45 AM
This appears to be fixed in JIRA 3.6, or probably before. Marking as fixed now.