mtconnect / redmine_sprint_reminder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Redmine Sprint Reminder

Provides a simple rake task rake redmine:sprint_reminders to send out an email of all the tasks that are current open or active and have issues that are in flight to the person or people responsible.

Considers sprints where today is within the start and end date interval.

Options:

  • states: A regular expression matching the status names that are considered in-flight.
    • DefaultL 'To Do|Doing'
  • admins: Only send emails to users who are admins. Used for testing.
    • Default:

About


Languages

Language:Ruby 80.9%Language:HTML 19.1%