Search

Drupal module for Unfuddle ticket creation

Subscribe to Drupal module for Unfuddle ticket creation 2 post(s)

 
jhamiltoorion

http://drupal.org/project/unfuddle_feedback

I just released a Drupal module that allows users on a Drupal site to quickly create Unfuddle tickets via the API. The automated tickets contain the Drupal username, their browser info, the URL they were viewing, and their feedback message. We’re using it to allow our clients to create tickets for us right from their dev site.

The source could be useful to non-Drupal PHP devs as well. You can browse the source at http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/unfuddle_feedback/?pathrev=DRUPAL-6—1

 
Markus Hausammann

Thanks for posting this here. I don’t use drupal but your code has given a few imputs for my own Zend Framework Unfuddle API wrapper.