<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>breddy.net &#187; agile</title>
	<atom:link href="http://www.breddy.net/tag/agile/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.breddy.net</link>
	<description>Personal and professional weblog of Chris Bredesen</description>
	<lastBuildDate>Tue, 21 Jun 2011 20:31:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Agile Software Development with Rally</title>
		<link>http://www.breddy.net/2010/12/17/agile-software-development-with-rally/</link>
		<comments>http://www.breddy.net/2010/12/17/agile-software-development-with-rally/#comments</comments>
		<pubDate>Fri, 17 Dec 2010 23:52:09 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[Professional]]></category>
		<category><![CDATA[agile]]></category>
		<category><![CDATA[dev]]></category>

		<guid isPermaLink="false">http://www.breddy.net/?p=148</guid>
		<description><![CDATA[Some time back, I whined about not having a good agile project tool.  Times have changed:  four years and two jobs later I&#8217;m happily doing Scrum development using Rally. It didn&#8217;t happen overnight.  Red Hat is a big consumer of &#8230; <a href="http://www.breddy.net/2010/12/17/agile-software-development-with-rally/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Some time back, I <span style="color: #000000;"><a href="http://www.breddy.net/2006/05/23/agile-projectissue-management/">whined</a></span> about not having a good agile project tool.  Times have changed:  four years and two jobs later I&#8217;m happily doing <a href="http://en.wikipedia.org/wiki/Scrum_(development)">Scrum</a> development using <a href="http://www.rallydev.com/agile_products/editions/enterprise/">Rally</a>.</p>
<p><span id="more-148"></span>It didn&#8217;t happen overnight.  Red Hat is a big consumer of <a href="http://www.bugzilla.org/">Bugzilla</a> and in the beginning of our project, we agreed that rather than adopt the existing tool-du-jour (XPlanner) in addition to Bugzilla, we&#8217;d stick with what we knew well and build a process around that.</p>
<p>It worked, sorta, but we quickly became hindered by Bugzilla&#8217;s lack of anything resembling a workflow. We&#8217;d file user stories as bugs but since the tool is so cumbersome to use, we&#8217;d rarely task them out properly.  Some things would slip and other things would take scrum team members by surprise.  I&#8217;m no fan of Bugzilla, but in Mozilla&#8217;s defense, they aren&#8217;t really trying to do agile.</p>
<p>We decided as a team to adopt Rally since we already had some seats set aside for it.  I&#8217;m happy to report that thus far (half a sprint in), we&#8217;re pretty pleased.  It steps up in all the places Bugzilla falls over:</p>
<ul>
<li>Dead simple creation of tasks per story</li>
<li>Resource management</li>
<li>Implicit grouping of tasks under a story such that hours/progress are aggregated meaningfully</li>
<li>Quick in-place editing (BZ languishes in web 1.0)</li>
<li>Built-in workflow &amp; reporting designed for agile development</li>
<li>Useful dashboard that displays rich information about the current sprint (tasks, defects, blockers, burndown)</li>
</ul>
<p>We&#8217;re still deciding what to do with our large Bugzilla backlog, but it turns out there may be a <a href="https://wiki.rallydev.com/display/rlyintgrs/Bugzilla">plugin</a> we can use.  If we go that route, I hope to have time to blog about it in a future posting.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.breddy.net/2010/12/17/agile-software-development-with-rally/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Agile Project/Issue Management</title>
		<link>http://www.breddy.net/2006/05/23/agile-projectissue-management/</link>
		<comments>http://www.breddy.net/2006/05/23/agile-projectissue-management/#comments</comments>
		<pubDate>Tue, 23 May 2006 23:01:48 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[Professional]]></category>
		<category><![CDATA[agile]]></category>
		<category><![CDATA[architecture]]></category>

		<guid isPermaLink="false">http://www.breddy.net/2006/05/23/agile-projectissue-management/</guid>
		<description><![CDATA[The dev shop I manage really has no choice but to be agile.Â  With lightning-fast changes in priorities, there&#8217;s no room for wholesale planning beyong a couple weeks out.Â  What&#8217;s missing, however, are the tools to make this all work. &#8230; <a href="http://www.breddy.net/2006/05/23/agile-projectissue-management/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The dev shop I manage really has no choice but to be agile.Â  With lightning-fast changes in priorities, there&#8217;s no room for wholesale planning beyong a couple weeks out.Â  What&#8217;s missing, however, are the tools to make this all work.</p>
<p>Sure we do the best we can with <a target="_blank" title="Atlassian JIRA" href="http://www.atlassian.com/jira">JIRA</a> (a fantastic traditional bug tracker) and <a target="_blank" title="MS Project" href="http://www.microsoft.com/office/preview/programs/project/highlights.mspx">MS Project</a> (a not-so-fantastic project management tool), but there doesn&#8217;t seem to be a good selection of tools to mimick an agile team.</p>
<p>I want creamy visual objects that represent features which can be moved between developers.Â  I want a view of each developer&#8217;s workload for the next week, month and year.Â  I want to know in 10sec what&#8217;s going out when, and which tasks are the limiting factor.</p>
<p>The closest thing I&#8217;ve found is <a target="_blank" title="VersionOne" href="http://www.versionone.com/">VersionOne</a>, and I haven&#8217;t had a chance to fully evaluate it yet.Â  If anyone has any clues, I&#8217;m all ears.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.breddy.net/2006/05/23/agile-projectissue-management/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

