24 lines
845 B
Markdown
24 lines
845 B
Markdown
# 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.
|