Show HN: CLI to export pivotal tracker data(github.com) for anyone else migrating off pivotal tracker (https://news.ycombinator.com/item?id=39607630), we built a crude tool to get your data out. unlike the CSV export tools provided by tracker, this includes comments. this is how you run it: PIVOTAL_TRACKER_API_KEY="<your-api-key>" npx @tanooki/storyexporter dump --project <your-project-id> -o my-project.db |
No comments yet