Dan Podsedly's blog



Dan PodsedlyDan Podsedly
Third Party Tools for Pivotal Tracker
edit Posted by Dan Podsedly on Tuesday December 30, 2008 at 05:30PM

We released the first version of the Pivotal Tracker API a couple of months ago, and already there is a growing list of useful 3rd party tools out there:

Pivotal Tracker for Ruby

This is a ruby wrapper for the API, written by our friends at Mobile Commons.

http://mcommons.com/developers/pivotal-tracker-for-ruby

Email Integration

Also from Mobile Commons, this tool allows your to automatically create Tracker stories from inbound emails.

http://mcommons.com/developers/pivotal-tracker-email-integration

GitHub Post Receive Hook

This is web service that you run on your own server, written by Chris Bailey. It automatically updates stories in your project(s) based on GitHub commit comments:

http://codeintensity.blogspot.com/2008/12/github-post-receive-hook-for-pivotal.html

Pickler

Synchronize stories in Pivotal Tracker with Cucumber features. If you haven't heard of it yet, Cucumber is a really cool app that can execute plain-text documents as automated functional tests.

http://www.github.com/tpope/pickler/tree/master

More Tools

There are more, most of them live in GitHub:

http://www.github.com/search?q=pivotal+tracker

If you have written something you'd like to share, or know of other useful tools, let us know! Also, we're planning on making the API better, and would love your feedback.

Dan PodsedlyDan Podsedly
Agile Tools: Simplify, Instead of managing complexity
edit Posted by Dan Podsedly on Friday December 19, 2008 at 09:22PM

Great article comparing Pivotal Tracker to Mingle, as an example of a tool that simplifies things, rather than trying to manage complexity (and getting in the way):

Agile Tool Vendors: Please don’t try to manage complexity - simplify my life!

Thanks for the positive feedback, Matthias!

Dan PodsedlyDan Podsedly
GitHub post receive hook for Tracker
edit Posted by Dan Podsedly on Thursday December 04, 2008 at 02:31AM

Chris Bailey wrote a GitHub post receive hook for Tracker, using the API. It's a web service that you run on your own server, and it automatically updates stories in your project(s) based on commit comments. Check out his blog post here. Thanks for spending your Thanksgiving on this, Chris.

Let us know if you find this useful, we're definitely interested in making integration with other apps easier, and would love specific ideas and suggestions.