Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

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?

 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


0 votes



One answer

Permanent link
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:

0 votes

Comments

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 log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 10,927

Question asked: Dec 04 '18, 2:22 a.m.

Question was seen: 2,054 times

Last updated: Dec 05 '18, 12:41 a.m.

Confirmation Cancel Confirm