Skip to content

Instantly share code, notes, and snippets.

View jaspervalero's full-sized avatar

Jasper Valero jaspervalero

View GitHub Profile
@jaspervalero
jaspervalero / GitSwitch
Created February 22, 2012 05:42
PHP | GitSwitch is a PHP script that allows issues from a GitHub repository to be imported directly into PivotalTracker using a custom import panel.
<?php
/**
* GitSwitch.php
*
* This is a script for integrating GitHub issues with PivotalTracker. It allows a panel to be created in PivotalTracker
* that will allow issues/bugs to be imported from GitHub. Please note GitSwitch does not allow you to directly update
* or modify issues in GitHub from PivotalTracker. It is currently export only GitHub --> PivotalTracker. If you would
* like to see update/modify functionality in a future release please contact me at [email protected] and let me know.
*
* GitSwitch uses the GitHub API v2.