stable

Clone or download

Read-only

feat: Export selected level 3 headers

This is part of story #23469: export reports with linked artifact in xlsx format Tracker name with merges and field labels must be displayed in the generated XLSX document. To have 3 levels of link, you can choose to export Release -> Sprints -> User stories in a project that uses the Agiledashbord Scrum service. Change-Id: Iab3262a56253c7968d027198dadf4295d13550c9

Modified Files

Name
M plugins/document_generation/scripts/tracker-cross-report-action/src/Data/organize-reports-data.test.ts +573 −12 Go to diff View file
M plugins/document_generation/scripts/tracker-cross-report-action/src/Data/organize-reports-data.ts +87 −11 Go to diff View file
M plugins/document_generation/scripts/tracker-cross-report-action/src/Data/reports-fields-labels-formator.test.ts +29 −0 Go to diff View file
M plugins/document_generation/scripts/tracker-cross-report-action/src/Data/reports-fields-labels-formator.ts +11 −0 Go to diff View file
M plugins/document_generation/scripts/tracker-cross-report-action/src/Data/tracker-names-formattor.test.ts +28 −0 Go to diff View file
M plugins/document_generation/scripts/tracker-cross-report-action/src/Data/tracker-names-formattor.ts +9 −0 Go to diff View file
M plugins/document_generation/scripts/tracker-cross-report-action/src/type.ts +2 −1 Go to diff View file