Changes between Version 9 and Version 10 of DynamicVariablesPlugin
- Timestamp:
- 08/01/12 05:18:35 (10 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DynamicVariablesPlugin
v9 v10 15 15 1. Install the plugin (after downloading and unzipping): 16 16 {{{ 17 #!sh 17 18 cd dynamicvariablesplugin/0.12 18 19 sudo python setup.py bdist_egg 24 25 2. Enable the plugin: 25 26 {{{ 27 #!ini 26 28 [components] 27 29 dynvars.* = enabled 32 34 3. (Optional) Set a {{{[dynvars]}}} section of field names with explicit option values. Example: 33 35 {{{ 36 #!ini 34 37 [dynvars] 35 38 daysback.options = 7|30 59 62 The 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: 60 63 {{{ 64 #!sql 61 65 SELECT p.value AS __color__, 62 66 t.id AS ticket, summary, component, severity, reporter

