我有以下ClearQuest查询:https://anst-tg2.com/cqweb/#/CQschema/ACP/QUERY/79138761&noframes=true&format=HTML
如何修改它以获得XML文件作为输出而不是HTML?请给我建议。
发布于 2015-11-19 04:02:01
我认为您会希望使用OSLC而不是REST API。您可以在以下位置找到文档:
https://jazz.net/wiki/bin/view/Main/CqOslcV2
请注意上述链接中的以下摘录:
ALERT! While "REST URI" wizard works well for shortcuts, we recommend you
use OSLC instead to access ClearQuest data in other formats such as XML."但是,如果您仍想使用RESTAPI,则可以按照以下说明获取XML:
http://www-01.ibm.com/support/docview.wss?uid=swg21445081
https://stackoverflow.com/questions/32697301
复制相似问题