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
8
votes
3 answers

Gitlab issue tracking integration with Bugzilla

Been reading and googling around for a while and I've found enough information and run enough tests to verify that Gitlab is able to integrate with Redmine and JIRA for issue tracking, but what about bugzilla? The Gitlab external issue tracking…
tryexceptpass
  • 529
  • 5
  • 14
7
votes
5 answers

Eclipse MyLyn with BugZilla: Will the BugZilla installation need to be modified/configured?

I'm interested in MyLyn. I'm using Eclipse Ganymede and I have access to a BugZilla installation for the project I'm working on. I wonder if the BugZilla installation will have to be changed/configured in any way or if I'm able to use MyLyn against…
user14070
7
votes
7 answers

Is there a java api to access bugzilla?

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…
Mauli
  • 16,863
  • 27
  • 87
  • 114
7
votes
5 answers

Using a wiki as a central development project repository

I have played with the idea of using a wiki (MediaWiki) to centralize all project information for a development project. This was done using extensions that pull information from SVN (using SVNKit) and by linking to Bugzilla to extract work…
Richard Tasker
  • 533
  • 1
  • 4
  • 8
7
votes
2 answers

.NET API for Connecting to Bugzilla

I am looking for a library to connect to Bugzilla which works with C#. I did find the Bugzilla C# Proxy, but it's not quite what I'm looking for. I haven't been able to find anything else through Google searches. Does anybody have any other…
JasCav
  • 34,458
  • 20
  • 113
  • 170
7
votes
4 answers

Migration To Trac

We are managing our development with Subversion over HTTPS, Bugzilla, and Mediawiki. Some of our developers have expressed an interest in migrating to Trac, so I have to evaluate what the cost of doing so would be. For both the wiki and bugzilla,…
Mark Roddy
  • 27,122
  • 19
  • 67
  • 71
6
votes
4 answers

Disable email when modifying several bugs at once in bugzilla

Where I work, we use Bugzilla extensively for bug and feature tracking. We take advantage of the built in milestones to help us manage our timelines better, but sometimes priorities shift and milestones need to be rearranged. During this time we use…
Jay Paroline
  • 2,487
  • 1
  • 22
  • 27
6
votes
2 answers

BugZilla, best (fastest) way to get bug status (etc) on a given date

I'm working on an application that takes data from various sources and generates reports. Currently I'm changing it to do reports based on a the data from a given date in history, previously it only showed data from the state of things today. One…
SpaceDog
  • 3,249
  • 1
  • 17
  • 25
6
votes
2 answers

Fail to upgrade Bugzilla from 3.6 to 4.4

I have Bugzilla installed for several years without upgrading. The version I am using is 3.6.12. Today I try to upgrade it to the latest release 4.4 but fail. I follow the instructions to upgrade Bugzilla using bzr. When I run checksetup.pl, it…
Eagle
  • 61
  • 2
6
votes
4 answers

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

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,…
Allan Anderson
  • 574
  • 4
  • 15
6
votes
1 answer

How do you handle related bugs in Bugzilla?

Within our environment we have a core codebase, and several client-specific implementations of that codebase. When a client raises an issue, we need to determine whether it is a client specific issue, or whether it is a core codebase issue. We…
Jane
  • 1,953
  • 1
  • 20
  • 27
6
votes
2 answers

How do I change the Status labels in Bugzilla

I don't want to change how the Status field works I just want to change the labels to the states that the old system uses. (the old systems consists of spreadsheets and paper :P We are using 3.0 * UNCONFIRMED --> PRELIMARY * NEW -->…
Sally
  • 605
  • 4
  • 13
6
votes
1 answer

406 error of cpanel

I have installed bugzilla on my cpanel. But while creating a new bug it display 406 error Not Acceptable An appropriate representation of the requested resource /bugzilla/post_bug.cgi could not be found on this server. Additionally, a 404 Not Found…
Ram
  • 71
  • 2
6
votes
4 answers

How well does Bugzilla work for managing Scrum projects?

We have MS Sharepoint -- which isn't all bad for managing a task list. The data's publicly available, people are notified of changes and assignments. I think that Bugzilla might be a little easier for management and reporting purposes. While…
S.Lott
  • 384,516
  • 81
  • 508
  • 779
5
votes
1 answer

how to remote control Bugzilla (Python preferred)

I'd like to control Bugzilla 2.17.7 from a script to : change comments, key set, create bugz, etc My tries : - Bugzilla tools do not document any example : so I ignore how to do it - LegNeato : always request remoteobjects for setup - Pyzilla :…
dlewin
  • 1,673
  • 1
  • 19
  • 37
1
2
3
36 37