Problem/Motivation
My team's Redmine is configured to send emails when a new task was created or edited, but not send emails if you do editing or creating yourself. We rely on this email notification to take care of tasks. The issues created through this module are created by and assigned to one user in Redmine, which means it will not send emails with the current configuration, but if we change our configuration in Redmine we would get many unnecessary emails.
So, we would like to have this module send an email to the appropriate administrator when a new task is created.
Proposed resolution
There are a couple ways we thought to resolve this problem:
- Create a trigger associated with the module, to set actions to this module's use. Then set an e-mail action.
- Allow for the creator and the assignee of submitted tasks to be differentiated in the module settings.
We decided to go with the first solution, because we believed it would be an easier solution with a greater range of applicability.
Remaining tasks
I have created a patch, that needs to be tested and reviewed. The patch simply adds trigger functionality into the module. It creates a new tab in the trigger settings menu, with one new trigger titled "feedmine_submit". I'm also open to other solutions.
I'm also new to the Drupal community. Let me know what I can do better.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | feedmine-trigger_2075257-01.patch | 1.76 KB | Samfall |
Comments
Comment #1
Samfall commentedHere is the initial patch that we have written.