Hello,
I'm trying to import a feature file into XRAY through the REST API as specified in the docs here:
https://docs.getxray.app/display/XRAY/Importing+Cucumber+Tests+-+REST
I have tried using Postman/curl/jenkins plugin to import a .feature file to our Jira instance but I always get 500 NPE.
Here's the error message I get:
the stacktrace was too long so I made a pastebin
here's the curl example:
curl -H "Content-Type: multipart/form-data" -u username:mypassword -F "file=xraytest.feature" https://myserver/rest/raven/1.0/import/feature?projectKey=XRDUMMY
I've tried all combinations of .feature files. Tagged with requirement, untagged, empty and copy pasted the examples from the docs. Even though I'm sure I shouldn't get such an exception even if something was incorrect.
Here's a picture showing I got the project key right.
Here's a picture of a postman try.
If anyone could help me out it'd be great.
Thanks