如何使用REST API从HP ALM中从HP ALM中检测到的释放名称中检测到的提取?

发布于 2025-02-04 20:53:03 字数 95 浏览 2 评论 0 原文

我正在开发一个应用程序,该应用程序使用REST API调用从HP ALM提取缺陷。

在释放中检测到的周期中检测到ID已存储,并且无法按值提取其参考。.您能帮我吗?

I am developing an application that extracts defects from HP ALM using rest api call.

Detected in Release and Detected in Cycle has ID stored and not able to extract their reference by value.. Could you please help me to do so?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

稀香 2025-02-11 20:53:03

使用下面的URL获取发布和释放循环集合。

/QCBIN/REST/域/{domain}/projects/{project}/发布
/QCBIN/REST/域/{domain}/projects/{project}/Release-cycles

您可以参考以下文档页面以获取更多信息。

Use the below URLs to get the releases and releases-cycles collection.

/qcbin/rest/domains/{domain}/projects/{project}/releases
/qcbin/rest/domains/{domain}/projects/{project}/release-cycles

You may refer the below documentation page for further information.

https://admhelp.microfocus.com/alm/api_refs/REST_TECH_PREVIEW/Content/REST_API_Tech_Preview/General/Overview.html

enter image description here

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文