|
|
|
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. Hope this explains the situation. Cheers, Thanks to everybody. I'ill try your proposed solution.
Cheers. This appears to be fixed in JIRA 3.6, or probably before. Marking as fixed now.
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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!