Plugins Directory » Traceability
|
Author: | Emergya Consultoria |
---|---|---|
Website: | - | |
Code repository: | https://github.com/Emergya/redmine_traceability | |
Registered on: | 2011-01-31 (almost 14 years ago) | |
Current version: | 2.1 | |
Compatible with: | Redmine 1.2.x, 1.3.x, 1.4.x, 2.0.x | |
User ratings: |
What is the Traceability Plugin?¶
Traceability is a Redmine plugin to show the traceability matrix between the issues of two (or even three!) trackers of a project.
Features¶
- Shows a summary view of the relations between the two configured trackers (e.g. requirements vs. test cases). It can also use an intermediate tracker to show relations between three trackers (e.g. tasks vs. test cases through requirements).
License¶
This plugin is licensed under the GNU GPL v2. See LICENSE.txt for details.
Installation notes
Install¶
1. Follow the Redmine plugin installation steps at: http://www.redmine.org/wiki/redmine/Plugins
2. Restart your Redmine web servers (e.g. mongrel, thin, mod_rails)
Usage¶
After installation you have to configure wich trackers the plugin will operate on (Administration -> Plugins -> Traceability Matrix -> Configure). The plugin adds a new module (Traceability Matrix) which you can enable in the desired projects. There is also a new permission (View traceability matrix) which you should grant to the user roles allowed to see the matrix.
The matrix shows wich issues of one tracker are related to issues of the other one.
Changelog
2.1 (2012-06-01)
Compatible with Redmine 1.2.x, 1.3.x, 1.4.x, 2.0.x.
- Compatible with Redmine 2.0.
- Other database compatibility fixes.
2.0 (2012-05-28)
Compatible with Redmine 1.2.x, 1.3.x, 1.4.x.
- Allow to show relations between three trackers (e.g. tasks vs. test cases through requirements).
1.0.1 (2011-02-27)
Compatible with Redmine 0.9.x, 1.0.x, 1.1.x.
Compatibility fix for ruby < 1.8.7
1.0 (2011-01-31)
Compatible with Redmine 0.9.x, 1.0.x, 1.1.x.