bugzilla

How do I set the default content in the 'additional comments' box on the post_bug.cgi page in Bugzilla?

I have already changed the default text in 'description' box in the enter_bug.cgi page by editing the create.html.tmpl template but I am unable to find the template where I can edit the post_bug.cgi page. Does anyone know where I can find this? I am using Bugzilla version 3.4.2 ...

How do I set the default content in the 'additional comments' box on the post_bug.cgi page in Bugzilla based on the status of the bug?

I have been able to set the default content in this box, but now I need the content to be able to change as the user changes the status of the bug i.e. if the bug is resolved I want to add specific instructions in the box as to what information is requested, if the bug is being closed I want to add a different set of instructions. Anyone...

How do I edit a previously setup webpage with Template Toolkit

I am trying to edit a bugzilla page and was going to use template toolkit (on windows) for this as I am making quite a few changes. I am new to perl and template toolkit. I have looked at the manuals and tutorials for template toolkit but I seem to be missing the initial step. i.e. how to open an existing file for example "create.html.tm...

How to use JavaScript to dynamically update the Bugzilla Additional Comments textarea?

I am customising Bugzilla and I need to update the text in the Additional Comments text area on the bug editing page. This text will need to be changed dynamically depending on which status the user selects from the drop down menu. For this im hoping to use the onChange event. Has anyone any suggestions on how to implement this? ...

Problems gaining access to bug_status.name in Bugzilla

I am using a JavaScript to dynamically output a specific default text to the additional comments box in Bugzilla, based on the bug status which is selected from the drop down menu. I have tried using 'bug.bug_status' but this only changes on the submission of the page. The variable I have found which populates the drop down menu is 'bug_...

How do I automatically change the assignee of a bug back to the reporter when a bug is marked RESOLVED?

We have a workflow where all incoming bugs are marked ASSIGNED to their product's default assignee, then they stay in ASSIGNED until RESOLVED by the assignee. At that point, they go either from RESOLVED back to ASSIGNED (e.g. not done yet) or to CLOSED once they reporter is satisfied. How do we automatically change the assignee of the ...

Bugzilla: How to get an rss feed for bug comments?

I can see where to get an rss feed for the BUG LIST, however I would like to get rss updates for modifications to current bugs if possible. ...

Bugzilla & show_bug.cgi problem

When I try to export bug to XML using url: http://addr/bugzilla/show_bug.cgi?id=XXX&ctype=xml field assigned_to has different content when: I'm logged to my account and browsing from firefox (assigned_to has user@host) I'm not logged and trying to get xml output from shell script (assigned_to has user without host) I investigated...

Does Bugzilla support integration into subversion?

I noticed that they have a list of plugins here: https://wiki.mozilla.org/Bugzilla:Addons#Integration_with_Source_Code_Management_programs ...But most of those seem either outdated or barely above a simple utility/script as opposed to actual "scm integration". Anyone here use SVN along with Bugzilla here? ...

Migrating Bugzilla to non fresh JIRA duplicate key

I have a JIRA environment which already has some information and i'm trying to merge all the bugzilla bugs into JIRA. I'm trying to use the importer form JIRA "BugzillaImportBean.java‎" But it's failing when it tries to insert into the OS_CURRENTSTEP table because of a unique Key violation, essentially the ID already exists in JIRA in th...

How do I set default text for description field on the enter bug page? Description will need to change on update of one of the custom fields.

I have done this using javascript for the edit bug page, where I used a change of the bug status to modify the default text. This was done by calling a javascript function onchange of the bug status. I am now trying to do a similar operation on the enter bug page, but I need the default text to change based on the issue type. As this is...

Problems making fields mandatory in Bugzilla

I am trying to make some fields mandatory for creating a bug in Bugzilla, from what I have read, the easiest way is by using JavaScript. The code I have used is shown below but doesnt seem to be working. My Javascript knowledge is pretty limited so i am presuming it is an error in my coding. <script type="text/javascript"> ...

Bugzilla displays browser data in the comments box after I submit a bug

I have recently been editing my bugzilla templates to create customised default text for comments boxes etc. Now when I commit a bug it seems to automatically add the browser details at the start of the comment in the edit page (comments section under the additional comments box). For example if I add the comment "Submitted by A.N. Other...

How do i solve the "doesn't match anything issue" when submitting a bug with mylyn to bugzilla with eclipse

Hi there. I'm trying to submit a bug to a bugzilla server with mylyn task plugin in eclipse, but when i sent it server replies : Assignee:<name> did not match anything being name the the user from my mail sent, seem to be splitting my email from the @. Actually i'm using Mylyn 3.4.1 and eclipse 3.5.2, does anyone had this issue before ...

How to post a bug using Bugzilla REST API

How can I report a bug with bugzilla rest api? The following document states that the bug object or a some of its fields must be included in POST body. I have tried adding the fields as POST method parameters but i get this error "No data supplied for create" with status code 400. My question is that how can I include a bug object or som...

What are popular addons on Bugzilla

We are using Bugzilla for tracking of the bugs. We want to use addons for task tracking and for project management. There are a lot of addons for this purpose. Can any one please suggest the good addons for this purpose. Also let us know any other addons that you know are good. ...

Autocomplete plugins for bugzilla

(Pre-warning. I'm not quite sure if this question belongs here or not) I've just installed my first use of buzilla (v3.6.2) and I have a few issues with having to remember users names and keywords. Is there an extension or plugin for bugzilla that does this? ...

Is there a way to integrate Xcode with bugzilla?

Is there a way to integrate Xcode with bugzilla (like MyLyn for Eclipse) or so? ...

Rest API for bugzilla

Hi, We are setting up bugzilla for issue tracking within our startup. I want to know if Bugzilla supports REST based API's for filing/searching bugs. Any pointers would be greatly appreciated. Thanks ...

Bugzilla is unable to send an email using SMTP server

We have recently installed Bugzilla on IIS6.0 in windows 2003 Server. Everything is working fine except sending email. We have configured SMTP email configuration. We provided the smtp server, user name and password. Still Bugzilla is not able to send an emila and reports "Could not authenticate the user". When the same details are provi...