|
|
|
[
Permlink
| « Hide
]
A Gouaux - 20/Jan/06 11:33 AM
Any status on this?
Just out of curiosity, why couldn't you Export to Excel and then save from Excel as a CSV file, and then import? I was thinking of doing that if I wanted to merge data from a test system to live.
I don't know about others, but we've periodically seen some issues with
the Excel Export. As an example, just recently since upgrading to 3.4.2 one of our heaviest users has indicated that the Excel Export is producing more rows than needed, wasting the upload process. So he had to write something to strip out the blank rows. Seems like a CSV export would eliminate all of that headache, and probably would be less error-prone in general. I mean, it seems like a much simpler protocol/mechanism to me, but what do I know. That (the extra rows) was a bug in the latest Excel export which was fixed for 3.4.3 in issue
Hi,
Neal does have some good points, but I can see for a few ocassions that an csv view would be better. I think our future goal for the Issue Navigator Views is to pluginfy it so that users can create their own views. Cheers, Hello Neal,
I need either a clean csv export of my jira issues, or else 1. not generate header and footer And additionally but most importantly: 3. not change the date-time and number formats! I'm somewhat struggling with excel (2000) though. Cheers Bettina Zucker Bettina - I'm still running 3.3.3 so I haven't investigated whether the changes to 3.4 and higher would be exactly the same, but it looks like it would be. The line numbers will be different
Here are my customizations: In the file ... /secure/views/navigator/navigator-excel-current.jsp Removed lines 50-69 (1 table tag, 3 tr tags) (lines 77-96 in 3.6) and lines 99-105 (1 table tag) (lines 126-132 in 3.6) Here's the first block to delete: <table border="1">
<tr>
<td bgcolor="<%= topBgColour %>" colspan="<%=colCount%>" height=30>
<img src="<%= jiraLogo %>" width="<%= jiraLogoWidth %>" height="<%= jiraLogoHeight %>" border=0 alt="<%= AP.getDefaultBackedString(APKeys.JIRA_TITLE) %>">
</td>
</tr>
<tr>
<td bgcolor=ffffff colspan="<%=colCount%>">
<a href="<webwork:property value="applicationProperties/string('jira.baseurl')" />"><font color=ffffff><webwork:property value="applicationProperties/string('jira.title')" /></font></a>
</td>
</tr>
<tr>
<td bgcolor=ffffff colspan="<%=colCount%>">
<webwork:text name="'navigator.excel.results.displayissues'">
<webwork:param name="'value0'"><b><webwork:property value="/searchResultList/size" /></b></webwork:param>
<webwork:param name="'value1'"><b><webwork:property value="/outlookDate/formatDMYHMS(/outlookDate/now)"/></b></webwork:param>
</webwork:text><br>
</td>
</tr>
</table>
Here's the second block to delete: <table border="1" >
<tr>
<td bgcolor=dddddd colspan="<%=colCount%>"><font size=1>
Generated at <%= new Date () %> <webwork:if test="remoteUser != null">by <webwork:property value="remoteUser/fullName" /></webwork:if> using JIRA <%= BuildUtils.getCurrentBuildNumber() %>.
</font></td>
</tr>
</table>
I'm not sure what you're after with regards to date/time formats, but I just use Excel's format cells option to convert the date fields to the format I want (i.e. highlight a column and change the cell format for the column). From my recollection, you don't need to restart JIRA for these changes to take effect (at least in my environment in standalone testing). Depending on your live environment, you might need to. By the way, does anyone actually like that stuff in an Excel file? I've also got customizations (in JIRA) to not export the "Tools" column from the Toolkit, and a macro (in Excel) to remove issue hyperlinks. Let me know if you want those too. Hello Neal,
it works! Thank you! Cheers Hello,
I just found out that in jira 3.8 (don't know about 3.7, I upgraded from 3.6.2 directly to 3.8.1) $JIRA_HOME/atlassian-jira/WEB-INF/classes/templates/plugins/searchrequestviews/searchrequest-excel-footer.vm $JIRA_HOME/atlassian-jira/WEB-INF/classes/templates/plugins/searchrequestviews/searchrequest-excel-header.vm Cheers Bettina I've started work on a plugin for this:
http://outlet.googlecode.com/svn/trunk/jira-csv-view/ My current problem is figuring out how to turn the layout keyword of something like 'issuekey', into an issue.getIssue() or an issue.getString("key"). Hi,
I see this issue is over two years old now - is there likely to be any update on this at all? Steve,
Due to a a large number of other popular feature requests were are not currently planning to implement this feature. OpenOffice should be able to open JIRA's Excel export file. If you are having trouble with this please create a support request in our support system: Cheers, |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||