How do i filter based on a wildcard
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
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
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.