Project

General

Profile

Plugins Directory » Traceability matrix

Author: Stéphane Briand SeaSideTech
Website: -
Code repository: -
Registered on: 2013-09-20 (over 10 years ago)
Current version: 0.3.0
Compatible with: Redmine 3.3.x, 3.2.x, 3.1.x, 3.0.x
User ratings:   (1)

This plug-in is under development. It is not recommended to use it in production context.
It as no impact on the database, but the API may change in next releases.

Purpose :

Shows the traceability matrix of 2 lists of issues. If some relations exists between issues (either related_to, blocked_by, followed...) they will appear in the matrix.
The macro uses custom queries to get the two lists of issues.
The traceability matrix is available in wiki pages, accessible with 2 macros :
  • traceability_matrix_short : is a cross table
  • traceability_matrix_detailed : is a 2 column table, that put related issues side by side.

This plugin has been inspired by the Traceability plugin written by Emergya Consultoria.

Documentation :

Support :

Any comments, suggestions or problem report can be made in the forum : Plugin Traceability Matrix : feedback, suggestion, reporting problems

Installation notes

Just copy this plugin into the plugins directory and restart Redmine.

No need to migrate.

Changelog

0.3.0 (2017-01-16)

Compatible with Redmine 3.3.x, 3.2.x, 3.1.x, 3.0.x.

traceability_matrix_0_3_0.zip (35.5 KB) traceability_matrix_0_3_0.zip Stéphane Briand SeaSideTech, 2017-01-16 23:58
screen_shot.png (19.8 KB) screen_shot.png Stéphane Briand SeaSideTech, 2017-01-17 00:06

0.2.2 (2013-10-10)

Compatible with Redmine 2.3.x.

Improvements :

  • Lines are odd/even colored
  • Line of issues without crossed reference to issue column are red colored
  • Title of line and column is the name of the query, instead the tracker
  • Correction of SQL query, when a single project is involved (no sub-project)
  • Add description of macros, displayed when using {{macro_list})
  • Add option for macros
    • -d for traceability_matrix_detailed
    • -w and -s for traceability_matrix_short
traceability_matrix_0_2_2.zip (36.6 KB) traceability_matrix_0_2_2.zip Stéphane Briand SeaSideTech, 2013-10-10 13:42

0.2.0 (2013-10-02)

Compatible with Redmine 2.3.x.

Improvements :

  • Better management of issues that belongs to different projects in a project tree.
  • The cross reference, which can become very wide when too many issues are involved, is split into several tables.
traceability_matrix_0_2_0.zip (35.4 KB) traceability_matrix_0_2_0.zip Stéphane Briand SeaSideTech, 2013-10-02 11:51

0.1.0 (2013-09-20)

Compatible with Redmine 2.3.x.

  • Successfully tested in redmine 2.3.3
  • Limitation : the matrix accepts whatever custom query as parameter, but for an optimal use, the queries must be local to the project, and limited to a single tracker.
traceability_matrix_0_1_0.zip (35.7 KB) traceability_matrix_0_1_0.zip Stéphane Briand SeaSideTech, 2013-09-25 10:45

User ratings

  by Laurent Collignon over 7 years ago

This plugin is much needed. It would easily be a 5 stars if working. With redmine 3.3, nothing is displayed on the traceability tab and no documentation explains how to retrieve the information on the wiki page.
The configuration can be performed though