Using wild card to query workitems programmatically
![]()
Hi
It is possible to query workitem using wildcards ,something like "filed against like m.tid%" . Thanks |
2 answers
![]() It is possible to query workitem using wildcards ,something like 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 |
![]()
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?
|