Documentation for JIRA 4.2. 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: |
課題がプロジェクトに作られました。 |
Issue Updated: |
課題の詳細が変更されました。これには課題コメントの削除が含まれます。 |
Issue Assigned: |
課題が新しいユーザに割り当てられました。 |
Issue Resolved: |
課題が解決されました(通常、取り組みと修正が終わった後)。 |
Issue Closed: |
An issue has been closed. (Note that an issue may be closed without being resolved; see Statuses). |
Issue Commented: |
課題にコメントが追加されました。 |
Issue Comment Edited: |
課題のコメントが編集されました。 |
Issue Reopened: |
課題が再開されました。 |
Issue Deleted: |
課題が削除されました。 |
Issue Moved: |
課題がこのプロジェクトに移動されました。 |
Work Logged On Issue: |
課題にログインした時間がありました(すなわち作業ログが追加されました)。 |
Work Started On Issue: |
担当者が課題で作業を開始しました。 |
Work Stopped On Issue: |
担当者が課題で作業を停止しました。 |
Issue Worklog Updated: |
課題の作業ログのエントリが編集されました。 |
Issue Worklog 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. |
JIRA does not have a specific notification event for the deletion of issue comments. When an issue's comment is deleted, JIRA sends out an email notification as an 'Issue Updated' event.
If multiple events occur at the same, then multiple emails will be sent. For example, if you edit an issue and change the "Assignee" field, and add a comment, all of "Issue Updated", "Issue Assigned" and "Issue Commented" are 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).