It's all about the answers!

Ask a question

Using wildcards in Filter "Browse Test..."


Georg Kellner (840377108) | asked Apr 01 '14, 10:11 a.m.
Hi fellows,

is it possible to use wildcards in the filter option of "Browse TestPlans/Cases/Scripts..."?

greetings georg.

One answer



permanent link
Subramanya Prasad Pilar (4.6k14) | answered Apr 01 '14, 12:14 p.m.
edited Apr 01 '14, 12:28 p.m.
Wildcards are supported in RQM's reportable REST API.
You can refer to https://jazz.net/wiki/bin/view/Main/RqmApi#wildcard for more details.

For example, https://server:port/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/JKEBanking/testplan?fields=feed/entry/content/testplan[title='Test Plan*']/*&wildcard=* will return all test plans where title starts from "Test Plan".
<feedUrl>?fields=feed/entry/content/testplan[title='test plan X']/description&wildcard=X will return description of test plans where title starts with "test plan".
If you are using configuration metadata, you can use
${public}/service/com.ibm.rqm.integration.service.IIntegrationService/resources/${projectAreaUUID}/testplan?fields=feed/entry/content/testplan[title='${userInput}']/*&wildcard=*


Your answer


Register or to post your answer.