This send method creates a new issue on BugZilla bug tracker (see demo).
A bug tracking system is a software application that is designed to help quality assurance and programmers keep track of reported software bugs in their work. It may be regarded as a type of issue tracking system.
Many bug-tracking systems, such as those used by most open source software projects, allow users to enter bug reports directly. Other systems are used only internally in a company or organization doing software development. Typically bug tracking systems are integrated with other software project management applications.
Having a bug tracking system is extremely valuable in software development, and they are used extensively by companies developing software products. Consistent use of a bug or issue tracking system is considered one of the "hallmarks of a good software team".
This method requires some preparation actions, before you can use it:
Important note: EurekaLog uses XML-RPC interface to access BugZilla. Make sure that you have installed all required Perl packages (usual Perl package dependencies are: SOAP-Lite, XMLRPC-Lite, and Test-Taint) and enabled XML-RPC. Please refer to BugZilla documentation for more information.
You also need to setup sending options and test sending. To test send place a button, which raises exception. Let EurekaLog handle it and perform sending. Ensure that it's working as expected. Send report again to check how duplicates are handled. Adjust any options, if needed. Change status of issue to "closed" and retry sending. Ensure that it works as expected.
Advantages:
Drawbacks:
Constant: wsmBugZilla.
See also:
|