Changes between Version 7 and Version 8 of AnalyzePlugin


Ignore:
Timestamp:
Dec 11, 2011, 1:47:38 AM (12 years ago)
Author:
Rob Guttman
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AnalyzePlugin

    v7 v8  
    117117A few ideas to optimize your analysis experience:
    118118 * If this tool's project management changes generates emails that are of little value to your team, then you can quiet them by enabling "Quiet Mode" using the [wiki:QuietPlugin Quiet Plugin].
    119  * Use !TicketQuery in a project/epic's description to see all of its sub-tasks/children.  Here's an example that allows you to order by position as the first column and the ticket id as the second:
     119 * Use !TicketQuery in a project/epic's description to see all of its sub-tasks/children.  Here's an example that allows you to order by position as the first column and the ticket id as the second.  The {{{1234}}} is the project/epic's ticket number:
    120120 {{{
    121  [[TicketQuery(blocking~=1364,format=table,col=position|id|summary|severity|owner|effort|milestone|phase,order=position,group=type)]]
     121 [[TicketQuery(blocking~=1234,format=table,col=position|id|summary|severity|owner|effort|milestone|phase,order=position,group=type)]]
    122122 }}}
    123123