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

How do I query workitems by title via OSLC ?

How do I query workitems by title via OSLC ?
1.title:contain only numbers--->OK
    https://host.my.company.net:9443/ccm/oslc/contexts/_d_S48HnCEeO88aNvwHMSCg/workitems.xml?oslc.where=dcterms:title=123&oslc.select=dcterms:identifier,dcterms:title
2.title:contain letters and numbers--->NG
    https://host.my.company.net:9443/ccm/oslc/contexts/_d_S48HnCEeO88aNvwHMSCg/workitems.xml?oslc.where=dcterms:title=abc123&oslc.select=dcterms:identifier,dcterms:title

How to solve the above second problem?


0 votes

Comments

the error content of above the second problem
err:- <oslc:Error rdf:about="#n0">;
  <oslc:message>予期しないシンボル: null</oslc:message>
  <oslc:statusCode>400</oslc:statusCode>
  </oslc:Error>



One answer

Permanent link
Are you indicating if full text search can be done by using OSLC? I guess if you want to do so, oslc.searchTerms is what u need to check. Query capability accepts the wildcard so this can be used with other search parameters.

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
× 10,952

Question asked: Apr 17 '14, 3:02 a.m.

Question was seen: 3,744 times

Last updated: Apr 18 '14, 2:59 a.m.

Confirmation Cancel Confirm