nmikhno / redmine_estimates

This is Redmine plugin for multiple estimate entries in a single task
http://evergreen.team
11 stars 7 forks source link
bug-tracker estimate redmine-estimates redmine-plugin ruby ruby-on-rails

Redmine Estimates Plugin

This is Redmine plugin for multiple estimate entries for a single task

Installing a plugin

    • Copy your plugin directory into #{RAILS_ROOT}/plugins (Redmine 2.x) or #{RAILS_ROOT}/vendor/plugins (Redmine 1.x).
    • If you are downloading the plugin directly from GitHub, you can do so by changing into your plugin directory and issuing a command like
    git clone https://github.com/nmikhno/redmine_estimates.git
  1. The plugin requires a migration, run the following command in #{RAILS_ROOT} to upgrade your database (make a db backup before).

    For Redmine 2.x:

    bundle exec rake redmine:plugins:migrate RAILS_ENV=production

    NOTE:

    • the pluging has been tested on Redmine 2.1.x
    • the plugin hasn't been tested on Redmine 3.x
  2. Restart Redmine

You should now be able to see the plugin list in Administration -> Plugins and configure the newly installed plugin.

Now you shold be able to add and manage issues estimates.

issue_view

issue_view

Check out some permission for user's roles.

issue_view

View issues report with total estimates and total accepted estimates hours

issue_view