A comprehensive task management plugin with Kanban board, subtasks, dependencies, recurring tasks, and more.
- Kanban Board - Visual task management with drag-and-drop
- Task List View - Traditional list view with advanced filters
- Subtasks - Break down tasks into smaller items
- Task Dependencies - Define blocking relationships between tasks
- Comments - Collaborate with pinnable comments
- File Attachments - Attach documents (PDF, images, Office files)
- Task History - Full audit trail of changes
- Recurring Tasks - Automate task creation (daily, weekly, monthly, yearly)
- Bulk Actions - Move, assign, or delete multiple tasks at once
- Time Tracking Integration - Track time directly from tasks
- Dashboard Widgets - My tasks, overdue tasks, tasks by status
- Email Notifications - Get notified on assignment and due dates
- Kimai 2.52.0 or higher
- PHP 8.1 or higher
- Download the plugin from the Kimai store
- Extract to
var/plugins/TaskBundle/ - Clear cache:
bin/console cache:clear - Run migrations:
bin/console kimai:bundle:task:install
composer require plugiit/task-bundle
bin/console cache:clear
bin/console kimai:bundle:task:installNavigate to Tasks > Columns to create and manage your workflow columns (e.g., To Do, In Progress, Done).
Set up a cron job to process recurring tasks:
# Run every hour
0 * * * * /path/to/kimai/bin/console task:recurring:processDrag and drop tasks between columns with visual priority indicators.
Full task view with subtasks, comments, attachments, dependencies, and history.
| Permission | Description |
|---|---|
task_view |
View tasks |
task_create |
Create new tasks |
task_edit |
Edit tasks |
task_delete |
Delete tasks |
task_admin |
Full administrative access |
- English
- French
- GitHub Issues: Report a bug
- Website: plugiit.com
MIT License - see LICENSE for details.
Maxence - Plugiit