Project

General

Profile

Redminder (overdue email notification) customization assistance

Added by Nick Nguyen over 12 years ago

Hello all!

I've installed the Redminder plugin located here:
http://code.google.com/p/redminder/

I've installed it on a windows Bitnami stack and configured it as a task scheduler and it is working great!

Currently it pulls in the the following data in the email that gets sent:

Tracker #ID: Subject. Which looks like this in the rhtml file:
("#{issue.tracker} ##{issue.id}: #{issue.subject}

I am trying to add due date to this, but adding #(issue.due_date) doesn't seem to work.

Any assistance would be appreicated.

Thanks,


Replies (1)

RE: Redminder (overdue email notification) customization assistance - Added by Nick Nguyen over 12 years ago

Doh, I'm blind. I just noticed I used () instead of {}. I'll give that a shot.

    (1-1/1)