It's all about the answers!

Ask a question

OSLC query for rtc_cm:plannedFor not working


Nico Ho (111) | asked Sep 24 '19, 9:42 a.m.
Hey,
I am trying to query workitems for a certain iteration. Therefore I search for the simple query URL and append the query as follows:

https://<host>/jazz/oslc/contexts/<context>/workitems?oslc_cm.query=rtc_cm:plannedFor="<iterationID>" and dc:type="com.ibm.team.apt.workItemType.story"&oslc_cm.properties=dc:title,rtc_cm:com.ibm.team.workitem.linktype.parentworkitem.parent,rtc_cm:com.ibm.team.workitem.linktype.parentworkitem.children
    

I also encode the string to URL, so that colon etc. are escaped.

The result is the same as I would not append the query and only send a GET request with the simple URL. Does anybody know the reason why this query is not working?
I try this query on Jazz RTC version 4.0.6

Hope for a response.
Kind Regards

One answer



permanent link
Jim Amsden (26837) | answered Sep 24 '19, 11:15 a.m.

 rtc_cm:plannedFor is expecting an iteration URL, not id.

Your answer


Register or to post your answer.