"excelExport" section
Since CB 20.11-LTS
"excelExport" : {

"exportMultiValuesToMultiRows" : true (default) / false,

"addDescriptionToExcelExport" : true / false (default),

"exportDatesAsUserFormattedStrings" : true / false (default),

"masterTemplateFile" : "..."

},
exportMultiValuesToMultiRows: if the multiple valued fields are exported as multiple rows.
addDescriptionToExcelExport: if the description of the Tracker-item is exported to the Excel.
exportDatesAsUserFormattedStrings: if the dates should be exported as String using the users' date-format and time-zone.
masterTemplateFile: filepath to configured excel master-template file, can be configured on separate UI on sysadmin page.
Was this helpful?