Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

XRay:import test execution json report error

KSGRCDT
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
January 18, 2023

When I execute following command to import test execution report. 

curl -X POST https://jira.kitenet.com/rest/raven/1.0/import/execution/multipart -u admin:admin -H "accept: application/json" -H "Content-Type: multipart/form-data" -F result=@result.json;type=application/json -F info=@fields.json;type=application/json

Getting below errors :

When I run above curl command in command prompt getting  error : assembling issue data: project is required

another error also getting when I run through python script:

Response content: b'{"error":"An exception occurred while handling a v2 REST API request: java.lang.NullPointerException"}'
Response code 500

 

0 answers

Suggest an answer

Log in or Sign up to answer