Is there a mail handling plugin that can parse incoming auto-generated error emails (java exceptions thrown by our app) and create a JIRA issue only when a JIRA issue doesn't already exist for the same error?
Alternatively, is there a turn key Java library that will put exception reporting direct to JIRA into our app with similar dupe detection? I know we could roll our own with the REST APIs.
JEMH can do a lot with incoming email and has several mechanisms for doing useful things with the content. The Regexp Field Processor can match something like an error code to an existing issue custom field, routing identical coded emails to a common (unresolved) issue, in this way 'routing' email and keeping related email content together.
If you have a specific Test Case, I'd be intereted in seeing how JEMH could work (or not!)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.