1

I am using the FogBugz PlugIn API to get information about 'code review' cases in a C# application - a FogBugz plugin to generate a 'code review' report. I need to get the list of checkins (Kiln changesets ) that are submitted for a Code Review (FogBugz case), but I did not find any API method/property that supports my need. Is there some way to get the associated changesets using the FogBugz PlugIn API? Or if you can point to the database table (and its structure) that contains this information, I can query it to get the changesets per code review. Please help!

Fog Creek Case FC2071651

flag

1 Answer

1

You can use Kiln's JSON API (https://developers.fogbugz.com/default.asp?W156) to get that kind of information from Kiln. There is no stable interface available to get that purely from FogBugz' API.

link|flag
Is there an internal table that holds the 'changesets' list per code review? (For example, we are using the 'BugEventReplies' table (with your kind pointer) to get the 'replies' associated with a comment/bugevent.) Adding the changeset information is the last bit of work left to complete my plugin for generating a 'Code Review Report' and it will be great if this last issue can be resolved. – Usha Pugalia Jun 3 2011 at 20:33
@Usha I just sent you an email (case FC2070810) to discuss your plugin – adambox Jun 3 2011 at 20:41

Your Answer

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