stable

Clone or download

Read-only

feat: Generates the filename with all the exported level information

This is part of story #23469: export reports with linked artifact in xlsx format There is no change in the generated XLSX content. The expected filanem format must be the following: $tracker1->name-$tracker1->report_name_$tracker2->name_$tracker3->name.xlsx Change-Id: I139f4cb9bac0fef234a2834d706e814d2e50ead5

Modified Files

Name
M plugins/document_generation/scripts/tracker-cross-report-action/src/Exporter/XLSX/download-xlsx.ts +4 −10 Go to diff View file
A plugins/document_generation/scripts/tracker-cross-report-action/src/Exporter/XLSX/file-name-generator.test.ts +72 −0 Go to diff View file
A plugins/document_generation/scripts/tracker-cross-report-action/src/Exporter/XLSX/file-name-generator.ts +37 −0 Go to diff View file