Questions tagged [bugzilla]

Bugzilla is a Web-based bug tracking application.

Bugzilla

Bugzilla is a Web-based bug tracking application. Written in Perl, it is used by a wide variety of companies, organisations and projects. There is a comprehensive list of its features available here.

545 questions
0
votes
1 answer

Repositories and Bug Tracker tools that mine data and output databases?

Is there any tool available for mining JIRA (or other issue tracker) issues that exploit projects who make use of the JIRA plugin (or other plugin that can do the same) that connect repositories to the issue tracker and reproduce the results as…
0
votes
1 answer

Mylyn and Bugzilla : Initialization of task failed?

I'm trying to connect Mylyn (eclipse Juno) to my bugzilla installation (version 3.6.3.0-2)... I was able to add bugzilla as a task repo, but I can't add any task. As soon as I click on New Task for this repo, I get this message (the task editor does…
LB40
  • 12,041
  • 17
  • 72
  • 107
0
votes
1 answer

/usr/bin/perl install-module.pl DateTime

While installing bugzilla on RHEL, it checks for required modules: ./checksetup.pl --check-modules It showed some unavailable modules. While trying to install one of them, I encountered following error: [root@localhost bugzilla-4.2.3]#…
NightFurry
  • 358
  • 1
  • 17
0
votes
1 answer

Installing bugzilla with mysql

I'm trying to install Bugzilla as part of setting up Testopia. I'm using 3.6.3 because our company site uses that and there are no plans to upgrade in the foreseeable future. I've install mysql but when I run the /usr/bin/perl install-module.pl…
phileas fogg
  • 1,905
  • 7
  • 28
  • 43
0
votes
1 answer

Perl error trying to load Bugzilla

My knowledge of Perl is nil but I was trying to install Bugzilla and everything seem to be going along find until I went to load Bugzilla and I got this error followed by the html of the page trying to be loaded. dmake could not be found on the…
PriestVallon
  • 1,519
  • 1
  • 22
  • 44
0
votes
1 answer

What is the Bugzilla REST API URL?

I have a Mozilla Bugzilla installed in a server in my office, I want to access the REST API https://wiki.mozilla.org/Bugzilla:REST_API so that I can query Bugzilla bugs from a little project management tool I have made. The problem is I cannot for…
Levi Putna
  • 2,863
  • 6
  • 30
  • 47
0
votes
2 answers

How to import data from Bugzilla version 3.0 to latest 4.2. I am using MySQL database

I have installed new version on Linux Centos. I am older version installed on anther machine. Now want to import all old data to the latest version. Kindly leave suggestion if you have gone through this process.
Hasnain Shah
  • 1
  • 1
  • 1
0
votes
1 answer

How do I list all 'Urgent' priority bugs across all projects in Redmine?

We're migrating from Bugzilla to Redmine and there's one feature of bugzilla which I'm unsure how to replicate in Redmine. Is there any way to list all the bugs / features of a specific priority across all projects? We used to use this mechanism to…
Jon Cage
  • 36,366
  • 38
  • 137
  • 215
0
votes
1 answer

How do I convert from a bugzilla repository to redmine?

I've tried dropping bz2redmine into a temp directory and running it as the readme suggests: sudo ruby bz2redmine.rb ...but I get an error: /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require': cannot load such file -- settings…
Jon Cage
  • 36,366
  • 38
  • 137
  • 215
0
votes
2 answers

Group editing privilege

I'm new of administering Bugzilla, it is possible to set priviledges so every member of a group can edit bugs assigned to a member of the same group? For example, if I am member of groupA and have an assigned bug another member of GroupA, can that…
salgaf
  • 181
  • 2
  • 7
0
votes
1 answer

How to model the state "needs discussion" for a bug/feature in Bugzilla 3.0.x

In our group, we have to model the state "needs discussion" for Bugzilla. Therefore, a custom RESOLVED - to be discussed status was introduced. The appropriate group of people searches for issues that have this sort of "resolution" status and…
Behe
  • 7,572
  • 3
  • 33
  • 46
0
votes
1 answer

creating bug in bugzilla using java

I am trying to connect bugzilla using java code.I have used the sample shown in this web site http://www.dreamincode.net/forums/topic/208362-bugzilla-webservice-api/. Using the method User.login it is returning {id=1} for the login credentials.But…
0
votes
1 answer

Configuring multiple java on linux

I have a linux vm which is our testing machine. as part of some initiative, I want to install some software on this vm which would require Java 6+. Currently its running java 5 which i don't want to change because of the compatibility with test…
Em Ae
  • 8,167
  • 27
  • 95
  • 162
0
votes
1 answer

Disable the Account Lock-Out option - Bugzilla 4.2.1

My current bugzilla 4.2.1 installation blocks any user temporarily for multiple login failures. If they try to use incorrect password for, say 5 times, they will not be able to login again and a mail is being sent to the maintainer of the…
0
votes
2 answers

Bugzilla web API for adding a version to a product

I want my build server to create a version in our Bugzilla tracker every time a release build is made. Is this possible? So far, I've found the following APIs that come close, but don't provide this functionality: Bugzilla::WebServer::Product -…
Edward Dale
  • 29,597
  • 13
  • 90
  • 129