Added by Nick Nguyen about 13 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,
Doh, I'm blind. I just noticed I used () instead of {}. I'll give that a shot.