Changes between Version 12 and Version 13 of TypedTicketWorkflowPlugin


Ignore:
Timestamp:
Mar 5, 2015, 3:13:37 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged with license

Legend:

Unmodified
Added
Removed
Modified
  • TypedTicketWorkflowPlugin

    v12 v13  
    11[[PageOutline(2-5,Contents,pullout)]]
    2 = Typed Ticket Workflow =
    32
    4 == Description ==
     3= Typed Ticket Workflow
     4
     5== Description
    56
    67Add additional condition for workflow actions: ticket Type.
    78
    8 This allow to create actions applicable for specific ticket type. This plugin based on default [TracWorkflow#TheTracTicketWorkflowSystem ConfigurableTicketWorkflow] component.
     9This allow to create actions applicable for a specific ticket type. This plugin is based on default [TracWorkflow#TheTracTicketWorkflowSystem ConfigurableTicketWorkflow] component.
    910
    10 For example "ready for QA"; action should be applicable for 'task' tickets only.
    11 
    12 So you can write:
    13 
     11For example, "ready for QA" should be applicable for 'task' tickets only. So you can write:
    1412
    1513{{{
     
    1715}}}
    1816
    19 
    2017You can add multiple types using comma:
    21 
    2218
    2319{{{
     
    2521}}}
    2622
     23If the tickettype attribute is not set, no filter is applied.
    2724
    28 If tickettype attribute is not set, no filter applicable.
     25This plugin must replace the !ConfigurableTicketWorkflow plugin if it is installed. All !ConfigurableTicketWorkflow functions are still available.
    2926
    30 This plugin must replace !ConfigurableTicketWorkflow component. All !ConfigurableTicketWorkflow functions are still available.
     27'''Notes:'''
     28 * Requires Trac 0.11.2 or later.
     29 * If you want to use this plugin along with AdvancedTicketWorkflowPlugin look at #4547 and #4548.
    3130
    32 '''Note:'''
    33  * Requires Trac 0.11.2 or later
    34  * If you want to use this plugin along with AdvancedTicketWorkflowPlugin look at #4547 and #4548
     31== Bugs/Feature Requests
    3532
    36 == Bugs/Feature Requests ==
     33Existing bugs and feature requests for TypedTicketWorkflowPlugin are [report:9?COMPONENT=TypedTicketWorkflowPlugin here].
    3734
    38 Existing bugs and feature requests for TypedTicketWorkflowPlugin are
    39 [report:9?COMPONENT=TypedTicketWorkflowPlugin here].
     35If you have any issues, create a [http://trac-hacks.org/newticket?component=TypedTicketWorkflowPlugin&owner=kivsiak new ticket].
    4036
    41 If you have any issues, create a
    42 [http://trac-hacks.org/newticket?component=TypedTicketWorkflowPlugin&owner=kivsiak new ticket].
     37[[TicketQuery(component=TypedTicketWorkflowPlugin,group=type,format=progress)]]
    4338
    44 == Download ==
     39== Download
    4540
    4641Download the zipped source from [download:typedticketworkflowplugin here].
    4742
    48 == Source ==
     43== Source
    4944
    5045You can check out TypedTicketWorkflowPlugin from [http://trac-hacks.org/svn/typedticketworkflowplugin here] using Subversion, or [source:typedticketworkflowplugin browse the source] with Trac.
    5146
    52 == Example ==
     47== Example
     48
    5349Enable the plugin with:
    5450{{{#!ini
     
    6864}}}
    6965
    70 
    71 
    72 == Recent Changes ==
     66== Recent Changes
    7367
    7468[[ChangeLog(typedticketworkflowplugin, 3)]]
    7569
    76 == Author/Contributors ==
     70== Author/Contributors
    7771
    7872'''Author:''' [wiki:kivsiak] [[BR]]
    79 '''Maintainer:''' [wiki:kivsiak] [[BR]]
     73'''Maintainer:''' [[Maintainer]] [[BR]]
    8074'''Contributors:'''