Description
The "archive prior tasks" action currently decides what to archive based on task creation time. Tasks created a while ago but with recent activity are treated the same as genuinely stale tasks, so running the action leaves about half of the tasks unarchived. Reported by Morey.
Proposed solution
Use each task's last activity time instead of creation time when determining which prior tasks to archive.
Description
The "archive prior tasks" action currently decides what to archive based on task creation time. Tasks created a while ago but with recent activity are treated the same as genuinely stale tasks, so running the action leaves about half of the tasks unarchived. Reported by Morey.
Proposed solution
Use each task's last activity time instead of creation time when determining which prior tasks to archive.