<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Bugtracking in the new millenium: how to build a better mouse..err..bug trap</title>
	<atom:link href="http://yanpritzker.com/2007/01/03/bugtracking-in-the-new-millenium-how-to-build-a-better-mouseerrbug-trap/feed/" rel="self" type="application/rss+xml" />
	<link>http://yanpritzker.com/2007/01/03/bugtracking-in-the-new-millenium-how-to-build-a-better-mouseerrbug-trap/</link>
	<description>photographer, entrepreneur, software engineer, musician, skier</description>
	<lastBuildDate>Wed, 08 Feb 2012 05:45:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Riel</title>
		<link>http://yanpritzker.com/2007/01/03/bugtracking-in-the-new-millenium-how-to-build-a-better-mouseerrbug-trap/comment-page-1/#comment-2876</link>
		<dc:creator>Riel</dc:creator>
		<pubDate>Sun, 04 Feb 2007 06:53:07 +0000</pubDate>
		<guid isPermaLink="false">http://skwpspace.com/2007/01/03/bugtracking-in-the-new-millenium-how-to-build-a-better-mouseerrbug-trap/#comment-2876</guid>
		<description>I think the support mails should be sorted automatically into the bug tracking software: have a pop3 read that just sucks in anything sent to BUG@domain.com into the bug reporter, people are comfortable with email reporting, while it&#039;s not the easiest to track and report on the receiving end, if it was integrated into the application it would be able to be uploaded to a &quot;bucket - as you call it :)&quot; and sorted from there (the sorting is our biggest problem right now, dealing with the duplicates.

As for the timer, we just have a one touch link that turns on / off the timer as you&#039;re working on issues.. the link is at the top of each issue, so as you start to read it, it&#039;s easy to click the &quot;TIMER&quot; - or &quot;SWITCH&quot; as we call it... then as you reply or update the bug report later (assuming you&#039;ve worked on it) you simply click the link again to stop the timer... or start a new timer on a new issue which will automatically turn the first one off.

Thanks again for the mental work here Yan, I&#039;m going to share this with my whole team.

&quot;Riel Roussopoulos&quot;:http://riel.roussopoulos.net</description>
		<content:encoded><![CDATA[<p>I think the support mails should be sorted automatically into the bug tracking software: have a pop3 read that just sucks in anything sent to <a href="mailto:BUG@domain.com">BUG@domain.com</a> into the bug reporter, people are comfortable with email reporting, while it&#8217;s not the easiest to track and report on the receiving end, if it was integrated into the application it would be able to be uploaded to a &#8220;bucket &#8211; as you call it :)&#8221; and sorted from there (the sorting is our biggest problem right now, dealing with the duplicates.</p>
<p>As for the timer, we just have a one touch link that turns on / off the timer as you&#8217;re working on issues.. the link is at the top of each issue, so as you start to read it, it&#8217;s easy to click the &#8220;TIMER&#8221; &#8211; or &#8220;SWITCH&#8221; as we call it&#8230; then as you reply or update the bug report later (assuming you&#8217;ve worked on it) you simply click the link again to stop the timer&#8230; or start a new timer on a new issue which will automatically turn the first one off.</p>
<p>Thanks again for the mental work here Yan, I&#8217;m going to share this with my whole team.</p>
<p>&#8220;Riel Roussopoulos&#8221;:<a href="http://riel.roussopoulos.net" rel="nofollow">http://riel.roussopoulos.net</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yan</title>
		<link>http://yanpritzker.com/2007/01/03/bugtracking-in-the-new-millenium-how-to-build-a-better-mouseerrbug-trap/comment-page-1/#comment-2677</link>
		<dc:creator>yan</dc:creator>
		<pubDate>Thu, 04 Jan 2007 20:30:43 +0000</pubDate>
		<guid isPermaLink="false">http://skwpspace.com/2007/01/03/bugtracking-in-the-new-millenium-how-to-build-a-better-mouseerrbug-trap/#comment-2677</guid>
		<description>Riel

Thanks for your comments! Good to see someone working on this problem.

Time tracking is one thing I forgot to mention. Lots of bugtrackers leave this one out and I think it really helps to know that your release is 2 weeks behind due to bugs. Not sure estimation is worthwhile cuz it&#039;s rarely close to being correct, but after you&#039;ve solved the bug putting down how long you spent could be useful, but it has to be super easy, like one click inline editing, not waiting for a new page to load because that&#039;s a major deterrent.

As far as intelligent grouping, not sure if you&#039;ll get any more intelligent than just having some dedicated support people sorting things. You could also maybe employ machine learning like bayesian or latent semantic indexing to try to sort bugs into buckets (interface problems, backend issues, etc), but in most cases the user reporting the bug has no idea where it came from and most users only see the surface manifestation in the interface anyway...

I think I know why apps don&#039;t have report a bug: people hate dealing with support emails. So they intentionally or subconciously make it difficult for users to send feedback. They&#039;d rather have the user waddle through an hour of documentation reading...somewhere along the line we software guys forgot that the customer always comes first.

Thanks for your comments on planypus..we are working through a big redesign right now as there are still many usability issues. We finally got a designer on board so expect some nice changes failry soon :)</description>
		<content:encoded><![CDATA[<p>Riel</p>
<p>Thanks for your comments! Good to see someone working on this problem.</p>
<p>Time tracking is one thing I forgot to mention. Lots of bugtrackers leave this one out and I think it really helps to know that your release is 2 weeks behind due to bugs. Not sure estimation is worthwhile cuz it&#8217;s rarely close to being correct, but after you&#8217;ve solved the bug putting down how long you spent could be useful, but it has to be super easy, like one click inline editing, not waiting for a new page to load because that&#8217;s a major deterrent.</p>
<p>As far as intelligent grouping, not sure if you&#8217;ll get any more intelligent than just having some dedicated support people sorting things. You could also maybe employ machine learning like bayesian or latent semantic indexing to try to sort bugs into buckets (interface problems, backend issues, etc), but in most cases the user reporting the bug has no idea where it came from and most users only see the surface manifestation in the interface anyway&#8230;</p>
<p>I think I know why apps don&#8217;t have report a bug: people hate dealing with support emails. So they intentionally or subconciously make it difficult for users to send feedback. They&#8217;d rather have the user waddle through an hour of documentation reading&#8230;somewhere along the line we software guys forgot that the customer always comes first.</p>
<p>Thanks for your comments on planypus..we are working through a big redesign right now as there are still many usability issues. We finally got a designer on board so expect some nice changes failry soon :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Riel</title>
		<link>http://yanpritzker.com/2007/01/03/bugtracking-in-the-new-millenium-how-to-build-a-better-mouseerrbug-trap/comment-page-1/#comment-2676</link>
		<dc:creator>Riel</dc:creator>
		<pubDate>Thu, 04 Jan 2007 20:18:56 +0000</pubDate>
		<guid isPermaLink="false">http://skwpspace.com/2007/01/03/bugtracking-in-the-new-millenium-how-to-build-a-better-mouseerrbug-trap/#comment-2676</guid>
		<description>Nope... I really can&#039;t think of anything else, you&#039;ve nailed it on the head.

These are great notes for us as we&#039;re building www.smrty.com to track issues and time spent on them.  several of these are in there already, but there are a couple of real gems in your outline.

the intelligent bug searching especially is a great idea, it&#039;s really the missing link in terms of the typical bloat of the same bug being reported over and over again.

Now figure out how to combine inteligent grouping of emailed in bugs so there is some auto grouping of like bugs that helps an admin sort them?

Just thinking, people still just want to fire off an email whenever they have a problem.

I have a question?

Why don&#039;t more apps have a &quot;report a bug&quot; link built into them... instead of fishing around in the contact section and being led down the garden path of their &quot;knowledge base&quot; (i hate that term) with no clear end in site...  then you can direct the reporting style much more succinctly... so as I think about it, the only logical solution would be a hosted app that ties into your application and let&#039;s users see common bugs reported as they are entering theirs.

Pardon my mental process here... this is really good stuff.

And by the way, my initial impressions of planyp.us are great, very well thought out application.

Riel Roussopoulos
IXLD Media Inc
www.ixld.com</description>
		<content:encoded><![CDATA[<p>Nope&#8230; I really can&#8217;t think of anything else, you&#8217;ve nailed it on the head.</p>
<p>These are great notes for us as we&#8217;re building <a href="http://www.smrty.com" rel="nofollow">http://www.smrty.com</a> to track issues and time spent on them.  several of these are in there already, but there are a couple of real gems in your outline.</p>
<p>the intelligent bug searching especially is a great idea, it&#8217;s really the missing link in terms of the typical bloat of the same bug being reported over and over again.</p>
<p>Now figure out how to combine inteligent grouping of emailed in bugs so there is some auto grouping of like bugs that helps an admin sort them?</p>
<p>Just thinking, people still just want to fire off an email whenever they have a problem.</p>
<p>I have a question?</p>
<p>Why don&#8217;t more apps have a &#8220;report a bug&#8221; link built into them&#8230; instead of fishing around in the contact section and being led down the garden path of their &#8220;knowledge base&#8221; (i hate that term) with no clear end in site&#8230;  then you can direct the reporting style much more succinctly&#8230; so as I think about it, the only logical solution would be a hosted app that ties into your application and let&#8217;s users see common bugs reported as they are entering theirs.</p>
<p>Pardon my mental process here&#8230; this is really good stuff.</p>
<p>And by the way, my initial impressions of planyp.us are great, very well thought out application.</p>
<p>Riel Roussopoulos<br />
IXLD Media Inc<br />
<a href="http://www.ixld.com" rel="nofollow">http://www.ixld.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yan</title>
		<link>http://yanpritzker.com/2007/01/03/bugtracking-in-the-new-millenium-how-to-build-a-better-mouseerrbug-trap/comment-page-1/#comment-2674</link>
		<dc:creator>Yan</dc:creator>
		<pubDate>Wed, 03 Jan 2007 22:00:52 +0000</pubDate>
		<guid isPermaLink="false">http://skwpspace.com/2007/01/03/bugtracking-in-the-new-millenium-how-to-build-a-better-mouseerrbug-trap/#comment-2674</guid>
		<description>@zimbatm

Yeah I agree with you, that would be a good idea. Maybe a darcs-like implementation where I can record my source changes and bugs at the same time and then merge them upstream or have people look at my local repository and progress. On the other hand..bug trackers are most useful when everyone is on the same page..so if you&#039;ve &#039;taken&#039; a bug it should probably be marked as such in the global bug repository..not sure what you gain from having the actual bugtracking info distributed?

What are your thoughts?</description>
		<content:encoded><![CDATA[<p>@zimbatm</p>
<p>Yeah I agree with you, that would be a good idea. Maybe a darcs-like implementation where I can record my source changes and bugs at the same time and then merge them upstream or have people look at my local repository and progress. On the other hand..bug trackers are most useful when everyone is on the same page..so if you&#8217;ve &#8216;taken&#8217; a bug it should probably be marked as such in the global bug repository..not sure what you gain from having the actual bugtracking info distributed?</p>
<p>What are your thoughts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zimbatm</title>
		<link>http://yanpritzker.com/2007/01/03/bugtracking-in-the-new-millenium-how-to-build-a-better-mouseerrbug-trap/comment-page-1/#comment-2673</link>
		<dc:creator>zimbatm</dc:creator>
		<pubDate>Wed, 03 Jan 2007 21:53:29 +0000</pubDate>
		<guid isPermaLink="false">http://skwpspace.com/2007/01/03/bugtracking-in-the-new-millenium-how-to-build-a-better-mouseerrbug-trap/#comment-2673</guid>
		<description>Yeah but you missed my point I think. I want the tracking system to be distributed along with the SCM. That way, the bug list is also distributed.</description>
		<content:encoded><![CDATA[<p>Yeah but you missed my point I think. I want the tracking system to be distributed along with the SCM. That way, the bug list is also distributed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yan</title>
		<link>http://yanpritzker.com/2007/01/03/bugtracking-in-the-new-millenium-how-to-build-a-better-mouseerrbug-trap/comment-page-1/#comment-2670</link>
		<dc:creator>Yan</dc:creator>
		<pubDate>Wed, 03 Jan 2007 16:07:59 +0000</pubDate>
		<guid isPermaLink="false">http://skwpspace.com/2007/01/03/bugtracking-in-the-new-millenium-how-to-build-a-better-mouseerrbug-trap/#comment-2670</guid>
		<description>Of course I forgot to list SCM integration explicitly...but the automatic ticket flow system should allow plugins...so we should be able to cross-link issues with commits.</description>
		<content:encoded><![CDATA[<p>Of course I forgot to list SCM integration explicitly&#8230;but the automatic ticket flow system should allow plugins&#8230;so we should be able to cross-link issues with commits.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zimbatm</title>
		<link>http://yanpritzker.com/2007/01/03/bugtracking-in-the-new-millenium-how-to-build-a-better-mouseerrbug-trap/comment-page-1/#comment-2669</link>
		<dc:creator>zimbatm</dc:creator>
		<pubDate>Wed, 03 Jan 2007 10:30:26 +0000</pubDate>
		<guid isPermaLink="false">http://skwpspace.com/2007/01/03/bugtracking-in-the-new-millenium-how-to-build-a-better-mouseerrbug-trap/#comment-2669</guid>
		<description>Distributed. I would like to track tickets associated with my discributed SCM branch, but also on the upstream.</description>
		<content:encoded><![CDATA[<p>Distributed. I would like to track tickets associated with my discributed SCM branch, but also on the upstream.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

