Edgewall Software

Changes between Version 4 and Version 5 of 1.3/TracReports


Ignore:
Timestamp:
May 13, 2017, 6:09:19 PM (7 years ago)
Author:
Ryan J Ollos
Comment:

Expand documentation.

Legend:

Unmodified
Added
Removed
Modified
  • 1.3/TracReports

    v4 v5  
    120120=== Using Variables in a Query
    121121
    122 The syntax for dynamic variables is simple, any upper case word beginning with '$' is considered a variable.
     122The syntax for dynamic variables is simple, any upper case word beginning with `$` is considered a variable.
    123123
    124124Example:
     
    127127}}}
    128128
    129 To assign a value to $PRIORITY when viewing the report, you must define it as an argument in the report URL, leaving out the leading '$':
     129The value of the dynamic variable can be assigned in the report preferences form.
     130
     131To assign a value to `$PRIORITY` in the URL for a report, leave out the leading `$`:
    130132{{{
    131133 http://trac.edgewall.org/reports/14?PRIORITY=high
    132134}}}
    133135
    134 To use multiple variables, separate them with an '&':
     136To use multiple variables, separate them with an `&`:
    135137{{{
    136138 http://trac.edgewall.org/reports/14?PRIORITY=high&SEVERITY=critical