It's all about the answers!

Ask a question

I want retrieve Test plan details/data such as (test plan name,status,owner,executed by etc) based on attribute "Project Identifier" which is in Test Case Execution Records.Can I get Any API?


Sagar k (112) | asked Dec 04 '18, 2:22 a.m.

 I have used API's but its not working..

Template:
https://<HOST>:<PORT</qm/service/com.ibm.rqm.integration.service.IIntegrationService
/resources/<ProjectArea>/testcase/<Test Case ID>
My URL:
/IP#action=com.ibm.rqm.planning.home.actionDispatcher&subAction=viewTestPlan&id=3258


One answer



permanent link
Chad Meadows (31) | answered Dec 04 '18, 10:08 a.m.
JAZZ DEVELOPER
You can retrieve a test plan by doing a GET on a URL with something like:

{{host}}{{context}}/service/com.ibm.rqm.integration.service.IIntegrationService/resources/{{project area}}/testplan/{{testplan id}}

For full documentation on API's, you can refer to this reference:

Comments
Sagar k commented Dec 05 '18, 12:34 a.m. | edited Dec 05 '18, 12:41 a.m.

Can this Get be modified?

Because i want to retrieve Testplan details with its attribute called "Project Identifier"
I wont be knowing its Testplan ID nor TestPlan name
And what does {{context}} mean in URL

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.