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

Using wildcards in Filter "Browse Test..."

Hi fellows,

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

greetings georg.

0 votes



One answer

Permanent link
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=*


0 votes

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
× 12,020

Question asked: Apr 01 '14, 10:11 a.m.

Question was seen: 4,940 times

Last updated: Apr 01 '14, 12:28 p.m.

Confirmation Cancel Confirm