Changes between Version 9 and Version 10 of DynamicVariablesPlugin

Show
Ignore:
Author:
rjollos (IP: 0.0.0.0)
Timestamp:
08/01/12 05:18:35 (10 months ago)
Comment:

Syntax highlighting.

Legend:

Unmodified
Added
Removed
Modified
  • DynamicVariablesPlugin

    v9 v10  
    1515 1. Install the plugin (after downloading and unzipping): 
    1616    {{{ 
     17    #!sh 
    1718    cd dynamicvariablesplugin/0.12 
    1819    sudo python setup.py bdist_egg 
    2425 2. Enable the plugin: 
    2526    {{{ 
     27    #!ini 
    2628    [components] 
    2729    dynvars.* = enabled 
    3234 3. (Optional) Set a {{{[dynvars]}}} section of field names with explicit option values.  Example: 
    3335    {{{ 
     36    #!ini 
    3437    [dynvars] 
    3538    daysback.options = 7|30 
    5962The only required configuration is in defining SQL reports.  For example, a report for a specific {{{milestone}}} that also queries for a custom {{{queue}}} select field could be defined like this: 
    6063{{{ 
     64#!sql 
    6165SELECT p.value AS __color__, 
    6266   t.id AS ticket, summary, component, severity, reporter