0

Our organization uses a script to implant date time stamps in the edit fields of a Fogbugz case. I'd like to parse these in a different application, but cannot succeed in finding the correct column to request from the API.

Could anyone help out?

flag

1 Answer

1

In order to retrieve all of the bug events for cases returned via a cmd=search XML API request, just include events in the list of cols you'd like returned:

https://[yourfogbugz]/api.asp?token=[yourtoken]&cmd=search&q=[your query]&cols=events

See the "Listing and Viewing Cases" section of the XML API's documentation for more details.

link|flag

Your Answer

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