Skip to content

Latest commit

 

History

History
65 lines (39 loc) · 2.05 KB

README.md

File metadata and controls

65 lines (39 loc) · 2.05 KB

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 3.4 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_pulls, compile the assets:

    yarn install
    yarn 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 [email protected] instead of using the issue tracker.

Credits

License

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