Use Issue Keys in email addresses

Scenario

You want to nominate an issue using the addressee, taking out the requirement for an issue key in the subject, enabling 'cc to issue' without changing the subject, e.g.:

yourjira+ABC-123@domain.com

 

Since 1.7.26 JEMH will scan the 'catchEmail' address located from an emails recipients.

Required Configuration

What is required, is that the catchEmail addresses match the required sub-addresses:

CatchEmail

This is the standard catchEmail, it supports comma separated values, if required:

yourjira@domain.com

JEMH Addressee Regexps

This is primarily for expressions, also supporting comma separated values.   '+' has special significance in regular expressions, so the following syntax is needed for expected results:

yourjira\+.*@domain.com