Iteration 1102 – support for Pivotal Tracker

Paul Okopny has been kind enough to write a new broker that integrates Pivotal Tracker with Bitbucket.

Brokers are Python scripts that execute when a commits occur. For example, there is a broker for posting to Twitter, and another for posting the commit details to a custom URL.

The Pivotal Tracker broker allows you to automatically close stories with the commit message, using “fixed”, “completed” or “finished” in the square brackets in addition to the story ID.

If there are other Brokers you’d like added to Bitbucket, please let us know or consider writing your own broker.

Until next week, here's the full list of changes:

Improvements

Bug fixes