Plugins Directory » Milestones
Author: | Redmine CRM | |
---|---|---|
Website: | http://redminecrm.com | |
Code repository: | git://github.com/k41n/redmine_milestones.git | |
Registered on: | 2012-07-18 (over 12 years ago) | |
Current version: | 1.0.0 | |
Compatible with: | Redmine 1.3.x, 1.4.x, 2.0.x, 2.1.x | |
User ratings: |
This plugin adds milestone entity in Redmine (http://www.redmine.org/).
Milestones can be created either inside versions or connected to project itself.
Milestones have actual/planned start and due dates. Actual dates are calculated based on
issues connected to milestones.
Milestones can be hierarchically included one into other, thus making possible to create aggregate milestones, joining
submilestones and issues from different projects.
Installation notes
This version has been tested with redmine branches 1.3 and 1.4 as far as with MySQL and PostgresSQL RDBMS.
Clone repository into vendor/plugins:
$ cd <your redmine root directory>
$ git clone git://github.com/k41n/redmine_milestones.git vendor/plugin/redmine_milestones
Run migrations
Before this step make sure there is no table named milestones in your database.
$ RAILS_ENV=production rake db:migrate:plugin NAME=redmine_milestones
Login into Redmine, enable plugin on project plugins page and enjoy.
Changelog
1.0.0 (2012-07-18)
Compatible with Redmine 1.3.x, 1.4.x, 2.0.x, 2.1.x.
Added branch for redmine-2.x and Rails 3.2.6
As requested, I am adding more screenshots.