Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
以下の REST API は、ALM からのプロジェクトの下にあるすべての欠陥を示します
/qcbin/rest/domains/{domain}/projects/{project}/defects/
REST API を使用して ALM のテスト セットに関連付けられたリンクされた欠陥を取得する方法はありますか?
HPALM のバージョンが 11.5 以上の場合、次のクエリが役立ちます。
/qcbin/rest/domains/{domain}/projects/{project}/defect-links?query={second-endpoint-id[test-set-id];second-endpoint-type[test-set]}"
Thxガウラフ