All public logs
From Notes_Wiki
Combined display of all available logs of Notes_Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 05:45, 11 September 2025 Rohith talk contribs created page Redmine Scheduled Alerts for Inactive Tickets (Created page with "== Redmine Alerts for Inactive Tickets == Add the below script in: <code>/opt/redmine/lib/tasks/Redmine_Alerts_for_all_users.rake</code> <syntaxhighlight lang="ruby"> namespace :redmine do desc "Send alerts for tickets (all except closed) where last note (comment) was older than 30 days for all users" task send_inactive_ticket_alerts: :environment do cutoff = 30.days.ago.beginning_of_day # Exclude only closed statuses open_status_ids = IssueStatus.wh...")

