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!
|
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. |
||||||
|