oslc 2: query to search by plannedFor title ?
The documentation states:
so in my case I want to use oslc.where rtc_cm:plannedFor{dcterms:title="Release1"}
but I get 404 back, only way I can search is by oslc.where rtc_cm:plannedFor="IterationURL"
Any ideas?
Thanks
p.s. sorry for the formatting I can't seem to remove the links on this
Partial Representations
Getting partial representations is especially useful in conjunction with query results. Top-level and nested properties of the change request resources in the matching members list can be specified using the oslc.select query parameter. It is like the
SELECT
clause of a SQL statement.
| Query Parameters |
|
|---|
so in my case I want to use oslc.where rtc_cm:plannedFor{dcterms:title="Release1"}
but I get 404 back, only way I can search is by oslc.where rtc_cm:plannedFor="IterationURL"
Any ideas?
Thanks
p.s. sorry for the formatting I can't seem to remove the links on this
Accepted answer
Note quite sure why it failed on you. It works for me if I use a filter such as oslc.where=rtc_cm:plannedFor{dcterms:title="Sprint 1"} with RTC 5.0.2. I have no luck with custom attributes though.