Generated an authentication token using client ID and Secret key and trying to import robot xml results to JIRA using rest api but results in invalid xml file.
Log:
cmd: curl -H "Content-Type: text/xml" -X POST -H "Authorization: Bearer $token" --data @"output.xml" https://xray.cloud.getxray.app/api/v2/import/execution/robot?projectKey=GOP
{"error":"Invalid xml file: Unexpected close tag Line: 0 Column: 1291 Char: >"}
xmllint doesn't show any errors.
cmd: xmllint --noout output.xml
Please let me know, How to resolve it?
Answering Lately,
I found its the xml file format issue.
run cmd: xmllint --format output.xml
generates proper format. save it and run the curl cmd to import/export result to jira.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.