--- a/extras/crash_test.conf Sat Oct 29 18:29:44 2016 +0200
+++ b/extras/crash_test.conf Sun Nov 20 20:57:40 2016 +0100
@@ -52,6 +52,13 @@
ScmLinks => {
"svn:svn.example.org/testproject" => 'https://redmine.example.org/projects/testproject/repository/entry/<%= $scmpath =%>?rev=<%= $rev =%>#L<%= $line =%>',
},
+ BugTrackerLinks => {
+ MyRedmine => {
+ type => 'Redmine',
+ match => qr/\d{1,8}/,
+ url_pattern => 'http://redmine.example.org/issues/<%= $bug_key =%>',
+ },
+ },
ExtraColumns => {
Index => [
{ id => 'os' , db_column => "crash_user.os", name => 'Operating System' },