OSLC query, getting specific attributes
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.
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.