diff options
| author | Karel Klic <kklic@redhat.com> | 2011-03-09 16:49:41 +0100 |
|---|---|---|
| committer | Karel Klic <kklic@redhat.com> | 2011-03-09 16:58:28 +0100 |
| commit | 43d84e3f11e46b7c9a042ff338024dfc41bb4f22 (patch) | |
| tree | 783b1122556f15345290ff8b1623812b6e864827 /src/plugins/Bugzilla.xml | |
| parent | 6ec12db137f2d0fe18f059fcef2390512d0b2c3f (diff) | |
| parent | c2f2a9f310e7b3bc3725cc8dc7e805fd38c7fbbd (diff) | |
| download | abrt-43d84e3f11e46b7c9a042ff338024dfc41bb4f22.tar.gz abrt-43d84e3f11e46b7c9a042ff338024dfc41bb4f22.tar.xz abrt-43d84e3f11e46b7c9a042ff338024dfc41bb4f22.zip | |
Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt
Diffstat (limited to 'src/plugins/Bugzilla.xml')
| -rw-r--r-- | src/plugins/Bugzilla.xml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/src/plugins/Bugzilla.xml b/src/plugins/Bugzilla.xml new file mode 100644 index 00000000..bc8e8ecb --- /dev/null +++ b/src/plugins/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> + |
