TreeViewPlus extension provides alternative to Bugzilla built in treeview of bug dependencies. The features include:
- Easily open dependency tree view from any bug or bug list
- Drag and drop editing of the bug dependency structure in the tree view
- Editing of bugs straight from the tree view
This extension requires BayotBase extension, so install it first.
-
Put extension files in
extensions/TreeViewPlus
-
Patch Bugzilla to provide dependency inclusion in custom search. From Bugzilla root directory run
$ patch -p1 < extensions/TreeViewPlus/search_include_dependencies.patch
-
Run checksetup.pl
-
Restart your webserver if needed (for exmple when running under mod perl)
Currently TreeViewPlus extension does not follow the bug group visibility restrictions, so it might expose bug information to users outside the allowed groups. If you are using groups to restrict bug visibility, it is recommended that you do not use TreeViewPlus.