It's all about the answers!

Ask a question

Using wild card to query workitems programmatically


megha mittal (15112615) | asked Oct 19 '10, 7:19 a.m.
Hi
It is possible to query workitem using wildcards ,something like "filed against like m.tid%" .

Thanks

2 answers



permanent link
Patrick Streule (4.9k21) | answered Oct 25 '10, 1:44 p.m.
JAZZ DEVELOPER
It is possible to query workitem using wildcards ,something like
"filed against like m.tid%" .

Yes, but you would need to query

filed against -> name like ...

Are you using the AST query API? Or ar toe ypu referring the query
editor ui (works there, too)?

--
Regards,
Patrick
RTC Work Item Component Lead

permanent link
Pravin Girase (11) | answered Aug 21 '20, 9:46 a.m.
I am also facing similar issue. I have 3 artifacts with dc:title as below

Performance Requirement
Safety Requirement
Efficiency

I want to query all the artifacts which end with "Requirement". And I want to do this using oslc.where=dcterms:title="%25Requirements". The jazznet returns no result.

Is this kid of query supported?

Your answer


Register or to post your answer.