I want to import the result of my execution (robot framework) with REST API into JIRA. I used the following command
curl --insecure -H "Content-Type: multipart/form-data" -D- -p -F "[email protected]" "https://portail.agir.orange.com/rest/raven/1.0/import/execution/robot?projectKey=MY"
I have this error:
{"error":"Cannot add label with invalid validation result!"}
This error is not clear enough to know exactly the problem's origin. Could anyone help me ?
I found the reason of this error: the label refers to the TAG in robot framework my TAG is JIRA was CONNECT_ID or in my test the tag is CONNECT ID , the space caused this error I hope my answer helps other!
2.1m questions
2.1m answers
60 comments
57.0k users