How to filter records based on last watermark in Clearquest (CQ) using java rest api ?
Hi All,
In the myMethod implementation we should where possible include the startWatermark/startDate as part of the query conditions, to find only those issues / items that changed since last update.
I am using few query conditions based on owner, Headline and severity etc, but i want to use datetime in Query condition.
Any one provide me any links/example.
I am going via below CQ Documentation.
https://jazz.net/wiki/bin/view/Main/RcmRestCmApi.
Above link it is not giving datetime query conditions.
thanks,
|
One answer
It would be so much easier for others to understand your request if you just ask "how do I use Date_Time value in ClearQuest OSLC API", rather than mentioning "last watermark" that no one understands.
You can use a Date_Time value the same way as a string, but just need to keep it in a particular format. For example: ?oslc.where=cq:Submit_Date>="2000-06-14T14:00:00Z" Also, you should check out the V2 of the ClearQuest OSLC API. https://jazz.net/wiki/bin/view/Main/CqOslcV2 |
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.