On Fri, Dec 30, 2011 at 5:15 PM, Rob Moen rmoen@wikimedia.org wrote:
I started making this but then I realized I was going to have issues making the needed cross-domain post requests. I found BugTender achieved this by routing requests through it's own proxy.php script.
Here is what I have so far: http://www.mediawiki.org/wiki/User:Robmoen/bugStatusUpdate.js
Got it to work using JSONP GET requests. Leaving a note on your talk page with more details.