Exporting tracker items in csv format
UI
It is possible to export the tracker items in a csv format.Before tikiwiki3, it was only a feature possible for an admin. After A permission tiki_p_export_tracker display a tab 'Export Tracker Items' in the view on the tracker items.
The export pannel gives also the opportunity to filters the tracker items
Url
It is possible to use an url to directly generate the csv filetiki-export_tracker.php?trackerId=7&fields=5:6:7&f_8=y&showStatus=on
Paramters
| trackerId | tracker ID | |
| listfields | Field Ids separated by : | |
| f_fieldId | filter fieldId (replace fieldId par the field Id ex: f_8 for the field 8) with the exact value of the parameter | |
| x_fieldId | filter fieldId that contains the value of the parameter | ??? more information needed |
| showStatus | on | |
| showItemId | on | |
| showCreated | on | |
| showLastModif | on | |
| parse | on | |
| separator | character | |
| delimitorL | steing | |
| delimitorR | string | |
| file | default filename (default: tracker_1.csv) for the trackerId=1 | |
| status | o,p,c | |
