redmine_reminder
redmine_reminder copied to clipboard
Enhancement to filter on status
Tasks already set to Approved (e.g.) to be filtered from the settings page to not be included in the daily email.
I think this would be hard to do because of site specifics. What does "Approved" mean? This is a state in your own customized workflow, which is not the same as any of mine. The UI needed to support state-aware reminders would be non-trivial.
Taking a stab without knowing your workflow, I would say that you might want to make "Approved" a closed state so that the reminder does not trigger, or advance the DueDate to the next milestone (or delete outright) so that the nag schedule is reset.
Actually the idea was to be able to mark extra statusses as to be excluded from the email. In that case it becomes implementation agnostic.