5.7.236. Bugzilla::Extension::TreeViewPlus::Util¶
5.7.236.1. NAME¶
Bugzilla::Extension::TreeViewPlus::Util
5.7.236.2. DESCRIPTION¶
Tree generation functions
5.7.236.3. FUNCTIONS¶
get_tree($ids, $direction, $depth)¶
- Description
Recursively generates the bug dependency tree
- Params
ids- List of ids to start the tree fromdirection- Direction of the tree travelsaldepth- Maximum depth to go toEither ‘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.