/
githubmirror
/
libreport
Обзор
Документация
Войти
/
githubmirror
/
libreport
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/plugins/report_Bugzilla.xml.in.in
67 строк
4 KB
Michal Srb
[reporter-bugzilla] Use API key for authentication
21 фев 2022, 17:40
21 фев 2022, 17:40
7c3c5d1
Код
Авторство
О чём код?
<?xml version="1.0" encoding="UTF-8" ?> <event> <_name>Bugzilla</_name> <_description>Report to Bugzilla bug tracker</_description> <requires-items>component,duphash,os_release</requires-items> <exclude-items-by-default>coredump,count,event_log,reported_to,vmcore</exclude-items-by-default> <exclude-items-always></exclude-items-always> <exclude-binary-items>no</exclude-binary-items> <include-items-by-default></include-items-by-default> <minimal-rating>3</minimal-rating> <gui-review-elements>yes</gui-review-elements> <support-restricted-access optionname="Bugzilla_CreatePrivate">yes</support-restricted-access> <options> <option type="text" name="Bugzilla_APIKey"> <_label>API key</_label> <allow-empty>no</allow-empty> <_description>Bugzilla API key</_description> <_note-html>You can generate the API key for your Bugzilla account <a href="https://bugzilla.redhat.com/userprefs.cgi?tab=apikey">here</a></_note-html> </option> <option type="bool" name="Bugzilla_CreatePrivate"> <_label>Restrict access</_label> <_note-html>Restrict access to the created bugzilla ticket allowing only users from specified groups to view it (see advanced settings for more details)</_note-html> <default-value>@RED_HAT_BUGZILLA_CREATE_PRIVATE@</default-value> </option> <advanced-options> <option type="text" name="Bugzilla_PrivateGroups"> <_label>Groups</_label> <allow-empty>yes</allow-empty> <default-value>@RED_HAT_BUGZILLA_PRIVATE_GROUPS@</default-value> <_note-html>Restrict the access to specified groups <a href="https://github.com/abrt/abrt/wiki/FAQ#creating-private-bugzilla-tickets">?</a></_note-html> </option> <option type="text" name="Bugzilla_BugzillaURL"> <_label>Bugzilla URL</_label> <allow-empty>no</allow-empty> <_note-html>Address of Bugzilla server</_note-html> <default-value>https://bugzilla.redhat.com</default-value> </option> <option type="bool" name="Bugzilla_SSLVerify"> <_label>Verify SSL</_label> <_note-html>Check SSL key validity</_note-html> <default-value>yes</default-value> </option> <option type="text" name="Bugzilla_Product"> <_label>Bugzilla product</_label> <allow-empty>yes</allow-empty> <_note-html>Specify this only if you needed different product than specified in /etc/os-release</_note-html> </option> <option type="text" name="Bugzilla_ProductVersion"> <_label>Bugzilla product version</_label> <allow-empty>yes</allow-empty> <_note-html>Specify this only if you needed different product version than specified in /etc/os-release</_note-html> </option> <option type="text" name="http_proxy"> <_label>HTTP Proxy</_label> <allow-empty>yes</allow-empty> <_note-html>Sets the proxy server to use for HTTP</_note-html> </option> <option type="text" name="HTTPS_PROXY"> <_label>HTTPS Proxy</_label> <allow-empty>yes</allow-empty> <_note-html>Sets the proxy server to use for HTTPS</_note-html> </option> </advanced-options> </options> </event>