Description
The existing Exporting datasets - REST v2 supports exporting Data Set for a single Test.
curl -X GET -H "Authorization: Bearer $token" "https://xray.cloud.getxray.app/api/v2/dataset/export?testIssueKey=DEMO-1&contextIssueKey=DEMO-2&resolved=false" --output $filename.csv
However, we need the feasibility of exporting Data Sets of multiple Tests in a single request as we do in the case Exporting Cucumber Tests - REST v2 where we separate the Tests with a semi-colon( as mentioned below:
https://xray.cloud.getxray.app/api/v2/export/cucumber?keys=DEMO-6;DEMO-7;DEMO-8