gpt4 book ai didi

java - Rally-rest-api v2.21 updateCollection 无法工作

转载 作者:太空宇宙 更新时间:2023-11-04 11:58:21 29 4
gpt4 key购买 nike

我想通过rally-rest-api v2.21批量添加一些缺陷,但遇到了如下错误:

原因:java.io.IOException:HTTP/1.1 405 使用请求方法“POST”找不到“/project/xxxxx/remove.js”的 Web 服务。然而,该路径上确实存在使用方法“GET”的服务。

请帮帮我,谢谢。

我的代码片段:

Gson gson = new Gson();
JsonParser jsonParser = new JsonParser();
JsonArray defItem = new JsonArray();
for (DefectBean defect : defects)
{
defItem.add(jsonParser.parse(gson.toJson(defect)));
}
CollectionUpdateRequest defectTCollectionAddRequest = new CollectionUpdateRequest(collectionRef, defItem, true);
CollectionUpdateResponse defectTagCollectionAddResponse = restApi.updateCollection(defectTCollectionAddRequest);

最佳答案

您的 Collection 引用是什么?您的缺陷品是什么样子的? updateCollection 方法用于从集合中添加/删除项目,如下所述:

https://rally1.rallydev.com/slm/doc/webservice/rest_collections.jsp

关于java - Rally-rest-api v2.21 updateCollection 无法工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41158989/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com