bugzilla

Accessing Bugzilla from .NET

Hello all, I have a .NET application and I would like to create a bug in bugzilla database from my application. I have found a C# proxy for this purpose which is using WebService interface of Bugzilla. Unfortunately, it does not work for me and I get connection timeout error. Any help would be appreciated. Casal ...

how to integrate bugzilla and HP quality center?

I'm working on integrating bugzilla with Hp Qc .. i'm performing this by using perl script by directly manipulating database using sql commands.. I want to use the webservices of bugzilla. I have gone thru the bugzilla webservice Api but tat wasnt enough to get started. I'm a beginner and this is first project of my career . please guide...

How can I manually add activity to Bugzilla?

I am making a simple time sheet for which people can register times worked on a bug real quickly. But the hours added to the bugs_activity table are not noticed anywhere. here is a simple made up line Bugzilla::Bug::LogActivityEntry(1, 'work_time', 0, 66, 1, '2010-01-12 14:44:44'); Pretty much, add 66 hours to bug 1, work time...

Bugzilla - workflow customization

Hi I want to change the bugzilla workflow. So the user won't be able to close a bug unless this bug has been through some phases like(assigned, in progress etc). A user won't be able to close the bug unles this bug had been through some stages. So I want to change this bug phasses workflow with my workflow. My question is where do you ...

Does anyone know how to make a custom search in Bugzilla?

I'm trying to make a search in Bugzilla which is used during our evaluation. The search basically lists how many defects were logged by each employee. Does anyone know how we can do this in Bugzilla? (The advanced search page has options for "Advanced Searching Using Boolean Charts: ". I think it could probably be using that? ) ...

Bugzilla templates: what's the difference between [% and [%+

Code in Bugzilla templates is usually delimited by [% and %]. But sometimes I see [%+ and [%-. Can someone explain the difference or point me at suitable documentation? Google has failed me on this occasion. For example: [%- event.value.subject FILTER html %] or [%+ END %] ...

.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 suggestions? Thanks. ...

Can anyone help me with installing eclipse bugzilla plugin?

Hello everybody, can anyone help me with installing eclipse bugzilla plugin? Where can I find tutorial on how to install it? [EDIT] I got it http://download.eclipse.org/tools/mylyn/update/e3.4/ or you can use pulse explorer to find the plugin for you ...

What server infrastructure to use for desktop software development?

I am in a startup company working on a new digital content creation desktop tool. We are now setting up an infrastructure for a small team of software developers in multiple locations. We are looking into setting up a common server wich will store all code, and host version control (Subversion), built system, internal documentation, Bu...

hg: unknown command 'qimportbz'

I followed the instructions on how to setup qimportbz here; I'm on WinXP and instead of adding: [extensions] qimportbz = C:\mozilla\mercurial\qimportbz to a .hgrc file I updated a Mercurial.ini file which seems to be the correct file to add extensions to for me.. then when I run hg help qimportbz I see the help for the qimportbz cmd,...

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 the "change several bugs at once" feature to move them around, but the result is a ton of...

How to configure bugzilla to not advance to next bug when updating?

By default, when you apply changes to a Bugzilla entry, the web interface advances to the next bug in your list. I would like to disable this feature since it is almost never what I desire, planning to make further updates later. Further, I often update the wrong bug subsequently due to its changing the current bug without my noticing....

Bugzilla 3.6 with Netbeans 6.8

When I tried to configure bugzilla with netbeans 6.8 a msg told that the bugzilla's version was newer than the netbeans' plugin compatibility. I've been searching and can't find any updated plugin (and it is not in the plugin manager, at least for what I saw) Any idea where to find it? ...

How to migrate customizations to newer version of Bugzilla

Where can I find information on migrating our customized pages from our current install of Bugzilla to the latest, Bugzilla 3.6? I'm trying to get up to speed on how all of of the pieces come together to make Bugzilla work. I have a working installation of 3.6 in a VHD (we are running on Windows). Next, I just need to figure out how to...

How can I authenticate when using the Bugzilla Perl API in a script?

Working from the Bugzilla API, I've written a quick Perl script to clone a Bugzilla Product (recreating all the Components under their new Product). The Bugzilla Perl API is quite easy to use from the command line. I could have just worked on the database directly, but I wanted a longer-term solution. Another option was the webservice, b...

bugzilla - How can I create a ticket from an email ?

Hi I am using Bugzilla and I was wondering if there is a way to create a ticket by sending an email to an account. I looked around and I found that at some point there was a contrib/bug_email.pl, (that I think it did this) but its not there anymore on version 3.6 . Thanks ...

What Issue Tracking System to select?

What Issue Tracking Sytem is the most appropriate for fast, big, multilingual and international websites? The system has to handle both technical and content/editorial issues. What's the size and type of your site do you run? Whart System are you using for the keeping it state of the art? Thanks a lot for sharing your good or bad expe...

Problem importing Bugzilla DB into FogBugz

I'm attempting to import the contents of our Bugzilla 3.4.4 database into FogBugz 7.2.18. I've looked at the importBugzilla.php script, and commented out the two lines at the beginning that say to comment them out for the import. However, when attempt again, I continue to receive this message: "An administrator must edit the importBug...

Basic permission in Bugzilla to separate clients

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, Test...

How to display Product in Bugzilla ticket list

I have several products in my Bugzilla database and when I look at my ticket list there is no column for product. How do I get a sortable Product column to be displayed? And How do I make it the site default for all users? ...