Versions Compared

Key

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

...

  1. Create a Profile:

  2. Defining the "Catch Email Address" of your inbound mailbox, the target Project, and the IssueType:

  3. See the new Profile, configuration of which is through the cog icon, it can also be copied the + icon, as well as exported (useful for support!) and deleted.

  4. A summary of key information in the Profile, indicating defaults, can be seen by expanding the Catch Email Address

  5. Use the Cog Icon to access the Profile, from here it is possible to edit some profile top level settings (1), and to gain access to the Project Mappings (2).

    Image RemovedImage Added
  6. Accessing the Project Mappings will show just the default Project Mapping, the lack of rules is shown by 

    .  Configure the Project Mapping via the cog icon:

    Image RemovedImage Added
  7. The Profile view shows the vertical nav that will take you to specific sections of the Profile, in the main panel view are summaries of each section, with a Pen icon, which also takes you to the edit view of the section:

  8. To reinforce the 'default' nature of this Project Mapping, access the Rules link from the vertical nav:

...

A project mapping rule can be made up of one or more of the following criteria:

...

Rule Type

...

Description

...

From

...

: address matching

A list of regular expressions that are used to match against the email sender address.  Note that this is matched against the email address part of the sender header, personal names are not considered.

eg:

Code Block
.*@companyx\.com

Recipient

...

(To:/Cc:) address matching

A list of regular expressions that are used to match against the email recipient address.  Note that this is matched against the email address part of the sender header, personal names are not considered.

eg:

Code Block
jira-mailbox.*@companyb\.com

...

Keyword matching

A list of strings that are used to match against text in the email subject or body (or both).

eg:

Code Block
special project, specproj, sp1

Create a new Project Mapping

  1. In the Profile Project Mappings view, hit Create:

  2. Set the Project and give it a name, then hit Submit

  3. This Project Mapping doesn't yet have any Rules, so will never be used, indicated in the post-Submit view -

    .  Use the Cog icon to configure the Project Mapping:

    Image RemovedImage Added
  4. Here the TEST Project Mapping is now available for configuration, all fields marked 

     will without further change, automatically take on the value defined in the Default Project Mapping (by the way, this is to minimize the amount of configuration that needs to be done!).  Access the Rules section now:

  5. Initially, with no rules defined, again

     will indicate the Project Mapping wont be used, so hit Create to define one:

  6. Rules can be created that match using regular expressions on the From or To (recipient) addresses defined in the email, as well as keywords, in this example, we'll map any sender from the @localhost domain with the regular expression .*@localhost (in regular expressions, * means any number of the preceding character not all characters, to match any character . is used, hence .* to match everything):

  7. After submitting, the summary for the rule is shown:

...