I have many projects and tasks on my retrospectiva database. In system work 7-10 users. There are tickets with status “Open”, witch were not modified about 7 days. It will be good to receive mail notifications about such tickets.
I am not a ruby guru, but i am running retrospectiva with postgresql and have a crontab perl script to do the job. It’s just works for me.
Even more, i have one more priority defined as “Outdated” and custom property named “Complete” with list of values like:
and so on
And the attached script runs from cron and changes the priority for those tickets that has the time span from it’s creation point more that specified in “Complete” attribute.
This way i have a little modified version for reminder script that have tickets with outdated priority included in it’s report as well as any long time unmodified ones.
Moved to Wiki