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

RQM Integration Service: Filtering Custom Attribute _Label with contains value not working as expected

Hi Team,

I am working with the RQM Integration Service API to retrieve test cases and filter based on a custom attribute ( _Label ).


I need to retrieve only those test cases where:

  • Custom attribute name = _Label
  • Custom attribute value contains "13" (anywhere in the string)

I have used below API,
?fields=feed/entry/content/testcase[customAttributes/customAttribute/name="_Label" and (customAttributes/customAttribute/value="13x")]/*&wildcard=x

Observed Behavior:
Using, value="13x"&wildcard=x works for prefix match only
Using, value="x13"&wildcard=x returns test cases where ANY custom attribute contains "13",
not just _Label

Is it possible to get all the test cases custom attribute value contains "13" or any specific value (anywhere in the string)

0 votes


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
× 11,095
× 1,735

Question asked: Jun 24, 1:17 a.m.

Question was seen: 137 times

Last updated: Jun 24, 1:17 a.m.

Confirmation Cancel Confirm