diff -r 0a9171619fd3 -r 1a0fa98037fa extras/crash_test.conf --- a/extras/crash_test.conf Sun Nov 27 17:17:43 2016 +0100 +++ b/extras/crash_test.conf Sun Dec 04 01:16:39 2016 +0100 @@ -54,10 +54,15 @@ }, BugTrackerLinks => { MyRedmine => { - type => 'Redmine', - match => qr/\d{1,8}/, + Type => 'Redmine', + API => { URL => 'https://redmine.example.org/' }, url_pattern => 'http://redmine.example.org/issues/<%= $bug_key =%>', }, + MyBugzilla => { + Type => 'Bugzilla', + API => { URL => 'https://bugzilla.example.org/' }, + url_pattern => 'https://bugzilla.example.org/show_bug.cgi?id=<%= $bug_key =%>', + }, }, ExtraColumns => { Index => [