FogBugz compared to OnTime - Stack Overflow most recent 30 from stackoverflow.com2009-12-20T23:47:15Zhttp://stackoverflow.com/feeds/question/9143http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/9143/fogbugz-compared-to-ontime3FogBugz compared to OnTimeMike Powell2008-08-12T19:10:25Z2008-10-14T16:04:17Z
<p>Has anyone used both FogBugz and Axosoft's OnTime and care to offer an opinion? AxoSoft has a big <a href="http://www.axosoft.com/products/ontime_competition.aspx" rel="nofollow" title="Virtual Workspaces">feature comparison chart</a> but I'm also interested in more subjective thoughts on things like ease of use and stability.</p>
http://stackoverflow.com/questions/9143/fogbugz-compared-to-ontime/9152#91523Answer by Keith for FogBugz compared to OnTimeKeith2008-08-12T19:17:34Z2008-08-12T19:17:34Z<p>OnTime is more an ALM tool - it's trying to do everything. </p>
<p>FogBugz just deals with bugs (and feature requests) and at that it's excellent. I'm not sure about some of the newer extensions (like discussions), but for bugs it's really good.</p>
<p>There's lots of stuff that I'd add to it in terms of better reports, searching and the like, but I can definitely recommend FogBugz.</p>
http://stackoverflow.com/questions/9143/fogbugz-compared-to-ontime/9160#91605Answer by Cade for FogBugz compared to OnTimeCade2008-08-12T19:27:19Z2008-08-12T19:27:19Z<p>I actually encouraged the company I work for to begin tracking bugs with software (specifically FogBugz) and have been very pleased with FogBugz. </p>
<p>We blindly let our customers send bug requests into FogBugz through email, which has it's advantages and disadvantages. But we really haven't had any problems integrating FogBugz into a team that was totally unfamiliar with any bug tracking software. Overall, I'd rate FogBugz about a 9 on ease of use and stability. </p>
http://stackoverflow.com/questions/9143/fogbugz-compared-to-ontime/9175#91752Answer by Michael Stum for FogBugz compared to OnTimeMichael Stum2008-08-12T19:36:30Z2008-08-12T19:36:30Z<p>I have not tested the OnTime thing, but keep in mind that both FogBugz and OnTime have free versions as well, Axosoft for 1 user and FogBugz for 2 Users, although it's the hosted version. (Check <a href="http://beta.stackoverflow.com/questions/3180/anyone-soloing-using-fogbugz#3581" rel="nofollow" title="PyXML">my answer here</a> to see how to sign up for the free FogBugz version)</p>
<p>So you can have some real first-hand experience on both systems.</p>
http://stackoverflow.com/questions/9143/fogbugz-compared-to-ontime/140565#1405652Answer by Brian Scott for FogBugz compared to OnTimeBrian Scott2008-09-26T16:31:40Z2008-09-26T16:31:40Z<p>I've used OnTime for a few years now. It's actually a very easy tool to use and not just a bug tracking tool as was suggested. Where it falls down for me is the slowdown I've experienced as the volumes of Features / Defects/ Tasks have grown. Also, the web client tries too hard to be a parallel of the winform version and can be flaky as a result.</p>
http://stackoverflow.com/questions/9143/fogbugz-compared-to-ontime/201799#2017992Answer by Sam Schutte for FogBugz compared to OnTimeSam Schutte2008-10-14T16:04:17Z2008-10-14T16:04:17Z<p>I've used both extensively in production software development environments.</p>
<p>OnTime isn't bad - once you set it up to handle support tickets sent to an email, it has all the daily activities of software developers pretty well integrated.</p>
<p>I personally prefer FogBugz, because of the predictive estimation stuff that it includes. Being able to pick a due date, and then getting a likelihood of hitting that date based on your past performance is pretty awesome. I also think in general FogBugz is faster to use and organize your features/defects, and I like how it tracks time better.</p>
<p>One area where OnTime wins out is that it is much easier to make reports against OnTime. It stores everything in a SQL server so it is easy to access (granted if you get the non-hosted FogBugz maybe you could do this too). Also, it includes a report designer so you can get to your data. FogBugz has the weakness that while you can track and enter the time you spent per item for the purposes of its experienced-based scheduling, it doesn't give you an easy way as a manager to look at how much time a given employee spent on what things that week. Hopefully they will add that in the near future.</p>