Exporting the bug description as csv

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
MGrenz
Posts: 1
Joined: 22 Oct 2006, 15:22

Exporting the bug description as csv

Post by MGrenz »

Hi,

I use the csv-export to import requirements into another tool.

Is it possible to also export the bug description?
The excel export is able to do so, but I would like to use the csv-version.

Thanks

Markus
gribo
Posts: 2
Joined: 18 Dec 2006, 14:13

I'm interresting to ta functionnality

Post by gribo »

Hi,

I would like also to have the description of the bug in the csv export...

I tried to put :
t_colimn[]=description
in the custom_function_default_get_columns_to_view at the right place.

I defined a function csv_format_description( $p_description ) in the csv_api
and the print_column_title_description in the columns_api but only the column title is displayed in my csv file.

It's like there where no description altough my bug has a description...

Does somebody has an issue ?
I cannot upgrade to 1.1, I've made too many changes in my 1.0.6 version...
gribo
Posts: 2
Joined: 18 Dec 2006, 14:13

Post by gribo »

All right, I finally got it.

I had to change some code in filter_api.php in order to add the $t_bug_text_table in the from et where clause of the query...

That's bad but I couldn't find better...
Harz_test
Posts: 2
Joined: 26 Feb 2008, 10:22

Re: Exporting the bug description as csv

Post by Harz_test »

Can you please post your code, you seem to be the only one that was able to put fields from the mantis_bug_text_table in the csv export.
vboctor
Site Admin
Posts: 1304
Joined: 13 Feb 2005, 22:11
Location: Redmond, Washington
Contact:

Re: Exporting the bug description as csv

Post by vboctor »

Checkout the following thread:
http://www.mantisbt.org/forums/viewtopic.php?f=3&t=142

Also note that this feature is already implemented in Mantis and will be available in Mantis 1.2.0
Migrate your MantisBT to the MantisHub Cloud
Post Reply