1

With FogBugz 8, I want to get a list of cases that were at a particular status at a particular date and time via the XML API. So I might, for example, want a list of all cases that were active at midnight on the 18th of June, 2007. Ideally I want to achieve this with a search command so an arbitrary date and time can be used as required.

The data I want is more or less the list of bugs that make up the changes over time table broken down by status for a particular day. I played with retrieving a changes over time table with the XML API from a saved filtered but it doesn't appear to work (and actually wouldn't do what I want even if it did as the particular date and time being used will potentially be different every day).

I'd prefer not to query the database directly. Is there a mechanism to do this via the XML API in FogBugz 8?

Fog Creek Case FC2011202

flag
We have a feature request open to allow plug-ins easier access to returning information via the XML API. This would allow the case history plug-in to give you what you want. – Rich Armstrong Oct 4 2010 at 18:10

1 Answer

1

The XML API does not provide these data. You can only retrieve the current status for a bug.

link|flag

Your Answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.