Skip to content

Instantly share code, notes, and snippets.

@mcrider
mcrider / bugzillaJSONFetch.php
Created September 7, 2012 21:04
Fetch bugs from a bugzilla instance and display in JSON format
<?php
/*
* Fetch open bugs from a bugzilla database and insert them into github bugs
* TODO: Format in a way Github likes (see http://developer.github.com/v3/issues/)
* TODO: Feed into import script (see https://gist.github.com/1816061)
* NOTE: Need to lookup github usernames by email. Not sure if comments will be accepted if the user is not authenticated
* Written by Matt Crider (github: mcrider)
*/