We have an external ticketing system that is closed (meaning we can't push tickets to it). When a ticket is made in this other system it auto sends a response back via email with all the details of the ticket to confirm it was received.
I would like to be able to parse the email and push the data into FogBugz with the parsed details to the correct Project and Area. Is there any way to leverage the incoming email handlers in FogBugz to do this? I can code up anything needed if there is a way to do this with the API. I am trying to get around doing all the email handling (receiving, deleting, etc) and then using the API to just make the case.
Any suggestions on how I should go about this other than rolling my own custom app that just writes to FogBugz?
Edit: Is there a way I could hook into the email handler of FogBugz?
Example incoming email:
Issue: SCA #6465522 (Oct 30, 2009)
Status: Open
Priority: Routine
Facility: Some Facility Name
Description: Some Process Is Broken
Request Type: Bug
System Affected: Live
Customer Contact: Doe,John (888-555-1234)
Issue Notify: john.doe@someaddress.com (App Name Edits)
Details: Details of the bug would be here.
Edit by Fog Creek:
See this feature request that might cover the need here.