プロジェクト

全般

プロフィール

Vote #71826

未完了

Mail not sent when issue status updated after a repository commit

Admin Redmine さんがほぼ4年前に追加. ほぼ4年前に更新.

ステータス:
New
優先度:
通常
担当者:
-
カテゴリ:
Email notifications_9
対象バージョン:
-
開始日:
2022/05/09
期日:
進捗率:

0%

予定工数:
category_id:
9
version_id:
0
issue_org_id:
10910
author_id:
17772
assigned_to_id:
0
comments:
2
status_id:
1
tracker_id:
1
plus1:
0
affected_version:
closed_on:
affected_version_id:
46
ステータス-->[New]

説明

Posted earlier on Fora Help and Open Discussion without further feedback.

The subject summarises my issue. I am having redmine retrieve the changesets through a post-commit hook in a subversion repository ("ruby /usr/share/redmine/script/runner "Repository.fetch_changesets" -e production > /dev/null 2>&1 &"). This is working perfectly.

I typically use keywords which trigger the update of an issue status (Fixes,Closes), such as changing from "In progress" to "Resolved". The status is indeed changing automatically with the commit operation.

However, whereas a manual status update triggers an e-mail notification (I've configured redmine to behave so), a status update through an SCM commit is not sending this notification.

Note that the log file production.log DOES shows that such notifications ARE sent. However, my SMTP server does not receive any requests in this case. Here's an excerpt of the log file.

Processing [filtered]
Sending email notification to: [mail address filtered]
Redirected to http://[filtered]

I wonder where this is an intended behaviour or it should be considered a defect.

Thanks for your feedback.

Ruby version 1.8.7 (i686-linux)
RubyGems version 1.6.2
Rack version 1.1.3
Rails version 2.3.14
Database adapter mysql
Database schema version 20120301153455


journals

What does your email configuration look like?

--------------------------------------------------------------------------------
Here's a sample. Note that we use async_smtp as delivery method.

production:
delivery_method: :async_smtp
smtp_settings:
tls: true
enable_starttls_auto: true
address: "smtp.gmail.com"
port: '587'
domain: "gmail.com"
authentication: :login
user_name: "xxxxxxx@gmail.com"
password: "xxxxxxx"
--------------------------------------------------------------------------------

Admin Redmine さんがほぼ4年前に更新

  • カテゴリEmail notifications_9 にセット

他の形式にエクスポート: Atom PDF

いいね!0
いいね!0