<?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: Scrum and Bugzilla</title>
	<atom:link href="http://blog.mozilla.org/webdev/2012/03/27/scrum-and-bugzilla/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mozilla.org/webdev/2012/03/27/scrum-and-bugzilla/</link>
	<description>Engineering the web</description>
	<lastBuildDate>Fri, 17 May 2013 21:43:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Michaux Kelley</title>
		<link>http://blog.mozilla.org/webdev/2012/03/27/scrum-and-bugzilla/comment-page-1/#comment-221453</link>
		<dc:creator>Michaux Kelley</dc:creator>
		<pubDate>Wed, 28 Mar 2012 16:29:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.org/webdev/?p=2512#comment-221453</guid>
		<description><![CDATA[Nice work! We just started assigning points to tickets at MetaMetrics using redmine. This looks like a tool that would definitely improve our Scrum experience. Sounds like you guys get to work on some really cool stuff there!]]></description>
		<content:encoded><![CDATA[<p>Nice work! We just started assigning points to tickets at MetaMetrics using redmine. This looks like a tool that would definitely improve our Scrum experience. Sounds like you guys get to work on some really cool stuff there!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul McLanahan</title>
		<link>http://blog.mozilla.org/webdev/2012/03/27/scrum-and-bugzilla/comment-page-1/#comment-221450</link>
		<dc:creator>Paul McLanahan</dc:creator>
		<pubDate>Wed, 28 Mar 2012 12:59:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.org/webdev/?p=2512#comment-221450</guid>
		<description><![CDATA[I can&#039;t take credit for using the whiteboard in this way. I really have no idea who came up with this use or the data format. I just learned that it was being used for this and dreamed of pretty graphs :)

The data is grabbed from the &lt;a href=&quot;https://wiki.mozilla.org/Bugzilla:REST_API&quot; rel=&quot;nofollow&quot;&gt;Bugzilla API&lt;/a&gt; on the server side via the excellent &lt;a href=&quot;http://slumber.in/&quot; rel=&quot;nofollow&quot;&gt;Slumber&lt;/a&gt; REST client library. It is pulled on demand, and then cached for a set period of time. I did this to reduce the calls to Bugzilla. I wasn&#039;t sure how much this would be used initially, so I didn&#039;t see a point in having it hit the API unless someone was actually interested in the data. At the bottom of each sprint page you can see when the data was last refreshed, and if you really want fresh data before the timeout you can &quot;shift-refresh&quot;, which will tell the server to clear the cache for that sprint.]]></description>
		<content:encoded><![CDATA[<p>I can&#8217;t take credit for using the whiteboard in this way. I really have no idea who came up with this use or the data format. I just learned that it was being used for this and dreamed of pretty graphs <img src='http://blog.mozilla.org/webdev/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>The data is grabbed from the <a href="https://wiki.mozilla.org/Bugzilla:REST_API" rel="nofollow">Bugzilla API</a> on the server side via the excellent <a href="http://slumber.in/" rel="nofollow">Slumber</a> REST client library. It is pulled on demand, and then cached for a set period of time. I did this to reduce the calls to Bugzilla. I wasn&#8217;t sure how much this would be used initially, so I didn&#8217;t see a point in having it hit the API unless someone was actually interested in the data. At the bottom of each sprint page you can see when the data was last refreshed, and if you really want fresh data before the timeout you can &#8220;shift-refresh&#8221;, which will tell the server to clear the cache for that sprint.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fred Wenzel</title>
		<link>http://blog.mozilla.org/webdev/2012/03/27/scrum-and-bugzilla/comment-page-1/#comment-221443</link>
		<dc:creator>Fred Wenzel</dc:creator>
		<pubDate>Wed, 28 Mar 2012 03:44:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.org/webdev/?p=2512#comment-221443</guid>
		<description><![CDATA[This is great, thanks Paul! Using the whiteboard as a vehicle for this data is really smart.

Does scrumbugs pull in the data on a cron job or something, or is this all done client-side?]]></description>
		<content:encoded><![CDATA[<p>This is great, thanks Paul! Using the whiteboard as a vehicle for this data is really smart.</p>
<p>Does scrumbugs pull in the data on a cron job or something, or is this all done client-side?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
