View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0009505 | mantisbt | csv | public | 2008-08-08 09:51 | 2011-10-16 14:24 |
Reporter | nico95 | Assigned To | rombert | ||
Priority | normal | Severity | minor | Reproducibility | N/A |
Status | closed | Resolution | no change required | ||
Product Version | 1.1.1 | ||||
Summary | 0009505: How to Add the custom fields for the CSV export ? | ||||
Description | My question was: I have any customs fields in the projects and I would like to have these in the CSV export. Remark, all the projects haven't the same customs fields ... | ||||
Additional Information | All the modifications I did are in the csv_export.php 1) a correction of a bug: send the correct header to the navigator (line 59) 2) how to add the customs fields names on the first line (line 76)
//NPL Add of the customs fields names
3) how to add the customs fields values for each bug (at the end)
| ||||
Tags | No tags attached. | ||||
Update for the 1) 1) a correction of a bug: send the correct header to the navigator (line 59) |
|
Adding custom fields to View Issues, Print Issues, CSV and Excel exports is now supported via the web interface in 1.2.x. Just a question, what is the effect of changing text/plain to text/csv. I don't think we have this applied. I wonder if this is just about using a more accurate mime type, or does the browser behave differently. |
|
Open with excel a csv file with the header text/plain has for effect to put only in column A for each lines. Tested with FF3.0.1 |
|
For the adding custom fields in version 1.2.x, it is possible for all fields like my modification,, or for a pre-defined list ? |
|
Fix applied already as part of 0013370 |
|