This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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. |
NewerOlder