[[TOC]] The repository contains stored functions that can aid reporting of subticket hierarchies. Using such functions is necessary due to TracReports rewriting of SQL queries. The functions are found in the `reporting` [https://github.com/trac-hacks/trac-subtickets-plugin/tree/master/tracsubtickets/reportings subdirectory of the plugin code] == Simple Example == The `tracsubticket_tree()` function returns a depth-first search of all tickets and subtickets. A simple report using that function is: {{{ }}}