stable
Clone or download
Read-only
Follow-up of git #tuleap/stable/76ab1fc4ec6524181e72c553c3d71fff8f04adcd Now every linked artifact (incl. reverse) see their title displayed in the document. If linked artifact is part of the report, no additional request is made to retrieve its title. Else a dedicated request is made to retrieve all missing artifacts at once. Only title is displayed for now, link to the artifact (See A.C) will be provided later. To enable the feature, #artlinks must be added to the report URL Part of story #22663: export `artifact links` field Change-Id: I19e487daae099e4070683f528b7e1a6f2413d859
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/document_generation/scripts/tracker-report-action/po/fr_FR.po | +5 | −2 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-report-action/src/DocumentBuilder/artifacts-retriever.test.ts | +46 | −0 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-report-action/src/DocumentBuilder/artifacts-retriever.ts | +112 | −10 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-report-action/src/DocumentBuilder/create-export-document.test.ts | +4 | −0 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-report-action/src/DocumentBuilder/create-export-document.ts | +2 | −0 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-report-action/src/DocumentBuilder/create-traceability-matrix.test.ts | +9 | −0 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-report-action/src/DocumentBuilder/rest-querier.test.ts | +7 | −0 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-report-action/src/Exporter/DOCX/download-docx.test.ts | +19 | −0 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-report-action/src/Exporter/DOCX/download-docx.ts | +4 | −0 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-report-action/src/type.ts | +1 | −0 | Go to diff View file |