Plugins Directory » Advanced checklists
Author: | Roman Petrenko | |
---|---|---|
Website: | https://redmine-kanban.com/plugins/checklists | |
Code repository: | https://redmine-kanban.com/plugins/checklists | |
Registered on: | 2023-12-10 (12 months ago) | |
Current version: | 2.1.3 | |
Compatible with: | Redmine 5.1.x, 5.0.x, 4.2.x | |
User ratings: |
Advanced Checklists¶
Features¶
- Assign every checklist item to different user
- Unlimited checklist items
- Changing the order of items
- Deadline for every item
- Changes history
- Checklist templates
- Commenting on checklist items
- Attach files to checklist or checklist items
- Import from text files
- Search
- Automatically add checklists when you move to a specific status
Find out more on our website
Try our demo¶
Installation notes
- Copy the redmine_advanced_checklists plugin folder to the plugins/ folder. The current version does not support operation if redmine is installed in a subdirectory (for example http://example.com/redmine /). It is necessary that redmine is installed at the root (for example http://redmine.example.com / or on a separate port http://example.com:8080 /).
- Run migrations in redmine root folder.
bundle exec rake redmine:plugins:migrate RAILS_ENV=production NAME=redmine_advanced_checklists
- Stop and start Redmine
sudo/etc/init.d/apache2 stop && sudo /etc/init.d/apache2 start
- In some redmine installations (for example, when working in docker), it is important to stop and start the redmine server, and not restart it. Sometimes the checklists are not displayed when restarting.
Changelog
2.1.3 (2023-10-24)
Compatible with Redmine 5.1.x, 5.0.x, 4.2.x.