Sha256: 0d7a035eb2c36ae03c0b9413b26c9085dc2d3c07654a0219e0f01f59ccb29e6f

Contents?: true

Size: 1.55 KB

Versions: 4

Compression:

Stored size: 1.55 KB

Contents

pivotal_to_pdf -- print the stories from pivotal tracker to a PDF file
====================================

[![Build Status](http://travis-ci.org/ywen/pivotal_to_pdf.png)](http://travis-ci.org/ywen/pivotal_to_pdf)

## DESCRIPTION
This is a gem that can read a story from pivotal tracker and print into a 4x6 card so that you can print the card and stick to your physical story board.

I steal the part of code from http://ephemera.karmi.cz/post/622136360/create-printable-pdf-cards-for-your-pivotal-tracker-stor The difference is the code there print to a A4 paper with 4 stories on it. This gem prints one card at a time and the gem doesn't require an exported csv file.
 
## INSTALL
  $ [sudo] gem install pivotal_to_pdf

## USAGE
First you need to create a .pivotal.yml under your home directory. On windows, have this file in %HOME%.pivotal.yml

a sample .pivotal.yml:

    token: your-api-token-of-pivotal-tracker
    project_id: your-ptroject-id

After install the gem, you can do:

* pivotal_to_pdf iteration       # print stories for the current iteration into a PDF file
* pivotal_to_pdf story STORY_ID  # print a single story specifed by ID into a PDF file

The gem will then read the story/stories and print it into a PDF file

The points section will be printed only for features. Bugs and Chores don't have points

Printed a green bounding box for feature, a yellow box for chores and a red box for bugs

The gem assumes that you have https access to the pivotal tracker

##Contributors
* Yi Wen
* Carol Nichols
* Kristian Rasmussen 
* [Alastair Mair](https://github.com/amair)

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
pivotal_to_pdf-0.9 README.md
pivotal_to_pdf-0.8.2 README.md
pivotal_to_pdf-0.8.1 README.md
pivotal_to_pdf-0.8 README.md