You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed redmine_whining in my redmine. The email sending is working fine. But I found an issue:
In our configration, P1 bugs will whine after 1 day. P2/P3 bugs will whine after 2 days. And P4 bugs will whine after 7 days.
If a P2 bug is not updated within 2 days, the email will be send to the assignee, that is correct.
But in this email, it is saying that the issue assigned to you haven't been updated in the last 7 days.
I thinks this is because the days passed to deliver_whining method is get from the rake command not from the setting configuration.
I would suggest sending emails group by both assignee and delay days
Hope it could be fixed.
Thanks,
Benniu
The text was updated successfully, but these errors were encountered:
Hi, Chantra
I installed redmine_whining in my redmine. The email sending is working fine. But I found an issue:
In our configration, P1 bugs will whine after 1 day. P2/P3 bugs will whine after 2 days. And P4 bugs will whine after 7 days.
If a P2 bug is not updated within 2 days, the email will be send to the assignee, that is correct.
But in this email, it is saying that the issue assigned to you haven't been updated in the last 7 days.
I thinks this is because the days passed to deliver_whining method is get from the rake command not from the setting configuration.
I would suggest sending emails group by both assignee and delay days
Hope it could be fixed.
Thanks,
Benniu
The text was updated successfully, but these errors were encountered: