Query for modified defects from certain time
2 answers
How can I query the Jazz system for modified defects from a certain time
using the Java API and plain Java?
For example, I need to get all defect modified since 07/27/2008.
https://jazz.net/wiki/bin/view/Main/QueryDevGuide shows how to query
work items using both the Repository and Work Item API, and both from a
plain Java and an OSGi environment.
Patrick
Jazz Work Item Team