Warsaw Dynamics
My account
External Share for Jira
View Tree DEFAULT Title - A to Z
PAGES
External Share for Jira
•
Get External Share for Jira
•
Getting Started
Reference
User's Guide
•
Permission Schemes
Shared board
•
Shared filter
•
Timeline Share
•
Issue status transition on shared page
•
Custom domain
•
Iframe support (CSP)
•
Edit issue by External User
•
Selected Users
•
Email template
•
API usage in Jira automation
•
IP restriction
SAML / SSO - Setup guide
•
Activities
Email communication
•
Exclude content macro
•
Privacy and Data Security Statement
•
EULA (End-user license agreement)
•
Get Help and Support
FAQ
•
Screenshots
Release Notes
Dashboard Settings My account
External Share for Jira
View Tree DEFAULT Title - A to Z
PAGES
External Share for Jira
•
Get External Share for Jira
•
Getting Started
Reference
User's Guide
•
Permission Schemes
Shared board
•
Shared filter
•
Timeline Share
•
Issue status transition on shared page
•
Custom domain
•
Iframe support (CSP)
•
Edit issue by External User
•
Selected Users
•
Email template
•
API usage in Jira automation
•
IP restriction
SAML / SSO - Setup guide
•
Activities
Email communication
•
Exclude content macro
•
Privacy and Data Security Statement
•
EULA (End-user license agreement)
•
Get Help and Support
FAQ
•
Screenshots
Release Notes

Email template

Created by
Krzysztof Bogdan (Unlicensed)
Last updated 25 March 2022, 15:44

Watch for changes

  • Subscribe with Child Pages
  • Unsubscribe with Child Pages
✓ Subscribed

E-mails sent via External Share can be customized to allow you to pass your subject and content. Follow this guide to find out how to do it.

  1. Go to External Share’s Global Settings


  2. Go to the “E-mail template” tab. You will notice that all settings here are filled with default values.

  3. Edit the settings following these guidelines:

    1. Title and content contain keywords that are replaced with the following values when the e-mail form is displayed in the context of the selected share:

      • ${sender} - user sending the message,

      • ${element} - a type of the content shared, it can be an issue, filter or board,

      • ${password} - optional password used to protect shared link,

      • ${url} - unique shared link URL address,

      • ${expiration} - optional expiration date of the shared link.

    2. Title and content contain conditional sections which allow you to modify the email message.

      <section condition=”some-condition”>some text</section>

      A section contains a start tag <section condition="some-condition"> with required condition attribute, text value and end tag </section>.

      NOTE: All sections must be correctly opened, closed and must contain condition attributes.

      When the email form is displayed in the context of the selected share, all sections with unmet conditions will be removed.

      For sections with conditions met, their text value content is added to the message body. Below you can find all section conditions you can use:

      • is-jql- defines if the shared link is a Jira filter,

      • is-issue - defines if the shared link is an issue,

      • is-board - defines if the shared link is a board.

      • has-password - shared link is secured with a password,

      • has-expiration - expiration date is set on the share,

      • allow-add-comments-and-attachments - both ‘View comments' and 'View attachments’ options checked,

      • allow-add-attachments - only 'View attachments’ option checked,

      • allow-add-comments - only 'View comments’ option checked.

    3. You can use markdown notation to modify the content of the e-mail. Further explanation can be found here.

    4. The template section allows you to pass the HTML template. It’s necessary to put <section id="content"></section> here, as this section will be replaced with the content of your e-mail. The template must contain a valid HTML and allows any CSS property added as inline. To use inline styles, add the style attribute to the relevant element. NOTE: The template is not visible in the e-mail editor, it will be applied when the e-mail is sent.

  4. Click the Save button at the bottom of the page to save your changes. In case you want to revert to defaults, click the Restore e-mail Defaults button. This will load the default settings for the e-mail template, however, you need to save changes to restore the defaults permanently. In case you want to return to the last saved version, simply refresh the page.