Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 15 Next »

This tutorial explains the steps you need to follow in order to set up a typical email help desk using Email This Issue without JIRA Service Management.

Use Case

The below tutorial covers the following use case:

  • external customer reports a ticket via email, a new issue is created from email
  • service management user requests more information form the customer by commenting the issue, customer is notified
  • customer replies to the email, the issue is commented, old content from the email is stripped out
  • service management user resolves and closes the issue, customer is notified.

Step-by-step guide

There two major aspects you must configure to implement the above use case:

  • Mail Handler
  • Event Notifications

Configure Mail Handler to Process Emails

  1. Go to JIRA Administration / Incoming Mail
  2. Add an IMAP or POP connection to an email account, let's say support@mycompany.com.
  3. Add a Mail Handler with the below parameters:
    1. Name: give a descriptive name, like "MyCompany Support Handler"
    2. Server: select the email account you configured above
    3. Handler: select Email This Issue Mail Handler
    4. Project: select the project in which you want to track your ticket, let's say the project is: Helpdesk
    5. Issue Type Select the type you want to use to represent a ticket, e.g. Request
    6. Specify a default reporter: a user who has Create Issue and Add Comment permissions in the project
    7. Leave other settings with the default value
  4. Go to Administration / Issues, add a text custom field, call it External Participants, add one Multi-User picker field, called Internal Participants. Make sure the fields are accessible in the project and issue type you configured above.
  5. Go to JETI Administration / Templates (JIRA_BASE_URL/secure/admin/jeti/jetiTemplates.jspa)
  6. Click Add to add a new Template
  7. Give it a name: Auto Acknowledment
  8. You can customize your template now.
  9. Click Save at the bottom of the page to persist your template.
  10. Go to JETI Administration / Mail Handlers (JIRA_BASE_URL/secure/admin/jeti/jetiAutoReply.jspa)
  11. Click Add to add a Mail Handler Context
  12. Set the attributes of the Mail Handler Context:
    1. Project: select the project you configured your mail handler for (Helpdesk). You can leave Project empty to use this context for all projects.
    2. Issue Type: select the type you configured above (Request). You can leave issue type empty, to use this context for all issue types.
    3. Select the Email Processing Strategy, most typically Create or Comment or Link Issues (Supports Split Regex)
    4. In Acknowledge New Issues and Acknowledge New Comments, select the Auto Acknowledge template you created above. This will make sure that email senders will get an instant feedback from your JIRA system, that their emails have been processed. The email will contain the issue key as a reference number.
    5. In User Recipients, select "Save to multi user picker field" and select the above created field: Internal Participants.
    6. In Sender Field, select the "External Participants" field
    7. In Recipient Field and Copy Recipient Field, select the "External Participants" field
    8. Email Address Exclusion: enter the email address this Mail Handler is listening on (you configured it in step 2 above).
    9. In Split Regex, enter

      /From: |___.|On .wrote:|----Orig.|On .(JIRA)./
  13. Click Save to persist your Mail Handler Context.

At the end, your Mail Handler Context should look like this:

You have now prepared Email This Issue to process incoming support emails.

See more details on Mail Handlers.

Configure Event Notifications

  1. Go to JETI Administration / Templates (JIRA_BASE_URL/secure/admin/jeti/jetiTemplates.jspa)
  2. Click Add to add a template for your outgoing emails, base your template on Default and call it Helpdesk Template
  3. Customize the template according to your needs
  4. Click Save at the bottom of the page to persist your template.
  5. Go to JETI Administration / Notifications (JIRA_BASE_URL/secure/admin/jeti/jetiNotifications.jspa)
  6. Click Add to create a new Notification Template, call it anything, e.g. Helpdesk Notifications
  7. Now you are in the Notification Events page.
  8. Click Add to add an issue event to the Notifcation. 
  9. Select an event type and the template, you created above: Helpdesk Template.
  10. Now you are in the page configuring the event.
    1. Leave the JQL filter empty now
    2. In the dropdown of Recipients (To), select the fields External Participants, Internal Participants.
    3. Add users and/or email addresses
    4. Configure Copy Recipients and Blind Copy Recipients (must be enabled separately) according to your needs
    5. In Content, enter your email subject and body according to your needs. These values will be combined with the Template to build the emails content and layout.
    6. Also select an attachment rule, to specify how attachments should be (or should not be) added to the email
    7. In Options, select HTML email type and other options as you whish.
  11. Click Save to persist your settings
  12. Repeat the above steps from Step 8 to add all your events.
  13. Once completed, your Notifications will look like this:

     
  14. Go to JETI Administration / Contexts (JIRA_BASE_URL/secure/admin/jeti/jetiProjects.jspa)
  15. Click Add to add a new context with the following attributes:
    1. Project: select the project you configured your Context for (Helpdesk). You can leave Project empty to use this context for all projects.
    2. Issue Type: select the type you configured above (Request). You can leave issue type empty, to use this context for all issue types.
    3. Template: select the template you created above (Helpdesk template)
    4. Notification template: select the notification you created above (Helpdesk Notifications).
    5. External Watchers Field: select the field you created for your Mail Handler, called External Participants.
    6. Sender Name Pattern: enter a name that appears in the emails as the sender, you can leave it empty.
    7. From Email Address: enter the email address you created for your mail handler (support@mycompany.com)
  16. Here your Context should look like:

Congratulations, You are done. Your basic email support system is place and is ready to serve you.

Related documentation:

  • No labels