I need to get some very specific information from the FogBugz API. Although I can spend time with the API documentation but I was just wondering if folks here had experience with it and might offer some help.
I need this information - for a given date range and a given person I want to know how much time he spent on the tickets.
So, we use the 'working on' feature a lot and I think we can get this info using this feature somehow. Not sure.
So what command/query should I be looking at?
Any suggestions/pointers would be helpful!
Thanks a bunch!
The FogBugz XML API can get you what you're looking for via the
listIntervals
command in the Time Tracking section:So the query you'd be using would look something like this:
[your FogBugz url]/api.asp?token=[your XML API token]&cmd=listIntervals&ixPerson=[ixPerson you're interested in]&dtStart=[start date]&dtEnd=[end date]
For future reference, there is a FogBugz-specific Q&A site: http://fogbugz.stackexchange.com