Hi, I was trying to publish Xnuit execution result in xml format to Jira using Xray API which worked perfectly.But, when I tried same with Junit execution file it shows authentication issue (401 unauthorized error)
"token=curl -H 'Content-Type: application/json' -X POST --data '{ "client_id": "$(client_id)", "client_secret": "$(client_secret)" }' https://xray.cloud.getxray.app/api/v2/authenticate -v" where I get token and use it to import result.