Redmine Checklist plugin

Extends issues to store checklist items

About

Checklist Plugin creates simple checklists for Redmine issues. It handles the wiki tags and could be saved to the issue history log.

Free Download Live preview ยป

Compatibility

  • Redmine: v2.3, v2.2, v2.1, v2.0
  • Ruby: 1.8.7, 1.9.3
  • Database: SQLite, MySQL, PostgreSQL
  • OS: Linux, OS X
  • Browsers: Chrome, Safari, Internet Explorer and Firefox

Installation

  1. Unzip it into ../plugins/. This would result in a directory-path like:
    ../plugins/redmine_issue_checklist/init.rb
  2. Migrate database and copy assets by following command:
    bundle exec rake redmine:plugins NAME=redmine_issue_checklist RAILS_ENV=production
  3. You now need to restart Redmine so that it shows the newly installed plugin in the list of installed plugins ("Administration -> Plugins").
  4. Go to "Administration -> Plugins -> Redmine Issues Checklist plugin" and setup plugin global settings.

License

Redmine Checklist plugin is open source and released under the terms of the GNU General Public License v2 (GPL).

Version for Redmine 1.x

Free Download

Changelog

v2.0.5 - 07 February 2013

  • Bug: Empty settings error (can't convert Symbol into Integer):

v0.1.3 - 18 December 2012

  • Bug: Wiki formatting on redmine 2.x

v0.0.2 - 29 October 2012

  • Bug: Checklists do not clone (only copying issues, not projects)

v0.0.1 - 23 October 2012

  • Support for Redmine 2.0, 2.1
  • Checklist drag and drop