Hot answers tagged bugzilla
1
I've used Basecamp and Jira separately, and Zapier seems to integrate both of those.
They also have a free subscription here
Fairly straightforward information here:
Integrate Basecamp with JIRA
If you find that your team is growing, or you need to integrate more issues you can always just subscribe to a higher tier.
+1 for Zapier
1
In theory you could configure Jenkins to send emails (see this too) to an email address that bugzilla is monitoring to create/update bugs.
Alternatively, a Jenkins notifier could be configured to create a bugzilla ticket via xmlrpc (I don't know of an existing jenkins plugin that does this, however.)
1
You can change the tab order with a SeaMonkey script (on Firefox), or a user script (in Chrome). Here is an example:
// ==UserScript==
// @name Bugzilla tweaks
// @namespace http://bugzilla.yourcompany.com/bugs
// @include http://bugzilla.yourcompany.com/bugs/*
// @version 0
// ==/UserScript==
function setTabIndex(id,index) {
var node = ...
Only top voted, non community-wiki answers of a minimum length are eligible