Done
Details
Details
Assignee
Tino R.
Tino R.Reporter
Tino R.
Tino R.Priority
Sprint
None
Development Team
Leipzig
Fix versions
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created November 3, 2024 at 3:30 PM
Updated November 4, 2024 at 10:25 AM
Resolved November 4, 2024 at 10:25 AM
The
createDownloadResponseByReportVersion
method in theReportExportHelper
class needs to be updated to support COUNTER release 5.1 reports. Currently, the method only explicitly handles releases 4 and 5, returning XML for release 4 and JSON for release 5. As only release 4 uses a XML representation, we can modify this method to handle all releases other than 4 as JSON.Acceptance Criteria:
The method should return JSON for all releases other than 4.
The method should return XML for release 4 reports.