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

OSLC Query Not Returning Test Case with Double Quotes in Title

RQM 7.0.3


The Test Case I want to retrieve contains double quotes in its title, for example:
TC "CHARS"

To fetch this Test Case, I'm sending the following POST request to the OSLC QM endpoint:
POST /{your_context}/resources/com.ibm.rqm.planning.VersionedTestCase
Content-Type: application/x-www-form-urlencoded
OSLC-Core-Version: 2.0
Accept: application/rdf+xml
Authorization: Basic <username/password>

Body:
oslc.where=dcterms:title="TC \"CHARS\""

According to the OSLC Core Specification on query syntax
a backslash should properly escape a double quote inside the string literal.

Expected result:
The query should return exactly 1 matching Test Case.
Actual behavior:
The response always has:
oslc:totalCount="0"

So it seems the escaped quote is being ignored or not interpreted correctly.
Has anyone run into this before?
Is there a known workaround for querying artifacts that contain double quotes in their titles?

Any help or insights would be greatly appreciated!
Thanks!

0 votes

Comments

Hi - you should create a support case on ETM


Be the first one to answer this question!

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
× 525

Question asked: Feb 25, 2:54 a.m.

Question was seen: 175 times

Last updated: Mar 02, 5:57 a.m.

Confirmation Cancel Confirm