The table report is a simple way to display your data in a table format using the Simple Issue Language™ (SIL) . SIL provides predefined structures and routines that comes in help for generating such a report.
Table of Contents
Configuring SIL Reporting Gadget
...
To configure the gadget you have to select the sil script file and add the default values for the parameters used in the selected script.
The parameters will be passed into the program using the argv variable. The values will be available using a construct like argv["parameter_name"] or argv[position]. For the above example, the project can be retrieved using argv["projects"] or argv[0].
...
Opened vs Resolved Issues Report Transposed
Include Page | ||||
---|---|---|---|---|
|
Opened vs Resolved Issues Report Average and Sum
...