stable

Clone or download

Read-only

feat: Begin to export artifact link field

This is part of story #22663 export `artifact links` field This is the first step of artifact links field export in the generated document. For now, only the artifact ID and the type are exported. The artifact title is not yet provided in the 2 sub titles. To enable the feature, #artlinks must be added to the report URL. Change-Id: Icdab6bd2623345a5509e867e384a406b256285bc

Modified Files

Name
M plugins/document_generation/scripts/tracker-report-action/po/fr_FR.po +12 −0 Go to diff View file
M plugins/document_generation/scripts/tracker-report-action/src/DocumentBuilder/create-export-document.test.ts +48 −0 Go to diff View file
M plugins/document_generation/scripts/tracker-report-action/src/DocumentBuilder/create-export-document.ts +26 −0 Go to diff View file
M plugins/document_generation/scripts/tracker-report-action/src/Exporter/DOCX/download-docx.ts +78 −0 Go to diff View file
M plugins/document_generation/scripts/tracker-report-action/src/type.ts +15 −1 Go to diff View file