It's all about the answers!

Ask a question

How to query workitem between two timeframe using RTC Java api


Monali Jambhulkar (8411844) | asked Feb 12 '13, 11:59 p.m.

Hi All,

I am looking for the RTC Java Api that will fetch the workitems from define time , i.e suppose i want to fecth the workitem between two date (like 01/01/2013 to 02/02/2013) .Currently i m fetching the workitem using GREATER_OR_EQUAL_PLAIN. its fetching the all workitems after define time.

Could you please let me knw if there is any attributeoperation for fetching the workitems?

One answer



permanent link
sam detweiler (12.5k6195201) | answered Feb 13 '13, 12:20 a.m.
you have to have two conditions..and an AND operator

GREATER_OR_EQUAL_PLAIN. for the minimum date and
LESSTHAN_OR_EQUAL_PLAIN. for te maximum date

Your answer


Register or to post 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.