To clarify, here are the gitlab.yml changes that will work for Bugzilla:
issues_tracker: bugzilla: title: "Bugzilla" project_url: "http://BUGZILLA_URL/describecomponents.cgi?product=:issues_tracker_id" issues_url: "http://BUGZILLA_URL/show_bug.cgi?id=:id" new_issue_url: "http://BUGZILLA_URL/enter_bug.cgi?product=:issues_tracker_id"
Now I just need to figure out how to install this gitlab.rb, so I don't need to apply the changes after every gitlab-ctl reconfigure .
source share