Skip to content

eXolnet/redmine_wbs

Repository files navigation

Redmine WBS

Latest Release Redmine Compatibility Software License Build Status Maintainability

Display a WBS view of a project’s issues.

Compatibility

This plugin version is compatible only with Redmine 4.2 and later.

Installation

  1. Download the .ZIP archive, extract files and copy the plugin directory to #{REDMINE_ROOT}/plugins/redmine_wbs.

  2. In the directory #{REDMINE_ROOT}/plugins/redmine_wbs, compile the assets:

    npm install
    npm run production
  3. Restart Redmine.

  4. Login and enable the "WBS" module on projects you want to use it.

Uninstall

  1. Remove the plugin's folder from #{REDMINE_ROOT}/plugins.

  2. Restart Redmine.

Usage

Explain how to use your package.

Testing

Run tests using the following command:

bundle exec rake redmine:plugins:test NAME=redmine_wbs RAILS_ENV=development

Contributing

Please see CONTRIBUTING and CODE OF CONDUCT for details.

Security

If you discover any security related issues, please email security@exolnet.com instead of using the issue tracker.

Credits

License

This code is licensed under the MIT license. Please see the license file for more information.