redmine_digest icon indicating copy to clipboard operation
redmine_digest copied to clipboard

Hourly Digest Option

Open linnanem opened this issue 12 years ago • 1 comments

It would be valuable to offer an hourly option that would scan for changes in the last n hours.

Example to send digest for events in the last 2 hours:

redmine:send_digest start=0 hours=2 RAILS_ENV="production"

linnanem avatar Mar 01 '12 17:03 linnanem

Actually, what I had started implementing was a Time object. That way it would be the most flexible (days, minutes, hours, whatever). I didn't get very far on it, though.

On 3/1/2012 11:02 AM, linnanem wrote:

It would be valuable to offer an hourly option that would scan for changes in the last n hours.

Example to send digest for events in the last 2 hours:

redmine:send_digest start=0 hours=2 RAILS_ENV="production"


Reply to this email directly or view it on GitHub: https://github.com/drewkeller/redmine_digest/issues/21

drewkeller avatar Mar 02 '12 03:03 drewkeller