Inquire if there are any plugins for points or badges

Inquire if there are any plugins for points or badges

I haven’t seen a well-known built-in Kanboard plugin for gamification-style points or badges.

The official plugin ecosystem exists, but this kind of feature usually ends up being a custom plugin rather than something standard.

If your goal is simple recognition, the lowest-friction path is usually:

1. store a score or status in custom fields / metadata,

2. update it from task events,

3. show it in a small custom view or dashboard widget.

If you want something more like real badges, you’d probably need a plugin that listens to events and then awards badges based on rules such as completed tasks, cycle time, or contribution count.

So short answer: I’m not aware of an off-the-shelf points/badges plugin, but Kanboard’s plugin system should be enough to build one if that feature matters for your workflow.