1REPORTER-BUGZILLA(1) LIBREPORT MANUAL REPORTER-BUGZILLA(1)
2
3
4
6 reporter-bugzilla - Reports problem to Bugzilla.
7
9 reporter-bugzilla [-vbf] [-c CONFFILE] -d DIR
10
11 Or:
12
13 reporter-bugzilla [-v] [-c CONFFILE] [-d DIR] -t[ID] FILE...
14
15 Or:
16
17 reporter-bugzilla -h DUPHASH
18
20 The tool reads problem directory DIR. Then it logs in to Bugzilla and
21 tries to find a bug with the same abrt_hash:HEXSTRING in Whiteboard.
22
23 If such bug is not found, then a new bug is created. Elements of DIR
24 are stored in the bug as part of bug description or as attachments,
25 depending on their type and size.
26
27 Otherwise, if such bug is found and it is marked as CLOSED DUPLICATE,
28 the tool follows the chain of duplicates until it finds a non-DUPLICATE
29 bug. The tool adds a new comment to found bug.
30
31 The URL to new or modified bug is printed to stdout and recorded in
32 reported_to element in DIR.
33
34 Configuration file
35 Configuration file lines should have PARAM = VALUE format. The
36 parameters are:
37
38 Login
39 Login to Bugzilla account.
40
41 Password
42 Password to Bugzilla account.
43
44 BugzillaURL
45 Bugzilla HTTP(S) address. (default: https://bugzilla.redhat.com)
46
47 SSLVerify
48 Use yes/true/on/1 to verify server’s SSL certificate. (default:
49 yes)
50
51 OSRelease
52 OS release string. Useful if your /etc/system-release is
53 non-standard.
54
55 Parameters can be overridden via $Bugzilla_PARAM environment variables.
56
57 Integration with ABRT events
58 reporter-bugzilla can be used as an ABRT reporter. Example fragment for
59 /etc/libreport/report_event.conf:
60
61 # Report Python crashes
62 EVENT=report_Bugzilla analyzer=Python
63 reporter-bugzilla -d . -c /etc/libreport/plugins/bugzilla.conf
64
66 -d DIR
67 Path to problem directory.
68
69 -c CONFFILE
70 Path to configuration file.
71
72 -b
73 When creating bug, attach binary files too.
74
75 -f
76 Force reporting even if this problem is already reported.
77
78 -t[ID]
79 Upload FILEs to the already created bug on Bugzilla site.
80
81 -h, --duphash
82 Search in bugzilla by abrt’s DUPHASH and return BUG-ID
83
85 abrt_event.conf
86
88 · ABRT team
89
90
91
92LIBREPORT 2.0.9.1 06/19/2018 REPORTER-BUGZILLA(1)