stable

Clone or download

Read-only

feat: Retrieve linked artifacts based on modal selected type

This is part of story #23469: export reports with linked artifact in xlsx format The retrieved data is not yet used. You can open your browser console to see that linked artifacts are retrieved. Change-Id: I5b2c7328dcd65d870982c01ee712c008011c21df

Modified Files

Name
M plugins/document_generation/scripts/tracker-cross-report-action/src/Components/ModalContent.vue +1 −0 Go to diff View file
M plugins/document_generation/scripts/tracker-cross-report-action/src/Data/data-formator.test.ts +15 −5 Go to diff View file
M plugins/document_generation/scripts/tracker-cross-report-action/src/Data/data-formator.ts +4 −1 Go to diff View file
M plugins/document_generation/scripts/tracker-cross-report-action/src/export-document.ts +1 −0 Go to diff View file
M plugins/document_generation/scripts/tracker-cross-report-action/src/rest-querier.test.ts +25 −1 Go to diff View file
M plugins/document_generation/scripts/tracker-cross-report-action/src/rest-querier.ts +18 −0 Go to diff View file