5.7.234. Bugzilla::Extension::TreeViewPlus::Util

5.7.234.1. NAME

Bugzilla::Extension::TreeViewPlus::Util

5.7.234.2. DESCRIPTION

Tree generation functions

5.7.234.3. FUNCTIONS

get_tree($ids, $direction, $depth)

  • Description
Recursively generates the bug dependency tree
  • Params
  • ids - List of ids to start the tree from
  • direction - Direction of the tree travelsal
  • depth - Maximum depth to go to
Either ‘blocked’, to get the tree of bugs these block, or ‘dependson’, to get the tree of bugs these bus depend on. Defaults to ‘dependson’
  • Returns
Hashref containing the tree stucture.

This documentation undoubtedly has bugs; if you find some, please file them here.