Hi there,
I am implementing a plugin for our Timeregistration tool, that will retrive closed Work Log records from the OnTime System. When I use the method
GetAllPublicTasks(..) it seems that when a eg. Task is completed, it will no longer appear in the DataSet returned. So my question is:
How do I get a list of all completed Tasks, Defects, Features and Incidents?
Can I retrieve a filtered list using a CustomField as parameter?
If you like, I can send my VS project as reference!