Skip to content

wishpot/pivotal-tracker-reports

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a simple Sinatra-based app to summarize Pivotal Tracker stories that have been completed in the last week. The output is grouped by label, and sorted alphabetically.

Url format is: http://pt-reports.heroku.com/PROJECT_ID/API_KEY

You can download this code to your own server, or use the sample app on heroku.

The idea with this report is that it can be sent to an audience who isn't in the project tracker regularly. It includes the story descriptions, so readers don't need to go back to the tool to understand what was fixed. It also shows the number of stories that were created over the same time period, and puts them in red if you created more than you finished, or green if you finished more than you created.

Sample Report

Setup

  1. git clone git://github.com/wishpot/pivotal-tracker-reports.git
  2. cd pivotal-tracker-reports
  3. bundle install
  4. ruby -rubygems default.rb

About

Additional Reports for Pivotal Tracker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published