This extensions adds a simple page for entering bugs in bugzilla as fast as you can type. No confusing fields to fill in and wory about. No clicking through sevral pages. Just type in the summary and description, hit tab couple of times and the bug will be saving it self in the background. And you can already start entering your next idea.
This extension requires the BayotBase extension, so install that first.
This extension uses JSON RPC interface to interact with the bugzilla, so make sure you have the required modules installed for Bugzilla. (They are required by this extension so checksetup.pl will complain if you don't have them)
Follow the normal extension installation process and
-
Put the extension files in
extensions/QuickIdeas
-
Run checksetup.pl
-
Restart your webserver if needed (for exmple when running under
mod_perl
) -
Go to Bugzilla Administration > Parameters > QuickIdeas, and check the configuration values
-
Make sure you have deafultplatform and defaultopsys set in Administrationn > Parameters > Bug Fields
Now you should see the big "Ener Ideas" link at the Bugzilla home page and the "Enter Ideas" link will be available at the top link row on every Bugzilla page.
The "Clone" feature for cloning bugs from external sources requires that the SeeAlsoPlus extension is installed