Hi there...
Been a Drupal user for less than a week and I'm having a GREAT time with it! I'm done with the basic customizations, now on to more practical things.
I have written an application, something completely separate from Drupal. When it fails, it sends me an e-mail with the details. I'd rather have it automatically create an issue to be tracked in Drupal. I can't seem to find a way to this, though it seems a rather obvious thing to want to do. Is there a single form that you can fill out to populate an 'issue node'?
I don't use BugZilla, Mantis, FogBugz or systems like that, but the concept is the same. Application fails, so it logs onto a web page and fills in the details, attaches a file perhaps, and then you have a record. Should use some authentication and it needs to populate at least a few fields in order to categorize by project, issue type and so forth.
(If anyone cares this is for a TurboDelphi app using EurekaLog to handle the exceptions, which interfaces to the above systems fine)
With the project/issues modules so software-centric, this would seem to be an easy thing to implement. Suggestions on where to go?
The same approach could also be useful for handling SNMP data and things like that - just a way to get issues into the system.
Thanks!