Bugzilla is a Web-based bug tracking application.
-1
votes
2answers
23 views
bugzilla for appengine developer
I work on personal development projects (mobile and web). Presently my projects are getting big so I need to track them. Looking for a free system, I found and started reading about bugzilla. I am an ...
1
vote
1answer
15 views
if condition in bugzilla template file to check if the bug is cloned bug
how can i write an if condition in bugzilla template file to check if the bug is cloned bug
I wrote the code
[% IF cloned_bug_id eq [% bug.bug_id %] ]
<a href="mailto:[% report_name ...
0
votes
0answers
11 views
Bugzilla + Command or Script to add text to parameter 'shutdownhtml' in param file
I am looking for One Line Command or a simple script to set the 'shutdownhtml' in /var/www/html/bugzilla/data/param file.
From...
'shutdownhtml' => '',
To....
'shutdownhtml' ...
0
votes
1answer
16 views
How do I allow merge commits without a “Bug nnn” reference past gitzilla's hooks
I have Bugzilla and gitzilla set up as defined on the gitzilla home page (http://www.theoldmonk.net/gitzilla/) with the default post-receive and update hooks. When I push any commits with the ...
0
votes
1answer
41 views
How to propose improvements in current bug tracking process?
I have noticed problems in our current bug tracking process (TFS2012)
a) Inconsistency in raising bugs
b) Inconsistency in logging bugs
c) Inconsistency in bug resolution
d) Difficult to apply ...
0
votes
0answers
10 views
Bugzilla 4.2.5 - Changing the Assignee Field value
Just started using Bugzilla 4.2.5. Currently when you want to assign a user to the bug. You start typing in the Assignee field and the system starts looking for matches and auto-populating the ...
-2
votes
0answers
43 views
Need a perl script to upload files in Bugzilla [closed]
I am New in perl script and making a scripts to upload files as an attachment in Bugzilla. I dont know how I can use Bugzilla modules Attachment.pm. Please help me if you any idea or perl scripts to ...
0
votes
0answers
20 views
Task window doesn't open upon task activation using Mylyn in Eclipse ADT
The relevant file editors open when I activate a task in Eclipse, but the task window/editor for the activated task itself does not open. I'm using the Eclipse ADT, and the activated task window would ...
0
votes
1answer
74 views
bugzilla + configure to use microsoft exchange mail server as smtpserver
Try to setup bugzilla on linux, below are the setup configuration:
CentOS v6.4 32bit
Bugzilla v4.2.5
Installation seem ok and bugzilla working, but when configuring bugzilla to send email whenever ...
0
votes
0answers
8 views
Eclipse Mylyn Bugzilla connector: Is it possible to edit milestones?
If so, how to do this? I've searched all the options @ Window->Prefernces->Mylyn. I use Eclipse 4.2.2 with Mylyn and 3.8.3/, and latest Bugzilla 4.5.
(Yes, I've tried to find the answer to this ...
0
votes
0answers
6 views
how to monitor the bugzilla based on useraccess and ipaddress
Do we have any tools or addons to monitor the bugzilla load, based on the user access and ipaddress?
I am trying to find, which user are accessing bugzilla frequently and from which ip address.
-1
votes
0answers
50 views
Getting java.lang.NullPointerException - Aim is to retrieve a Bug Report using J2Bugzilla API
import java.util.*;
import com.j2bugzilla.base.*;
import com.j2bugzilla.*;
import com.j2bugzilla.rpc.*;
public class J2BugzillaExperiments {
public static void main(String[] args) {
...
0
votes
0answers
24 views
Internal Server Error 500 Bugzilla installation
I followed this tutorial in installing Bugzilla, I didn't encounter any problem not until I hit localhost/bugzilla in the URL. My sites-available/default config is as follows:
#ScriptAlias ...
0
votes
0answers
39 views
Bugzilla REST API in Android
I'm new to Android app and Bugzilla. I need help creating a login screen in Android and pull the data from REST API. Can anyone help me with it? Let me know if you need anything more.
This is the ...
0
votes
0answers
18 views
Bugzilla/Eclipse: “An unknown repository error has occured: bugzilla main page”
I've installed Bugzilla (version 4.2.5) on my website.
In parameters, the urlbase and cookiepath has been set to the root of the bugzilla-installation.
I'm now trying to use the bugzilla repository ...
1
vote
0answers
11 views
Is it possible to integrate Bugzilla's callendar with Thunderbird when using mandatory (not visible anonymously) products
Is it possible to integrate Bugzilla's callendar with Thunderbird Lightning addon when using mandatory (not visible anonymously) products? So the user experience is the same as with Google calendar.
...
0
votes
0answers
48 views
How can I make php's xmlrpc client ignore SSL certificate errors
i tried to login to bugzilla using XMLRPC interface .. it works with http but it gives errors with https because of SSL certificate and this is my code
class Xmlrpc_client extends MX_Controller {
...
0
votes
1answer
51 views
Login to Bugzilla by Rest using PHP
I want to login and verify the user data using REST in php code.
anyone can help me, I tried to read the Documentation of Bugzilla API but i could't understand how to apply it.
I'm using codeigniter, ...
1
vote
1answer
87 views
Subversion set Bugtraq property failed - at least one property change failed repository is unchanged
The subversion server is using apache2 in Ubuntu server 12.10
A very clean server without anything except necessary files for svn, apache, and apache auth
I tried to add a Bugtraq property for one of ...
0
votes
0answers
32 views
Mercurial Bugzilla Extension get Connection refused
I am trying to setup mercurial to post comments to bugzilla. Following is my repo/.hg/hgrc file
[usermap]
bug-admin@domain.com=bug-admin@domain.com
[extensions]
bugzilla =
[hooks]
# run bugzilla ...
0
votes
0answers
11 views
Bugzilla: bugs are not showing up (show up in DB and everything seems to be fine)
I just installed Bugzilla locally and it seems that everything is fine. I can create new products and components. I can also file new bugs and they show up in the database.
But when I want to view ...
0
votes
0answers
38 views
bugzilla ajax call … how do i get some bug informations
im trying to get some bugs with an ajax-call:
var params = [{
/* The authentication parameters */
"Bugzilla_login": "user",
...
0
votes
0answers
22 views
Bugzilla API for VBA
i am writing a program to create, modify and add attachment in Bugzilla. I am using MSACCESS and VBA for achieving this. I have already found for Creation and Modifying a bug but unable to add or ...
0
votes
0answers
4 views
Bugs reported within 2 specific dates for Eclipse project
I want to get all bugs reported between 2 specific dates for the Eclipse project and the files in which the bugs were reported. Is there some API (Bugzilla, etc) to do this?
0
votes
1answer
52 views
Bugzilla 4.2.4 - Logging in with LDAP credentials
I went through the Bugzilla install.
Created the Admin account and password at the end of the install.
Logged in to Bugzilla and went through the configuration guide.
Set the User Authentication to ...
-1
votes
1answer
51 views
How can I find the longest comment on Bugzilla? [closed]
We use Bugzilla v4.01 for issue tracking and a colleague of mine just reported that his upcoming concluding comment on some bug "is like a paper", and "is going to be the biggest comment on Bugzilla, ...
0
votes
1answer
40 views
Bugzilla 4.2.4 - Turning Off LDAP authentication
I installed Bugzilla 4.2.4. After the install I was asked to create a admin account.
So I put in a email address and a password. Opened Bugzilla and logged in as Admin. Went through the admin ...
0
votes
0answers
14 views
how the bugzilla linked to bugzilla database? how the attachment field saved in the database?
now i am trying to familiar with the bugzilla, is all the bugzilla being the same format? I mean the same UI, screen? Besides, how is the bugzilla data saved in the database? Using which method? Now ...
0
votes
1answer
37 views
Unable to update bug throw j2bugzilla
Hi all,I'm customizing the bugzilla throw j2bugzilla using java swing app.While i'm attempting to update the bug exception is coming.Below thing are the code and exception
UpdateBug update = new ...
1
vote
0answers
64 views
bugzilla: how to create custom field in advanced search to search custom field created through admin
I know that Bugzilla 3.0 and up supports the creation of custom fields for your bugs and that this can be done through admin.
My question was, is there any way that i would be able to create a ...
0
votes
0answers
24 views
Integrating Pivotal tracker with bugzilla
I am testing out bugzilla integration with pivotal tracker. I tried to associate a landfill installation. But I get there was a timeout while contacting the server. Is it possible to fix this ?? or Is ...
1
vote
3answers
498 views
bugzilla installation error :“InnoDB is disabled your MySQL installation. Bugzilla requires InnoDb to be enabled.” even if innodb is enabled
i have installed bugzilla4.2.5 in my windows7 machine. When i am ruuning the checksetup.pl script of bugzilla , it showing that
Use of uninitialized value $innodb_on in string ne at ...
1
vote
1answer
20 views
Customise tabular reports with Bugzilla
I want add more columns to the tabular report.
I am using bugzilla version 4.2.5.
Can you please help with the files that i have to do modification to?
Thanks,
Ramya
0
votes
2answers
46 views
How to debug Bugzilla extension that doesn't appear to run?
I need some help getting a bugzilla extension off the ground.
I want to hook into bug_format_comment (FWIW: to change some plain text automatically added as a comment when I commit to SVN to links to ...
0
votes
1answer
32 views
How to add attachment in to the bugzilla using java prgramming language?
I want to attach a screenshot to the bug in Bugzilla via code. I am using J2Bugzilla API but unable to find the required method. Please suggest if any other API for attaching a file in Bugzilla using ...
0
votes
1answer
44 views
“Webserver is fetching rather than executing CGI files” When trying to run Bugzilla
Disclaimer: I know this questions sounds lame. But I am no n00b and I have done whatever I know and I could find help about this. I have already searched the forum for this and tried all the fixes ...
0
votes
0answers
18 views
netbeans does not see new bugzilla product
I am using netbeans 7.2.1
I have been successfully using it with an existing project and corresponding Bugzilla product
I have created a new netbeans project and also a new Bugzilla product
...
1
vote
0answers
158 views
Error in installing Bugzilla on Windows
I am trying to install Bugzilla 4.2.4 on Windows 7 OS.
I have completed the following steps:
Installation og Apache Server 2.2
Installation of Active perl 5.16
Installation of MySQl 5.6
Installing ...
0
votes
0answers
24 views
Cannot Change “Product” Field for Several Bugs at Once in Bugzilla
I want to change the product field for several bugs in bugzilla at once but it keeps asking me:
"You are moving the bug(s) to the product New_Product_Name, and the version and component fields are no ...
0
votes
1answer
45 views
Upgrade bugzilla on local machine (3.4.x to 4.2.x)
I've installed bugzilla Win32InstallPackages
https://wiki.mozilla.org/Bugzilla:Win32InstallPackages
its pretty easy, just download Bugzilla-Setup-3.4.8.exe file, follow steps and keep pressing Next ...
0
votes
1answer
57 views
Mercurial-Bugzilla-Hook only works once
In order to integrate our Mercurial repository and our bug tracker (Bugzilla 4.0.1), I have set up the server-side hgrc file like this:
[extensions]
hgext.bugzilla=
[hooks]
...
1
vote
1answer
221 views
Bugzilla installation problems on ubuntu
I tried to install bugzilla 4.2.4 on ubuntu.
After much effort fixed all dependencies.
But when I run ./checksetup.pl, I get
WARNING: We could not check the configuration of Apache. This sometimes
...
0
votes
0answers
10 views
Bugzilla profiling
I serached for 3 days now, and i didnt find the right solution.
I am trying to make 3 profiles for one product in Bugzilla 4.2:
Reporter - that is, client, who would be able to file new bug and ...
1
vote
0answers
62 views
get list of bugzilla users for domain using bugziila api with codeigniter/zend lib?
i used this one but dont success login
http://petehowe.co.uk/2010/example-of-calling-the-bugzilla-api-using-php-zend-framework/
This is my code
i didn't get echo 'ASDASD'; o/p in browser so problm in ...
0
votes
0answers
91 views
I've SVN-Bugzilla Integration using SCMBUG
I've SVN-Bugzilla Integration using SCMBUG. I've done everything But when I commit in SVN I am getting error in Pre-commit file i.e "Commit blocked by pre-commit hook (exit code 1) with output:Can't ...
0
votes
2answers
83 views
Why would Bugzilla exclude assignee when e-mailing bug updates?
Suppose there was a bug opened by member1, assigned to me, cced to member2. I then added a comment in it and changed assignee to member2 at the same time. Bugzilla sent an email to member1, but said ...
0
votes
2answers
42 views
need help to get started with bugzilla
I have been searching for hours for a tutorial that would clearly explain how to install and start to use bugzilla on windows 7. All tutorials I found didn't help me: links are invalid, uses old ...
-3
votes
1answer
81 views
Bugzilla: Where is the 'auth_env_email' variable stored when set in the admin page? [closed]
Using the admin page, I set an option to allow users to skip login if they already had a session running on our main site. At least, that was my understanding of the setting. Unfortunately, I can no ...
0
votes
0answers
33 views
Open source tool for QA Management,which can provide integration with Bugzilla and jira [closed]
Which is the BEST Open source tool for QA Management, which can provide integration with Bugzilla and jira.
0
votes
0answers
121 views
HTML onSubmit with AJAX user login - Bugzilla REST API
I'm trying to create a login page which uses the Bugzilla REST API. The overall goal is to create a custom dashboard for reporting bugs and issues based upon the user's Bugzilla access rights.
So ...
