Page 1 of 1

Tags in csv_export

Posted: 21 Mar 2018, 20:58
by SunnyMantis
Is there a quick way to add tags into csv_export ?
We have specific tag to identify issues.
Version 1.1.7
Because we don't have testing environment, the change on configuration has to be precisely listed as steps, then I follow these steps to make the change.

Re: Tags in csv_export

Posted: 21 Mar 2018, 22:09
by atrol
SunnyMantis wrote: 21 Mar 2018, 20:58 Version 1.1.7
Quite outdated and no longer supported since years.
Since version 1.2.x there is a UI where this can be configured by users.

SunnyMantis wrote: 21 Mar 2018, 20:58Because we don't have testing environment,
Setting up a testing environment takes just a few minutes.

SunnyMantis wrote: 21 Mar 2018, 20:58 the change on configuration has to be precisely listed as steps, then I follow these steps to make the change.
I don't know what you mean with "precisely listed as steps", the following instruction should be enough.
Adding the following line to file config_inc.php might be what you want.

Code: Select all

$g_csv_columns = array ( 'id', 'project_id', 'reporter_id', 'handler_id', 'priority', 'severity', 'reproducibility', 'version', 'projection', 'category', 'date_submitted', 'eta', 'os', 'os_build', 'platform', 'view_state', 'last_updated', 'summary', 'status', 'resolution', 'fixed_in_version', 'duplicate_id', 'tags' );
I didn't setup a 1.1.7 test system, so it's your risk to try it :wink:

Re: Tags in csv_export

Posted: 23 Mar 2018, 16:28
by SunnyMantis
Thank you very much!
It's not easy to setup a testing environment to 'mirror' what we have for 1.1.7 actually. :-(

Re: Tags in csv_export

Posted: 23 Mar 2018, 16:35
by SunnyMantis
I did try on different version, see tags in one field, separated by ',' :-)