It's all about the answers!

Ask a question

Accessing ClearQuest programatically


Ana Ana (31111) | asked Nov 12 '10, 11:04 a.m.
Hi,

I need to access ClearQuest programatically using C#. I just found ClearQuest OSLC REST API. Client is planning to use ClearQuest web 7.1.1. I read that it comes with OSLC REST API out the box. Can someone please provide me some examples on how I can access the CQ through C# or Java using this API. I much appreciate any info.

Thank you,
Ana

24 answers



permanent link
Yuhong Yin (25123) | answered Dec 22 '10, 11:17 a.m.
JAZZ DEVELOPER
Deleting an attachment is not supported yet through the CQ OSLC interface. You should get "405 Method Not Allowed" if you do a "DELETE" to the attachment context.

Thanks

- Yuhong

Yuhong Yin
CC/CQ CM Server & Integrations

permanent link
Alex Ng (11) | answered May 02 '11, 2:04 p.m.
Hi Yuhong,

I'm getting error 415 when I run it in my schema:

status = 415 Unsupported Media Type

I used Windows to create a dummy test6.txt file ...

and changed this line:

$content = $content . "Content-Disposition: form-data; name=\"file\"; filename=\"c:\\temp\\test6.txt\"";

Any idea?


Lex

permanent link
Alex Ng (11) | answered May 02 '11, 4:00 p.m.
From my investigation so far, it failed due to the fact that ClearQuest 7.1.2.2 cannot take in multipart/form content type:

$header->header('Content-Type' => 'multipart/form-data; boundary=UdCwYxcWhVYyLPJCRxQTEowAxgcepp');


Regards,

Lex

Hi Yuhong,

I'm getting error 415 when I run it in my schema:

status = 415 Unsupported Media Type

I used Windows to create a dummy test6.txt file ...

and changed this line:

$content = $content . "Content-Disposition: form-data; name=\"file\"; filename=\"c:\\temp\\test6.txt\"";

Any idea?


Lex

permanent link
Arun Kumar (633) | answered May 07 '12, 4:21 a.m.
Hi All,

Wanted to Modify a CQ Field by using Perl (CQ Web). Is there any Sample perl Script to Modify a Particular Field (Note Entry).


regards,
Arun

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.