summaryrefslogtreecommitdiffstats
path: root/src/plugins/report_Bugzilla.xml.in
blob: d12521d85c8ce5847c7aa21bef3c30a92d247c87 (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
31
32
33
34
35
36
<?xml version="1.0" encoding="UTF-8" ?>
<event>
    <_name>Bugzilla</_name>
    <_description>Report to Bugzilla bug tracker</_description>

    <requires-items></requires-items>
    <exclude-items-by-default></exclude-items-by-default>
    <exclude-items-always></exclude-items-always>
    <exclude-binary-items>yes</exclude-binary-items>
    <include-items-by-default></include-items-by-default>

    <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>