BugFree is a streamlined version of the defect management system that draws on Microsoft's software development philosophy, is free and open source, and is based on the Web. It is currently the only free software that "clone" Microsoft's internal bug management tool Product Stuido (formerly called Raid). BugFree is written in PHP+MySQL and can run on both Linux and Windows platforms. Our recommended usage environment is LAMP (Linux+Apache+MySQL+PHP).
BugFree 2.1.2 updates: 1. Add custom fields for bug and case. Each project can set custom fields for bug and case respectively; when the project is selected, search and list display of custom fields are supported. 2. Open api adds query interface to customize query for bug, case, result, module and project information through xml. xml needs to conform to query.xsd in the root directory. See Doc/openapi.html for details. 3.open api adds json return format, please refer to Doc/openapi.html for details. 4. Revise openapi documentation 5. Change the modification history field to the real name 6. Fix the bug that query conditions are not trimmed