Documentation for JIRA 4.1. Documentation for other versions of JIRA is available too.
JIRA can generate email notifications for various events that happen during the issue lifecycle. Notifications are defined within a notification scheme (see below), which associates particular events with particular email recipients. The notification scheme is then assigned to a particular project; note that you can use the same notification scheme for more than one project.
The events which can generate email notifications are:
Issue Created: |
An issue has been entered into the system. |
Issue Updated: |
An issue has had its details changed. |
Issue Assigned: |
An issue has been assigned to a new user. |
Issue Resolved: |
An issue has been resolved (usually after being worked on and fixed). |
Issue Closed: |
An issue has been closed. (Note that an issue may be closed without being resolved; see Statuses). |
Issue Commented: |
An issue has had a comment added to it. |
Issue Comment Edited: |
An issue's comment has been modified. |
Issue Reopened: |
An issue has been re-opened. |
Issue Deleted: |
An issue has been deleted. |
Issue Moved: |
An issue has been moved into this project. |
Work Logged On Issue: |
An issue has had hours logged against it (i.e. a worklog has been added). |
Work Started On Issue: |
The Assignee has started working on an issue. |
Work Stopped On Issue: |
The Assignee has stopped working on an issue. |
Issue Worklog Updated: |
An entry in an issue's worklog has been modified. |
Issue Worklog Deleted: |
An entry in an issue's worklog has been deleted. |
Generic Event: |
The exact nature of this event depends on the workflow transition(s) from it was fired. |
The exact nature of these events depends on the workflow transition(s) from which they were fired. |
Note that email notifications will only be sent to people who have permission to view the relevant issue - that is, people who:
Also note that JIRA can only send email notifications if SMTP email has been enabled (see Email Overview).
JIRA will send notification emails to both the previous assignee and the current assignee, whenever the assignee field changes.
However past versions of JIRA only sent a notification email to the previous assignee IF the operation that changed the event was the "Assign Issue" operation. It did not send a notification if the issue was edited in some other way.
The "jira.assignee.change.is.sent.to.both.parties
" application property allows the old behavior to be re-instated, for those customers who liked the old behavior.
See http://jira.atlassian.com/browse/JRA-6344 for more details
A Single Email Address notification will only be sent if the issue is publicly viewable (as the email address of a non-JIRA user could be specified, in which case a security check is not possible). Publicly viewable issues are issues which have a Permission scheme that gives the 'Browse Projects' permission to 'Anyone' (any non-logged-in users).