0.0
No commit activity in last 3 years
No release in over 3 years
Import Pivotal Tracker stories into Github Issues
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.10
>= 0
~> 10.0
>= 0

Runtime

 Project Readme

Pivotal2github

Installation

Install it yourself as:

$ gem install pivotal2github

Usage

Usage: pivotal2github [options]
    -p, --pivotal-token TOKEN        API token for Pivotal Tracker
    -g, --github-token TOKEN         API token for Github
    -r, --repository REPO            Target Github repository
    -P, --project PROJECT_ID         Source Pivotal project ID
    -h, --help                       Prints this help

Caveats

  • Only imports non-accepted stories.
  • Adds some metadata to the issues (particularly, link to original PT story).
  • Doesn't import assignments (but mentions them in the issue).
  • Any attachements in comments or stories themselves are not imported.
  • Imports state and estimates as tags, to be "translated" into e.g. Zenhub.
  • Github Issues can't be deleted, so test this on a temporary repo first.
  • Remember you're limited to 5,000 Github API calls per hour. Count one per story and comment.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/mezis/pivotal2github.

License

The gem is available as open source under the terms of the MIT License.