It's all about the answers!

Ask a question

How do i filter based on a wildcard


Bob McGrath (11) | asked Apr 06 '16, 5:13 p.m.
 I am looking at this doc https://jazz.net/wiki/bin/view/Main/RqmApi#FieldsExamples

I wrote this query:

It returns:
<workItem>
<tags>|bvt_issue|</tags>
<id>191969</id>
</workItem>

But does NOT return:
<workItem>
<id>194645</id>
<tags>|bvt_issue|scniris|</tags>
</workItem>

I can't seem to get any of the wildcard syntax to work (% or $&wildcard=X) as shown in the doc.  I need a query that will filter all workitems where tags starts with |bvt_issue

Thanks!

One answer



permanent link
Antonio Napoles (2861) | answered Apr 11 '16, 11:52 a.m.
JAZZ DEVELOPER
 Hi Bob,

This article may be more helpful as you are filtering CCM workitems: https://jazz.net/wiki/bin/view/Main/ReportsRESTAPI#workitem

The % wildcard=X options are stated for RQM API. But CCM does not have any reference for them so they may not support them. @pluis - Luis Peregrina could you redirect this question to someone from RTC?

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.