Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
minLevel1
maxLevel7

Summary

This profile enables non-Jira users to create support cases through email. This will use custom fields to gather the users name and email address from the sender address of the email and places these at the top of the description in Example_Project.

Example Profile

This Profile will allow Non-Jira users to create a issue by sending an email to the catch email address and this Profile will gather the sender name and email address and place this at the top of the description.

To import a profile go to Configure JEMH > Profiles > Import Profile > Choose File and select the profile that you wish to import.

View file
nameNon-Jira_users-Profile.xml

Example Test Case

This example test case Test Case is a email that is sent by “notauser@farway.com” and when the email is sent it will have the name of the sender and their email address at the top of the description for the support case.

Code Block
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: This is a starting email template, update as required sales
From: "NotaUser" <notauser@farway.com>
To: mailbox@localhost
Content-Type: text/plain; charset=UTF-8

This a support for a Non-Jira user.

Issue

...

created from email

The issue that was created has says that the issue was created by an email with the reporters name and email address in the description.

...

Exported Profile

To import a profile go to Configure JEMH > Profiles > Import Profile > Choose File and select the profile that you wish to import.

...