Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

WorkItem query based on modifiedDate always returns everything

I am programatically doing an RTC query.  Here is a snippet of the pertinent code

recAttr = factory.findAttribute(projectArea, IItem.MODIFIED_PROPERTY, auditableClient, null);
        Timestamp ts = new Timestamp(113, 5, 20, 17, 57, 0, 0);
        recExpr = new AttributeExpression(recAttr, AttributeOperation.AFTER, ts);
        term.add(recExpr);

The query always comes back with every item in the project area regardless of the modified time.

I created a Java application to demonstrate the problem and can attach the complete source if that would help.

0 votes


Be the first one to answer this question!

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 12,019
× 10,936

Question asked: Jun 21 '13, 6:08 p.m.

Question was seen: 4,036 times

Last updated: Aug 18 '13, 11:06 a.m.

Related questions
Confirmation Cancel Confirm