Plugin Traceability Matrix : feedback, suggestion, reporting problems
Added by Stéphane Briand SeaSideTech about 11 years ago
Hello all
I have written a plug-in Traceability matrix, whose main feature is to show a cross-reference table of two lists of issues, either in a dedicated page in a project, or in a wiki page (through a macro).
Don't hesitate to post here your remarks, suggestion, or even report problems.
Replies (4)
RE: Plugin Traceability Matrix : feedback, suggestion, reporting problems - Added by Laurent Collignon almost 8 years ago
I'm trying to use this plugin with the latest version of redmine (3.3). I can install it without any problem. the configuration works as well as expected.
However, when I clicked on the traceability tab, the following error is displayed:
"The page you were trying to access doesn't exist or has been removed."
When I look at the logs, it says:
ActiveRecord::RecordNotFound (Couldn't find all IssueRelations with 'id': (all, {:joins=>"INNER JOIN issues issue_from ON issue_from.id = issue_relations.issue_from_id INNER JOIN issues issue_to ON issue_to.id = issue_relations.issue_to_id ", :include=>[:issue_from, :issue_to], :conditions=>["issue_from.project_id = 1 AND issue_to.project_id = 1 AND ((issue_from.tracker_id = :trows AND issue_to.tracker_id = :tcols) OR (issue_from.tracker_id = :tcols AND issue_to.tracker_id = :trows))", {:trows=>5, :tcols=>5}]}) (found 0 results, but was looking for 2)):
plugins/traceability_matrix/app/controllers/mt_controller.rb:36:in `build_list_of_issues'
plugins/traceability_matrix/app/controllers/mt_controller.rb:26:in `index'
lib/redmine/sudo_mode.rb:63:in `sudo_mode'
I created 2 custom queries,one called 'requirement' and another one called 'user case'. The first one called 'Requirements' as only one element linked to 1 user case. There are 7 user cases in total.
I expected to see 7 rows and one column.
Did I miss something?
RE: Plugin Traceability Matrix : feedback, suggestion, reporting problems - Added by Stéphane Briand SeaSideTech almost 8 years ago
Hello,
Thank you for the feedback.
I have published a new release of my plugin today : version 0.3.0. It get compatible with Redmine 3.3.
Also, there are several corrections and improvements in that release.
Stéphane
RE: Plugin Traceability Matrix : feedback, suggestion, reporting problems - Added by jieyu liu about 7 years ago
Stéphane Briand SeaSideTech wrote:
Hello,
Thank you for the feedback.
I have published a new release of my plugin today : version 0.3.0. It get compatible with Redmine 3.3.
Also, there are several corrections and improvements in that release.Stéphane
Hello Stéphane,
i'm trying to integrate the Plug-in Tracebility Matrix useing Remine Version 3.4.x. It failed however. Would you update the Plug-in version? Thanks
Jerry
RE: Plugin Traceability Matrix : feedback, suggestion, reporting problems - Added by Stéphane Briand SeaSideTech about 7 years ago
i'm trying to integrate the Plug-in Tracebility Matrix useing Remine Version 3.4.x. It failed however. Would you update the Plug-in version? Thanks
Jerry
Hello,
Of course, my goal is to maintain the plugin and make it working with latest version of Redmine.
Nevertheless, I am not ready to test it on Redmine 3.4 because I am still on 3.3.
Could you provide some information (the log file, the error message on the page...) to help me understanding the issue.
I will have a look.
Stéphane