GitBucket sends email to target users by enabling the notification email by an administrator.
The timing of the notification are as follows:
When a record is saved into the ISSUE
table, GitBucket does the notification.
Among the records in the ISSUE_COMMENT
table, them to be counted as a comment (i.e. the record ACTION
column value is "comment" or "close_comment" or "reopen_comment") are saved, GitBucket does the notification.
When the CLOSED
column value is updated, GitBucket does the notification.
Notified users are as follows:
However, the operation in person is excluded from the target.