Plugin Developer Discussion

Discussion for FogBugz Plugin developers

Figuring out if a case is scout-submitted

Is there a way to programatically tell if a CBug was scout-submitted? I was expecting to be able to find the scout description or something but for the life of me can't find it in the API.
John Conners Send private email
Friday, June 26, 2009
 
 
The table isn't exposed directly, but you can query the "Scout" table which has a "ixBug" and "Description" columns.  You can either query it directly using CSelectQuery, or JOIN a CBugQuery to it.

Note that this won't work in IPluginBugCommit, because the entry is not added in the Scout table until after the bug commit completes successfully (including AfterCommit).
David Fullerton Send private email
Friday, June 26, 2009
 
 
Thanks David!
John Conners Send private email
Friday, June 26, 2009
 
 

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics
 
Powered by FogBugz