It's all about the answers!

Ask a question

How to get Clear Quest Defects data with out native client on the machine. I can login via web client.


pavan kumar (1112) | asked Aug 20 '15, 4:29 a.m.
edited Aug 20 '15, 4:30 a.m.
I am fetching data from Clear Quest using c# through internet explorer. Now i want to remove the internet explorer as dependency and write my own code to get defect information. Is there any way to do that? Please let me know if any better solution exist. I don't have native client.

2 answers



permanent link
Krzysztof Kaźmierczyk (7.4k373103) | answered Aug 20 '15, 5:05 a.m.
Hi Pavan,
This is RTC forum. To ask CQ question, you should ask it on DW answers: https://developer.ibm.com/answers/

permanent link
Donald Nong (14.5k414) | answered Aug 21 '15, 6:09 a.m.
If your original solution is based on Internet Explorer, then you are accessing the ClearQuest Web. If you try to remove the dependency of Internet Explorer, you need to implement the HTTP request and response processing in your C# code. In this case, the ClearQuest native client is never involved.

If your original solution is based the ClearQuest COM component, then it is a different story. In this case, you need to implement a completely different solution which should be based on ClearQuest OSLC REST API.
http://www-01.ibm.com/support/knowledgecenter/SSSH5A_8.0.0/com.ibm.rational.clearquest.oslc_cmrest_api.doc/topics/c_cq_oslc_rest_api_ovw.htm

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.