stable

Clone or download

Read-only

feat: Add Hyperlink in artifact links table

The first column (artifact id) is an InternalHyperlink as soon as the artifact is part of the exported ones. The second column (artifact title) is an ExternalHyperlink that targets the linked artifact web UI. Part of story #22663: export `artifact links` field Change-Id: I989b23e17e496f054dffb2dfb031515cc952fbf5

Modified Files

Name
M plugins/document_generation/scripts/tracker-report-action/src/DocumentBuilder/artifacts-retriever.test.ts +24 −2 Go to diff View file
M plugins/document_generation/scripts/tracker-report-action/src/DocumentBuilder/artifacts-retriever.ts +54 −17 Go to diff View file
M plugins/document_generation/scripts/tracker-report-action/src/DocumentBuilder/create-export-document.test.ts +8 −0 Go to diff View file
M plugins/document_generation/scripts/tracker-report-action/src/DocumentBuilder/create-export-document.ts +10 −0 Go to diff View file
M plugins/document_generation/scripts/tracker-report-action/src/DocumentBuilder/rest-querier.test.ts +1 −0 Go to diff View file
M plugins/document_generation/scripts/tracker-report-action/src/Exporter/DOCX/download-docx.test.ts +4 −0 Go to diff View file
M plugins/document_generation/scripts/tracker-report-action/src/Exporter/DOCX/download-docx.ts +53 −5 Go to diff View file
M plugins/document_generation/scripts/tracker-report-action/src/type.ts +2 −0 Go to diff View file