Report Plugin (Vintage)
Report Plugin executes report and displays the issues retrieved by the report.
Parameters:
Parameter
Description
id
The ID of the report.
limit
Optional parameter for limiting the number of issues displayed.
Appearance Parameters (These parameters are optional)
Parameter
Description
height
Height of the table.
width
Width of the table.
border
Border style for the table.
cellpadding
Padding within table cells.
cellspacing
Spacing between table cells.
backgroundcolor
Background color for the table.
tableclass
CSS class for styling the table.
headercolor
Color for table header text.
headerbackgroundcolor
Background color for table header.
headerclass
CSS class for styling the table header.
evenrowcolor
Color for even-numbered rows.
evenrowbackgroundcolor
Background color for even-numbered rows.
evenrowclass
CSS class for styling even-numbered rows.
oddrowcolor
Color for odd-numbered rows.
oddrowbackgroundcolor
Background color for odd-numbered rows.
oddrowclass
CSS class for styling odd-numbered rows.
Samples:
[{Report id='9875'}]
executes report with the identifier 9875 and displays the issues retrieved by the report.
[{Report id='9875' limit='10'}]
executes report with the identifier 9875 and displays the first 10 issues retrieved by the report.
Was this helpful?