Tag: GitHub
GitSwitch
22nd February
This is a script I wrote for integrating GitHub issues with PivotalTracker. It allows a panel to be created in PivotalTracker that will allow issues and bugs to be imported from GitHub. I was part of a group of students who were evaluating PivotalTracker for a project and we were disappointed with its lack of GitHub integration. We wanted to be able to pull in issues that were submitted to the projects repo but it was not currently supported.
In about an hour I researched the PivotalTracker API and GitHub API documentation, and threw together a script for testing. It worked like a charm the first try and the whole team was happy to be able to move on with the project. I then went back and refactored some of the code so that anyone could use the script by just … Read More »