copyyRegexp

Allows regexps to identify 'values' in emails to be used to populate issue fields.

This field processor allows field values to be set based on matching regexp values found in the inbound email subject and body. 

For a detailed explanation, see https://thepluginpeople.atlassian.net/l/cp/WN5siMT1 .

Example usage

Here is an example email where this processor is used to set the assignee field and myCustomField custom field values, found in the inbound mails body.  For an extensive list of supported field types, please see https://thepluginpeople.atlassian.net/wiki/spaces/JEMHC/pages/36438169.

Example Usage regexp configuration, asserting assignee and custom field values, scoped to be found only in email body.

 

MIME-Version: 1.0 Received: by 10.223.112.12 with HTTP; Sat, 18 Jun 2011 22:42:26 -0700 (PDT) Date: Sun, 19 Jun 2011 17:42:26 +1200 Message-ID: <BANLkTinB1mfSh+GwOXGNWoL4SyDvOpdBoQ@mail.gmail.com> Subject: [#12345678] This is a starting email template, update as required From: andy@faraway.com To: notest@localhost Content-Type: text/plain; charset=UTF-8 This is a test formatted email. This is the body of the text. assignee=username myCustomField=setThisValuePlease This is also part of the email body.