<?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/"
	xmlns:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>MettaProgramming &#187; Pivotal Tracker</title>
	<atom:link href="http://mettadore.com/tag/pivotal-tracker/feed/" rel="self" type="application/rss+xml" />
	<link>http://mettadore.com</link>
	<description>Thoughts on Software and Technology</description>
	<lastBuildDate>Mon, 09 Apr 2012 19:11:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Pivotal Tracker gets better with Github, Get Satisfaction, and more!</title>
		<link>http://mettadore.com/analysis/pivotal-tracker-gets-better-with-github-get-satisfaction-and-more/</link>
		<comments>http://mettadore.com/analysis/pivotal-tracker-gets-better-with-github-get-satisfaction-and-more/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 22:13:05 +0000</pubDate>
		<dc:creator>john</dc:creator>
				<category><![CDATA[Miscellany]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[Github]]></category>
		<category><![CDATA[Pivotal Tracker]]></category>

		<guid isPermaLink="false">http://mettadore.com/?p=126</guid>
		<description><![CDATA[Pivotal Tracker does one thing: It Rocks. Last year when Morgan introduced me to this agile project management system, I was blown away. It&#8217;s a testament to the philosophy of &#8220;Do one single thing, and do it really freakin&#8217; well.&#8221; Now, they&#8217;ve gotten better with the release of version 3 of their API: This Pivotal [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://pivotaltracker.com">Pivotal Tracker</a> does one thing: <em>It Rocks</em>. Last year when <a href="http://morganpdx.com">Morgan</a> introduced me to this agile project management system, I was blown away. It&#8217;s a testament to the philosophy of &#8220;Do one single thing, and do it really freakin&#8217; well.&#8221;</p>
<p>Now, they&#8217;ve gotten better with the release of <a href="http://pivotallabs.com/users/dan/blog/articles/1143-new-in-pivotal-tracker-api-v3-github-campfire-support-jira-lighthouse-and-satisfaction-integration#ixzz0df5qTzv4">version 3 of their API</a>:</p>
<blockquote><p>This <a href="http://www.pivotaltracker.com/">Pivotal Tracker</a> update allows you to see <a href="http://www.github.com/">GitHub</a> or other SCM commits in your stories, your project activity in your team&#8217;s <a href="http://www.campfirenow.com/">Campfire</a> chat room, and introduces the first wave of integrations with other bug/issue tracking applications including <a href="http://www.atlassian.com/software/jira/">JIRA</a>, <a href="http://www.lighthouseapp.com/">Lighthouse</a>, and <a href="http://www.getsatisfaction.com/">Satisfaction</a>.</p>
<p><span id="more-126"></span></p></blockquote>
<p>This update allows me to add a post-commit hook to my Github account by going to the Profile Page on Pivotal Tracker and creating a new API token, then going to the service hooks page of my Github Repository and adding the following line:</p>
<pre class="brush: xml; title: ; notranslate">

https://www.pivotaltracker.com/services/v3/github_commits?token=PIVOTAL_API_TOKEN
</pre>
<p>as a post-commit URL.</p>
<p>Now, say I have a story for my recent small Ruby on Rails secret learning project, and that story is #2288984. I can create a commit messages like so:</p>
<pre class="brush: bash; title: ; notranslate">

Ullr:tweetscore john$ git commit -a -m &quot;[#2289377] Add profile/login links back to main navigation&quot;
</pre>
<p>And that story will be started. I can finish a story by committing with the message:</p>
<pre class="brush: bash; title: ; notranslate">

Ullr:tweetscore john$ git commit -a -m &quot;[Fixes #2289377] Add profile/login links back to main navigation&quot;
</pre>
<p>The great thing about this, is that if you send &#8220;fixes&#8221; on a story that&#8217;s not started, it will start and finish it.h</p>
<p>I haven&#8217;t yet played with Get Satisfaction connectivity yet, and don&#8217;t use Campfire or Lighthouse, but this is enough to excite me. It makes a killer workflow.</p>
<p>Now, if only someone would create a Quicksilver plugin for Pivotal Tracker…</p>
]]></content:encoded>
			<wfw:commentRss>http://mettadore.com/analysis/pivotal-tracker-gets-better-with-github-get-satisfaction-and-more/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

