A plugin for Kanboard that removes tasks once they've been closed for a certain amount of time.
Go to file
2023-01-07 16:04:50 +01:00
Action Add automatic action to clean up old tasks 2023-01-07 16:04:50 +01:00
LICENSE Add automatic action to clean up old tasks 2023-01-07 16:04:50 +01:00
Plugin.php Add automatic action to clean up old tasks 2023-01-07 16:04:50 +01:00
README.md Add automatic action to clean up old tasks 2023-01-07 16:04:50 +01:00

Kanboard Plugin - Remove Closed Tasks

This plugin adds a new automatic action to Kanboard. It removes tasks once they've been closed for a certain amount of time. This can be useful for cleaning up unnecessary data.

ATTENTION: Misconfiguration of this plugin may lead to data loss!

Installation

  • Create a directory RemoveClosedTasks under the folder plugins
  • Copy all source files in this new directory

Note: The plugins folder is case sensitive

Usage

Add Remove tasks once they have been closed for some time as an automatic action to your project and set Threshold age in hours to the amount of hours a task shall be kept after it was closed. Tasks will be removed once they have been closed for a longer time than configured here.

Limitations

Projects will only be cleaned if they have at least one open task.