I use cruisecontrol.rb for CI and FogBugz to track errors, but the more general the answers, the better.
Firstly, this is a technical problem: is there an API for FogBugz? Are there any good tutorials or, even better, pre-written code?
Secondly, this is a procedural problem: what exactly, should CI put errors in the tracker when the assembly breaks? Maybe:
Title: "# {last committer} violated the assembly!"
Body: "# {error tracing}"
I guess this suggests the answer to this question: should I even put CI in my bug tracking?
continuous-integration bug-tracking fogbugz
James A. Rosen
source share