stable

Clone or download

Read-only

feat: Add matching artifact ids in generated XLSX

This is part of story #23469 export reports with linked artifact in xlsx forma All the matching artifact ids for the current report are now exported in the XLSX document. No styling is done, each artifact id is displayed on a new line. Change-Id: I9dd0c65c9f256cbc7b96b013986e7a0f39ee24f3

Modified Files

Name
M plugins/document_generation/scripts/tracker-cross-report-action/src/Exporter/XLSX/download-xlsx.ts +18 −2 Go to diff View file
M plugins/document_generation/scripts/tracker-cross-report-action/src/export-document.test.ts +20 −1 Go to diff View file
M plugins/document_generation/scripts/tracker-cross-report-action/src/export-document.ts +14 −5 Go to diff View file
A plugins/document_generation/scripts/tracker-cross-report-action/src/rest-querier.test.ts +52 −0 Go to diff View file
A plugins/document_generation/scripts/tracker-cross-report-action/src/rest-querier.ts +39 −0 Go to diff View file
M plugins/document_generation/scripts/tracker-cross-report-action/src/type.ts +4 −0 Go to diff View file