Create a reminder based on GitLab to send e-mail about stalled issues
Our Redmine email reminder sends email to users who have at least one ticket assigned to them, that satisfies at least one of these criteria:
- "Stalled work-in-progress":
- In Redmine: status "In Progress", that were not updated since more than 6 months.
- In GitLab:
/groups/tails-team/issues?state=opened&labels=Doing&updated_before=timestamp
- "Reviews waiting for a long time":
- In Redmine: not been updated since 45 days or more.
- In GitLab:
/groups/tails-team/issues?state=opened&labels=Needs%20Validation&updated_before=timestamp
Current implementation:
- https://git.tails.boum.org/puppet-tails/tree/files/redmine/reminder/redmine-remind
- https://git.tails.boum.org/puppet-tails/tree/files/redmine/reminder/email_body
- https://git.tails.boum.org/puppet-tails/tree/manifests/redmine/reminder.pp
With GitLab one can define policies (YAML) and have them applied automatically to issues and merge requests:
Edited by Zen Fu