summaryrefslogtreecommitdiffstats
path: root/src/plugins/report_Bugzilla.xml
blob: bc8e8ecb2bfbf74df4c0d99bba1c48548ef9ccf9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0" encoding="UTF-8" ?>
<event>
    <name>Bugzilla</name>
    <action>Report this problem to the Red Hat bug tracker</action>
    <description>Reports selected problems to the Red Hat bug tracker</description>
    <options>
        <option type="text" name="Bugzilla_BugzillaURL">
           <label>Bugzilla URL</label>
           <allow-empty>no</allow-empty>
           <description>Address of the bugzilla server</description>
           <property>Address of the bugzilla server</property>
           <notused1>blahblahblah</notused1>
       </option>
       <option type="text" name="Bugzilla_Login">
           <label>User name</label>
           <allow-empty>no</allow-empty>
           <description>Username to use to log into your bugzilla account</description>
       </option>
       <option type="password" name="Bugzilla_Password">
           <label>Password</label>
           <allow-empty>no</allow-empty>
           <description>Password for your bugzilla account</description>
       </option>
       <option type="bool" name="Bugzilla_SSLVerify">
           <label>SSL Verify</label>
           <description>Check the ssl key validity</description>
       </option>
    </options>
</event>