Plugin to parse incoming error emails?

ZachE August 14, 2012

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.

1 answer

0 votes
Andy Brook [Plugin People]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 22, 2012

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!)

Suggest an answer

Log in or Sign up to answer