stable
Clone or download
Read-only
fix: Close request #29653 XLXS cross tracker generation does not retrieve all the data
XLXS cross tracker generation does not retrieve all the children of a parent. It works well from the REST API but seems to have an issue on front end side. How to test ----------- * Have an artifact in a tracker A linked to some artifacts from a tracker B with multiple link types * Ask to generate an XSLX document from tracker A with level 2 based on tracker B and with reports matching all artifact involved in links and with all used link types => All artifact must be displayed as expected in the generated document Change-Id: I39b4703064da206b4ae93325501c25aea480e7a6
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/document_generation/scripts/tracker-cross-report-action/src/Data/organize-reports-data.test.ts | +124 | −0 | Go to diff View file |
M | plugins/document_generation/scripts/tracker-cross-report-action/src/Data/organize-reports-data.ts | +20 | −8 | Go to diff View file |