Changes between Version 15 and Version 16 of QueuesPlugin


Ignore:
Timestamp:
Jan 4, 2011, 4:47:42 AM (13 years ago)
Author:
Rob Guttman
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QueuesPlugin

    v15 v16  
    9797
    9898=== Team work queue per milestone ===
    99 To order your work queue within a milestone, you could create a single report that uses a {{{MILESTONE}}} [http://trac.edgewall.org/wiki/TracReports#AdvancedReports:DynamicVariables report dynamic variable] to set the milestone field:
     99To order your work queue within a milestone, you could create a single report that uses a {{{$MILESTONE}}} [http://trac.edgewall.org/wiki/TracReports#AdvancedReports:DynamicVariables report dynamic variable] to set the milestone field:
    100100{{{
    101101SELECT s.value AS __color__,
     
    179179}}}
    180180
    181 You can simply re-write your SQL query to pivot on a {{{QUEUE}}} dynamic variable, in this example, instead of (or perhaps in addition to) a {{{MILESTONE}}} dynamic variable.  The important thing is that the {{{position}}} custom field must only be used for one and only one queue.
     181You can simply re-write your SQL query to pivot on a {{{$QUEUE}}} dynamic variable, in this example, instead of (or perhaps in addition to) a {{{$MILESTONE}}} dynamic variable.  The important thing is that the {{{position}}} custom field must only be used for one and only one queue.
    182182
    183183=== Personal work queue ===