summaryrefslogtreecommitdiffstats
path: root/src/plugins/report_Bugzilla.xml.in
blob: 8a53f6111f74cf15680b7e46dea58e487e828313 (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
<?xml version="1.0" encoding="UTF-8" ?>
<event>
    <_name>Bugzilla</_name>
    <_description>Report to Bugzilla bug tracker</_description>
    <options>
        <option type="text" name="Bugzilla_BugzillaURL">
            <_label>Bugzilla URL</_label>
            <allow-empty>no</allow-empty>
            <_description>Address of Bugzilla server</_description>
            <default-value>https://bugzilla.redhat.com</default-value>
            <_note-html>You can create bugzilla.redhat.com account &lt;a href="https://bugzilla.redhat.com/createaccount.cgi"&gt;here&lt;/a&gt;</_note-html>
        </option>
        <option type="text" name="Bugzilla_Login">
            <_label>User name</_label>
            <allow-empty>no</allow-empty>
            <_description>Bugzilla account user name</_description>
        </option>
        <option type="password" name="Bugzilla_Password">
            <_label>Password</_label>
            <allow-empty>no</allow-empty>
            <_description>Bugzilla account password</_description>
        </option>
        <option type="bool" name="Bugzilla_SSLVerify">
            <_label>Verify SSL</_label>
            <_description>Check SSL key validity</_description>
            <default-value>yes</default-value>
        </option>
    </options>
</event>