filedAgainst, Rest API, and Simple query what am I doing wrong.
I have the following URL, which is supposed to use the simple query to search our work items based on the filedAgainst field:
I've also tried: When running both of these, it appears that the filedAgainst is being ignored, and I get back all the work items in the respective project.
Anyone see anything wrong with the URL? Should I be using a different portion of the API? Searching via the dc:title works just fine so I believe I'm hitting the right URL, I just can't seem to figure out why the filedAgainst isn't working.
|
One answer
query is now working for me, not sure why but it appears at times I must use OSLC. and other times OSLC_CM., but one or the other only. I haven't found a place that I can interchange them.
once I changed my url to be :
Everything worked. |
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.
Comments
oslc.query does not work for me, but oslc.where does. Try
Basically you need to percent encode the filedAgaint value before putting in the URI.Where is not working as well, still getting the default list of items.