Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
430 views
in Technique[技术] by (71.8m points)

rest - error when importing robotframework result into xray

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 ?

question from:https://stackoverflow.com/questions/65837629/error-when-importing-robotframework-result-into-xray

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

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!


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...