report_Bugzilla.conf(5) ===================== NAME ---- report_Bugzilla.conf - libreport's configuration file for 'report_Bugzilla' events. DESCRIPTION ----------- This configuration file contains values for options defined in /usr/share/libreport/events/report_Bugzilla.xml Configuration file lines should have 'PARAM = VALUE' format. The parameters are: 'Bugzilla_Login':: Login to Bugzilla account. 'Bugzilla_Password':: Password to Bugzilla account. 'Bugzilla_BugzillaURL':: Bugzilla HTTP(S) address. (default: https://bugzilla.redhat.com) 'Bugzilla_SSLVerify':: Use yes/true/on/1 to verify server's SSL certificate. (default: yes) 'Bugzilla_Product':: Product bug field value. Useful if you needed different product than specified in /etc/os-release 'Bugzilla_ProductVersion':: Version bug field value. Useful if you needed different product version than specified in /etc/os-release 'Bugzilla_PrivateGroups':: List of Bugzilla group names that will be set to the new bug if Bugzilla_CreatePrivate equals 'yes' 'Bugzilla_CreatePrivate':: Use yes/no to control whether the new bug should have set groups listed in Bugzilla_PrivateGroups 'Bugzilla_DontMatchComponents':: Comma-separated list of package components (e.g. selinux-policy, anaconda) for which reporter-bugzilla should not use Bugzilla component match when searching for duplicate bug reports. 'http_proxy':: the proxy server to use for HTTP 'HTTPS_PROXY':: the proxy server to use for HTTPS SEE ALSO -------- report_event.conf(5), reporter-bugzilla(1), bugzilla_event.conf(5) AUTHOR ------ * ABRT team