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