diff options
| author | Karel Klic <kklic@redhat.com> | 2011-03-10 11:22:25 +0100 |
|---|---|---|
| committer | Karel Klic <kklic@redhat.com> | 2011-03-10 11:22:25 +0100 |
| commit | 70bc4f0632d6c1687898812540c4e7daba94d8ac (patch) | |
| tree | 3551d5f8f3965188a9714d0545886c00f76a9dec /src/plugins/report_Bugzilla.xml | |
| parent | 83f66ad7a1d801486e899df6aae7e107512d1986 (diff) | |
| parent | d67c6ee3d6b3067d8697ee5e4a131af906789583 (diff) | |
| download | abrt-70bc4f0632d6c1687898812540c4e7daba94d8ac.tar.gz abrt-70bc4f0632d6c1687898812540c4e7daba94d8ac.tar.xz abrt-70bc4f0632d6c1687898812540c4e7daba94d8ac.zip | |
Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt
Diffstat (limited to 'src/plugins/report_Bugzilla.xml')
| -rw-r--r-- | src/plugins/report_Bugzilla.xml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/src/plugins/report_Bugzilla.xml b/src/plugins/report_Bugzilla.xml new file mode 100644 index 00000000..bc8e8ecb --- /dev/null +++ b/src/plugins/report_Bugzilla.xml @@ -0,0 +1,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> + |
