Project

General

Profile

Plugins Directory » Risks

Author: eXolnet Inc
Website: -
Code repository: https://github.com/eXolnet/redmine_risks
Registered on: 2019-10-03 (over 4 years ago)
Current version: 1.4.1
Compatible with: Redmine 4.1.x, 4.0.x, 3.4.x
User ratings:   (3)

Manage the results of the qualitative risk analysis, quantitative risk analysis, and risk response planning.

Installation notes

  1. Download the .ZIP archive, extract files and copy the plugin directory to #{REDMINE_ROOT}/plugins/redmine_risks.
  2. From the directory #{REDMINE_ROOT}, install the plugin's dependencies:
    bundle install
  3. Make a backup of your database, then run the following command to update it:
    bundle exec rake redmine:plugins:migrate RAILS_ENV=production NAME=redmine_risks
  4. Seed the default risk categories:
    bundle exec rake risks:seed RAILS_ENV=production
  5. Restart Redmine.
  6. Login and enable the "Risks" module on projects you want to use it.

Changelog

1.4.1 (2021-04-08)

Compatible with Redmine 4.1.x, 4.0.x, 3.4.x.

  • Fix compatibility with latest version of Redmine Checklist
redmine_risks-1.4.1.zip (44.2 KB) redmine_risks-1.4.1.zip eXolnet Inc, 2021-04-08 23:16

1.4.0 (2021-04-07)

Compatible with Redmine 4.1.x, 4.0.x, 3.4.x.

  • Fix magnitude calculation on high probability
  • Hide category selection when no options are available
  • Allow bulk edit when risks originate from various projects
  • Increase overall plugin stability
redmine_risks-1.4.0.zip (44 KB) redmine_risks-1.4.0.zip eXolnet Inc, 2021-04-07 17:17

1.2.0 (2020-10-15)

Compatible with Redmine 4.1.x, 4.0.x, 3.4.x.

  • Add support for Redmine 4.1
redmine_risks-1.2.0.zip (37.8 KB) redmine_risks-1.2.0.zip eXolnet Inc, 2020-10-15 17:29

1.1.2 (2019-10-16)

Compatible with Redmine 4.0.x, 3.4.x.

Fixed

  • Fix safe_attributes= definitions to make it compatible with Redmine 4
  • Convert ActionController::Parameters to Hash before normalizing its values
  • WYSIWYG preview support for Redmine 4
redmine_risks-1.1.2.zip (37.7 KB) redmine_risks-1.1.2.zip eXolnet Inc, 2019-10-16 21:02

1.1.1 (2019-09-24)

Compatible with Redmine 4.0.x, 3.4.x.

Fixes

  • Update plugin source url
redmine_risks-1.1.1.zip (37.5 KB) redmine_risks-1.1.1.zip eXolnet Inc, 2019-10-03 16:30

1.1.0 (2019-09-24)

Compatible with Redmine 4.0.x, 3.4.x.

Added

  • Add support for Redmine 4
redmine_risks-1.1.0.zip (37.5 KB) redmine_risks-1.1.0.zip eXolnet Inc, 2019-10-03 16:29

1.0.0 (2019-08-05)

Compatible with Redmine 3.4.x.

redmine_risks-1.0.0.zip (37.1 KB) redmine_risks-1.0.0.zip eXolnet Inc, 2019-10-03 16:27

User ratings

  by Pavel Potcheptsov over 3 years ago

This plugin adds extra Risk tab in project and it gives the ability to create risk issues with assignee and several custom fields.

I'd say you can achieve the same by creating new tracker with name Risk and adding custom field.

  by Vlad Pol over 3 years ago

I have got an internal error when I try add a new risk. How to fix it?

  by Tibor Racz over 4 years ago

This is a great plugin because all processes and decisions are based on risk analysis. Do you plan to further develop it? That would make it really unique and sophisticated if custom (calculated) fields could also be used in the form.