Skip to content

Instantly share code, notes, and snippets.

@ey-pairing
Created November 12, 2012 23:53
Show Gist options
  • Select an option

  • Save ey-pairing/4062894 to your computer and use it in GitHub Desktop.

Select an option

Save ey-pairing/4062894 to your computer and use it in GitHub Desktop.
pivotal report
require 'pivotal'
client = Pivotal::Client.new
client.projects.get(635517).iterations.current.stories.each{|story| puts [story.story_type, story.name, story.url].join(", ") }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment