OSLC query, getting specific attributes
Rafael Rodriguez Montes (230●13●130●258)
| asked May 26 '15, 2:30 p.m.
edited May 30 '15, 12:31 a.m. by Geoffrey Clemm (30.1k●3●30●35)
Hello,
I would like to know how to get just specifict attributes or fields of my test cases like, test case id, rquirement(s) id(s), etc
I'm using this URL for get all, but is there any way to make a view with specific fields information, also if I want to make a filter by fields is possible?
https://jazzqm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/...projectarea..../testcase?fields=feed/entry/content/testcase/*
thank you.
|
Accepted answer
Based on your other post, I think you sort of figured it out already. For clarify, please see the RQM reportable REST API specification.
https://jazz.net/wiki/bin/view/Main/RqmApi#fields To make it a bit simple: use / for levels, | for attributes on the same level, () to group the attributes and [] for filtering. There are plenty of examples in the Wiki. Rafael Rodriguez Montes selected this answer as the correct answer
|
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.