Templates: Separate issue notifications and other events
The archive that you downloaded from Jira contains email templates from all available configuration options. It’s easy to get lost in the files and their dependencies, especially that not all of them apply to your configuration. Use this page to understand the templates and the notifications they control.
This page is for separate issue notifications in Jira
This page is for separate issue notifications (batched issue updates are disabled). If you’re using batched issue notifications, see Batched issue notifications.
Definitions
We’re referring to templates and includes around this page. Since all of them are Velocity templates, here’s the best way to understand them:
Templates: Main templates used for notifications. Usually, a template like that is a notification that you’re getting. You’d modify them if you’d like to customize the looks of a specific notification rather than an item that is shared with all notifications, like footer.
Includes: Includes aren’t used on their own, but are always referenced in main templates. You’d modify them if you’d like to customize the looks of an item shared with all notifications rather than the notification itself. For example, changing footers or headers.
Issue notifications
These templates control notifications about issues.
Directory: templates/email/html
Issue lifecycle
Template | Description | Includes |
---|---|---|
issuecreated.vm | Issue was created. |
|
issuedeleted.vm | Issue was deleted. |
|
issueassigned.vm | Issue was assigned to someone. |
|
issuresolved.vm | Issue was resolved. |
|
issueclosed.vm | Issue was closed. |
|
issuereopened.vm | Issue was reopened. | - |
issueupdated.vm | Issue was updated. |
|
issuemoved.vm | Issue was moved to a different project, issue type, etc. |
|
issuegenericevent.vm | Issue generic event |
|
Issue collaboration
Template | Description | Includes |
---|---|---|
issuecommented.vm | Issue was commented on. |
|
issuecommentedited.vm | Issue comment was edited. |
|
issuementioned.vm | Someone mentioned you in an issue. |
|
issuenotify.vm |
|
Issue archiving
Template | Description | Includes |
---|---|---|
issuearchived.vm | Issue was archived. |
|
issuerestored.vm | Issue was restored from the archive. |
|
Issue work logging
Template | Description | Includes |
---|---|---|
issueworklogdeleted.vm | Issue work log was deleted. | - |
issueworklogged.vm | Work was logged in an issue. | - |
issueworklogupdated.vm | Issue work log was updated. | - |
issueworkstarted.vm | Work started on issue. |
|
issueworkstopped.vm | Work stopped. |
|
Other notifications
These notifications control other events like sharing filters or user management.
Share templates
Directory: templates/email/html
Template | Description | Includes |
---|---|---|
shareissue.vm | Someone is sharing an issue with you. |
|
sharejqlsearch.vm | Someone is sharing a JQL search with you. |
|
sharesavedsearch.vm | Someone is sharing a saved search (filter) with you. |
|
Contact admin templates
Directory: templates/email/html
Template | Description | Includes | |
---|---|---|---|
contactadministrator.vm | contactadministrator.vm | Notification that Jira admin is getting after someone tries to contact them over the Contact Admin form. |
|
emailfromadmin.vm | emailfromadmin.vm | Emails sent to users directly from the Jira admin. |
|
User management templates
Directory: templates/email/html
Template | Description | Includes |
---|---|---|
usercreated.vm | New user was created. Notification for Jira admins. |
|
usercreated-nopassword.vm | New user was created in an external directory, and their password can’t be changed. Notification for Jira admins. |
|
usersignup.vm | Notification users receive after signing up to Jira. |
|
forgotusername.vm | Notification users receive if they forget their usernames. |
|
forgotpassword.vm | Notification users receive if they forget their password. |
|
Includes
Includes
List of includes referenced in main templates.
Directory: templates/email/html/includes
Issue notifications: Fields
Issue fields referenced in main templates to display data from specific fields. Applies only to issue notification templates.
Directory: templates/email/html/fields
Other notifications: Patterns
It’s unlikely that you’ll need to edit any of the pattern templates. They contain reusable components that are common for the Jira UI, like action buttons, titles, or text paragraphs. If you wanted to check them out anyway, you can find them in templates/email/html/patterns.
Directory: templates/email/html/patterns