Changes between Version 3 and Version 4 of AnalyzePlugin


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

--

Legend:

Unmodified
Added
Removed
Modified
  • AnalyzePlugin

    v3 v4  
    77This is an extensible analysis tool for analyzing tickets in reports.  The plugin currently has three built-in analyses:
    88
    9  1. Milestone Dependency Analysis - ensures dependent tickets are in current or prior milestones
    10  1. Queue Dependency Analysis - ensures dependent tickets in a queue are ordered correctly
    11  1. Project Dependency Analysis - ensures dependent child tickets in a queue are ordered correctly
     9 1. '''Milestone Dependency Analysis''' - ensures dependent tickets are in current or prior milestones
     10 1. '''Queue Dependency Analysis''' - ensures dependent tickets in a queue are ordered correctly
     11 1. '''Project Dependency Analysis''' - ensures dependent child tickets in a queue are ordered correctly
    1212
    13 These analyses all build off of the mastertickets plugin.  The second and third also build off of the queues plugin.
     13These analyses all build off of the [wiki:MasterTicketsPlugin master tickets plugin].  The second and third also build off of the [wiki:QueuesPlugin queues plugin].  See below for examples.
     14
     15[[Image(ask_analyze.png)]]
    1416
    1517== Configuration ==