We have bought XRay plugin for our JIRA. I am trying to import the execution result from Jenkins after executing the test and getting the above error:
ERROR: Step ‘Xray: Results Import Task’ failed: Unable to confirm Result of the upload..... Upload Failed! Status:400 Response:priority: Priority is required.
Regards,
Aby Azid
Hi Aby,
You probably have the priority field as mandatory for the Test Execution or for the Test issues. You should make it optional so that you're able to import results.
If you have the priority as mandatory in the Test Execution than you may overcome this using the multipart endpoints instead. If you have the priority as mandatory in the Test issues, you have to make it optional; there's no workaround if you wish to submit results from JUnit, NUnit, Robot, ..
Best regards,
Xray Team
NULL for URI error
########################################################## #### Xray is importing the execution results #### ########################################################## File found: C:\Users\path\to\folder\test.xml Starting to import results from test.xml ERROR: Step ‘Xray: Results Import Task’ failed: Unable to confirm Result of the upload..... Upload Failed! Status:404 Response:<?xml version="1.0" encoding="UTF-8" standalone="yes"?><status><status-code>404</status-code><message>null for uri: https://domain.net/rest/raven/1.0/import/execution/junit?projectKey=QAA&testEnvironments=Test%2CTPO</message></status> Finished: FAILURE
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.