Edit a query with Clearquest oslc Rest API
Hello,
Currently I'm using Clearquest from the WEB interface but I need now to build scripts based on Clearquest API. But to do that, I need to extract the filtering criteria from a existing query. I know to do it from WEB client but I haven't found any way to do it with oslc Rest API. Is it possible to do it and if it is, could you give the syntax of the command or some examples ? Thanks in advance for your support |
One answer
To query anything you must specify the properties, I don't know why, that's just how it is.
the url below will list all workitems that have been modified past that date, with the properties listed in the attribute
|
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
If I'm not mistaken, the ClearQuest OSLC 2.0 REST API does not have the ability to retrieve existing queries. So I'm actually not so sure what you are trying to do.
https://jazz.net/wiki/bin/view/Main/CqOslcV2