Versions Compared

Key

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

...

  • ${recipient}: Recipient name.

  • ${issueKey}:Issue key.

  • ${issueSummary}: Issue summary.

  • ${issueLink}: Issue link. (Ex: <a th:href="${issueLink}" th:text="${issueKey}"></a>).

  • ${ratingSection}: Rating section in email. It can be emoticons, stars or numbers. You can change rating type in General tab.

  • Elements: div, span, a, img.

  • Attributes of elements: align, style, th:text, th:href, th:src.

For example:

Important note: Don’t forget to add ${ratingSection} variable to the template.

...