Logging bugs directly from the application to FogBugz

I have several WPF applications and I want users to be able to log bugs directly from those applications into my FogBugz database. Can this be done? Also, how can I make it so that when their case is resolved, the application informs them about it?

0


source to share


2 answers


I would suggest using the FogBugz API , however you could do the same using ScoutSubmit The FogBugz mechanism allowed applications to submit bug data to FogBugz before the API existed.



Anyway, if you have a user, please provide your email address, then your team using FogBugz can send them a note when they resolve the case. If you are using the API, you can regularly query the status of this case to see if it is allowed.

+8


source


You can open the window with a WPF WebBrowser control that displays FogBugz.



0


source







All Articles