File: //etc/libreport/plugins/bugzilla.conf
# Bugzilla URL
BugzillaURL = https://bugzilla.example.com/
# yes means that ssl certificates will be checked
SSLVerify = yes
# your login has to exist, if you don have any, please create one
Login =
# your password
Password =
# SELinux guys almost always move filed bugs from component
# selinux-policy to another component.
# This setting instructs reporter-bugzilla to not require
# component match when it searches for duplicates of
# bugs in selinux-policy component.
# (If you need to add more, the syntax is: "component[,component...]")
#
DontMatchComponents = selinux-policy
# for more info about these settings see: https://github.com/abrt/abrt/wiki/FAQ#creating-private-bugzilla-tickets
# CreatePrivate = yes
# PrivateGroups = redhat