Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The HTML reports give you a lot of possibilities and flexibility. You can generate and customize any type of report with the help of the SIL™ Template language . Basically, as its name suggests, you are building your report based on a html template and injecting your data using Simple Issue Language™ (SIL) syntax. 

Configuring SIL Reporting Gadget

First you need to add the SIL Reporting Gadget to your dashboard. To do that, click Add new gadget. In the Add new gadget dialog, click Load all gadgets. Search for the SIL Reporting Gadget and add it to your dashboard.

...

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. Image Removed

...

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["project"] or argv[0]

...

If you want to return information about another project without having to configure the gadget, all you have to do is add a field for the project using one of the routines for creating fields from gadget routines. After that you will be able to set parameter in the parameter section and run the report with the new value.Image Removed

...

Anchor
Examples
Examples
Examples

Opened vs Closed Issues Report

Include Page
Opened vs Closed Issues Report
Opened vs Closed Issues Report