Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Configuration is not doing quite what you want, and sending email/waiting/checking is time consuming. There has to be a better way. There is! JEMH TestCases allow you to trigger processing of a TestCase email with the Profile of your choice.

Precursors

Tip

Important Settings

When processing (any) email, JEMH needs to figure out two key bits of information:

  • Is the email something JEMH should process

  • What to do if the sender of the email does not match any registered user

...

  • Bulk email relates to content that may come from a distribution network, eg mailing list, such mail has an email header Precedence: Bulk. JEMH gives you the option to Allow/Ignore(drop) or Forward to the 'forwardUser' (see Notifications config section)

  • There is no specific catchemail value, indicating that all mail will be processed by this profile.

  • There is also no jemhAddresseeRegexp value, this means your JIRA could LOOP. A Regexp value can be as simple as the 'one' email address associated with an inbox, eg: inbox@yourco.com , or if there are multiple to: addresses to be handled, it could be a wildcard, e.g.: .*@yourco.com

    Image RemovedImage Added

Next, check the Profile Project settings:

...