RefractTrack Archiving
Archiving
Tasks can be archived off the active board without being deleted. Archiving sets a task's archived_at timestamp, which is orthogonal to both its stage and its review status — a task can be in any stage, with any review status, and archived or not, independently.
Archiving individual tasks
Any task with tasks:archive permission can be archived or unarchived from its detail page.
Bulk archiving
The Archived page (archived.php) offers a bulk "archive all done" action — archiving every task currently sitting in a stage flagged is_done (see Stages) in one step, rather than archiving tasks one at a time.
Effect on export/import
Archived status is preserved through Export and Import: a task's archived_at value round-trips through both CSV and JSON export/import, so archived tasks stay archived after being re-imported into another project or instance.