Changes between Initial Version and Version 1 of SubticketsPlugin/Reporting


Ignore:
Timestamp:
Nov 6, 2016, 8:53:41 PM (7 years ago)
Author:
Theodor Norup
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SubticketsPlugin/Reporting

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