Integration from Jenkins to XRAY "Execution key or Project key is required"

marc-xtremis
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!
July 22, 2019

Hi,

I'm following the documentation to integrate my Jenkins JUnit tests to JIRA.

The authentication process works perfect, but when I try to import the jUnit test results with the freshly created token, I receive the following error:

{"error":"Test Execution key or Project key is required."}

I am using this query:
curl -H "Content-Type: text/xml" -X POST -H "Authorization: Bearer ${token}" --data @report.xml https://xray.cloud.xpand-it.com/api/v1/import/execution/junit

Do I need to specify another parameter somehow?

1 answer

1 accepted

0 votes
Answer accepted
marc-xtremis
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!
July 22, 2019

I've found out another site with more documentation where the rest of parameters are specified -> https://confluence.xpand-it.com/display/public/XRAY/Import+Execution+Results+-+REST

Now I can use the missing Project Key and the jUnit reports are imported to Jira automatically.

sridhar vumma
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!
April 25, 2022

how did you get to generate the project key 

Suggest an answer

Log in or Sign up to answer