stable

Clone or download

Read-only

Add a tracker selector at the second level of the export configuration modal

This information will then be used to select the appropriate reports. Part of story #23469: export reports with linked artifact in xlsx format Change-Id: I9f2661e1c15606d43d580d5e5be7edafd0cdd0bd

Modified Files

Name
M plugins/document_generation/scripts/lib/docx/src/Artifact/tracker-structure-retriever.test.ts +4 −0 Go to diff View file
M plugins/document_generation/scripts/tracker-cross-report-action/po/fr_FR.po +3 −0 Go to diff View file
M plugins/document_generation/scripts/tracker-cross-report-action/src/Components/SecondLevelSelector.vue +6 −0 Go to diff View file
A plugins/document_generation/scripts/tracker-cross-report-action/src/Components/TrackerSelector.test.ts +102 −0 Go to diff View file
A plugins/document_generation/scripts/tracker-cross-report-action/src/Components/TrackerSelector.vue +73 −0 Go to diff View file
M plugins/document_generation/scripts/tracker-cross-report-action/src/rest-querier.ts +10 −1 Go to diff View file
M plugins/document_generation/scripts/tracker-cross-report-action/src/type.ts +5 −0 Go to diff View file
M plugins/tracker/scripts/lib/rest-api-types/src/trackers.ts +6 −1 Go to diff View file