bugzilla

Bugzilla rest api activation

给你一囗甜甜゛ 提交于 2019-12-10 18:53:34
问题 I install Bugzilla on my fedora server. I want to use Rest Api, but can't find how to activate it. Can someone help me? 回答1: This issue can be fixed by installing some Perl modules that were listed as optional. What worked for me was enabling mod_rewrite and also installing optional modules pertaining to the Bugzilla API. Make sure that all of the modules you have installed are up to date. You will also want to make sure you enable mod_rewrite so that you can contact /rest/ in your URL

Uploading attachments to Bugzilla using the Web Services API and Perl

风流意气都作罢 提交于 2019-12-10 17:37:01
问题 I'm experimenting with the Bugzilla Webservices API for uploading attachments to bugs automatically but the base64 encoded messages I'm uploading always end up corrupted when I download them from Bugzilla. The API doc at http://www.bugzilla.org/docs/4.0/en/html/api/Bugzilla/WebService/Bug.html#add_attachment specifies that the attachment needs to be base64 encoded, so I'm using a straightforward piece of code to read a local png file, convert to base64 using MIME::Base64 and uploading using a

Basic permission in Bugzilla to separate clients

最后都变了- 提交于 2019-12-08 01:51:13
问题 I'm trying to configure a Bugzilla instance, which will allow my clients to login, and file bugs for their website under development/maintenance. For e.g: I have created 2 products called "TestProject", "TestProject2" and a user called "TestClient". What I'm trying to achieve is when TestClient logs in, he can only see TestProject, TestProject2 and only add/modify bugs in there. TestProject, TestProject2 should not be listed for any other client. I believe this has do with granular controls

How Bugzilla will be working on local PC?

随声附和 提交于 2019-12-08 00:00:06
问题 I've installed bugzilla version 3.6.3 on my local system. When i click on "Open a new account" button/link and after entering my valid email i got following error. "There was an error sending mail from 'bugzilla-daemon@' to 'myemailaddress@example.com':Couldn't connect to mail" can anybody help me how to create an user account on local PC ? Operating system is Win 7. I want to create 1 admin account, some user accounts and through Admin I want to give them limited or full access. I also want

How do I sort an array of hash references by one of the hash values?

♀尐吖头ヾ 提交于 2019-12-07 03:21:10
问题 First, please pardon my rusty Perl. I'm trying to modify Bugzilla's "whine.pl" to generate lists of bugs sorted by severity. So it gives me an array of hash references. Each hash contains a bunch of information about a particular bug (id, assignee, severity, etc). I want to sort the array by severity. What's the best way to do this? I'd come up with a couple of possibilities. One is to create five arrays (one for each level of severity), then loop over the the array and push the hash refs

在FreeBSD上安装Bugzilla

南楼画角 提交于 2019-12-06 19:11:54
Bugzilla 是一款开源的 Web 应用,是一款bug跟踪系统和测试工具,由 mozilla 开发,并采用 Mozilla 公共许可证授权(MPL),它经常被一些高科技公司如 mozilla、红帽公司和 gnome 使用,Bugzilla 起初由 Terry Weissman开发于1998年,它用 perl 语言编写,用 MySQL 作为后端数据库,它是一款旨在帮助管理软件开发的服务器软件,它有丰富的功能、高度优化的数据库等特性。 在本教程中,我们将安装 bugzilla 5.0 ,采用 apache 作为 Web 服务器,并为它启用 SSL,然后在 freebsd 10.2 上安装 mysql 5.1 来作为数据库系统。 准备 FreeBSD 10.2 64位系统 Root 权限为root 更新系统 用 ssh 登录 freebsd 服务器,并更新软件库: sudo su freebsd-update fetch freebsd-update install 安装并配置 Apache 在这一步我们将使用 pkg 命令从 freebsd 软件库中安装 apache,然后在 apache24 目录下编辑 "httpd.conf" 文件,来配置apache 以启用 SSL 和 CGI 支持,用 pkg 命令安装 apache: pkg install apache24 进入

What tools provide burndown charts to Bugzilla or Mylyn? [closed]

回眸只為那壹抹淺笑 提交于 2019-12-04 10:38:22
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 2 years ago . My team and I need to work on a project whose bugs are filed in Bugzilla, using Mylyn. Do you know of any tool or plug-in that provides scrum-inspired burndown charts to Bugzilla or Mylyn? Hopefully, this tool would be free for commercial usage, but we're not closed to commercial tools. Update: 4 hours of

Bugzilla SMTP authentication

爷,独闯天下 提交于 2019-12-03 21:08:37
I've installed bugzilla in my local machine (Windows 7) and its working good. But when I try to create a new account it says There was an error sending mail from it@gmail.com to ra@gmail.com : Could't set FROM: 530 5.5.1 Authentication Required. Learn more at at C:/Perl/site/lib/Email/Send/SMTP/TLS.pm line 49. What changes shall I do in TLS.pm ? I've even configured the parameter>Email section in bugzilla: mail_delivery_method = SMTP::TLS , mailfrom = it@gmail.com , smtpserver = smtp.gmail.com:587 , smtp_username = my gmail username, smtp_password = my gmail password, The TLS.pm file line 49

Is there a java api to access bugzilla? [closed]

余生颓废 提交于 2019-12-03 09:53:50
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed last year . Is there a (standalone!) java api which wraps the XML-RPC interface to bugzilla? I don't want to program my own api for it, and I can't actually find a library which does this (and only this). Update: I'm looking for something like this http://oss.dbc.dk/bugzproxy/ only written in Java 回答1: I know this is a bit

Apache/httpd /var/www/html/ .cgi scripts throw 500 internal server error

匿名 (未验证) 提交于 2019-12-03 07:50:05
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I installed a new CentOS 7 x86_64 LAMP server today. I compiled a simple CGI script in c and i called it test.cgi, and I enabled the AddHandler for .cgi scripts. However everytime i try to load the /test.cgi page from my /var/www/html directory any simple .cgi script will throw me a 500 internal server error page. I tested that the script is working fine from the /var/www/cgi-bin directory. My server is running selinux and apache/httpd is using suEXEC. EDIT: also I didn't create any extra users after the lamp installation so here I'm using