我想使用 REST API 将我的执行结果(机器人框架)导入 JIRA。我使用了以下命令
curl --insecure -H "Content-Type: multipart/form-data" -D- -p -F "file=@outputXX.xml" "https://portail.agir.orange.com/rest/raven/1.0/import/execution/robot?projectKey=MY"
我有这个错误:
{"error":"无法添加无效验证结果的标签!"}
此错误不够清楚,无法确切知道问题的根源。谁能帮助我?