Changes between Version 9 and Version 10 of TicketConditionalCreationStatusPlugin


Ignore:
Timestamp:
Jul 23, 2015, 2:20:39 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged with license

Legend:

Unmodified
Added
Removed
Modified
  • TicketConditionalCreationStatusPlugin

    v9 v10  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = Conditionally set ticket creation status =
     3= Conditionally set ticket creation status
    44
    5 == Description ==
     5== Description
    66
    7 This plugin is an evolution of the TicketCreationStatusPlugin,
    8 permitting conditioned setting of creation status, depending on
    9 arbitrary ticket field values, e.g. type.
     7This plugin is an evolution of the TicketCreationStatusPlugin, permitting conditioned setting of creation status, depending on arbitrary ticket field values, e.g. type.
    108
    11 Status can be chosen independantly for '''owned''' or '''unowned''' tickets.
     9Status can be chosen independently for '''owned''' or '''unowned''' tickets.
    1210
    13 == Usage ==
     11This plugin is sponsored by [http://www.yalwa.de/ Yalwa Branchenbuch].
     12
     13== Bugs/Feature Requests
     14
     15Existing bugs and feature requests for TicketConditionalCreationStatusPlugin are
     16[report:9?COMPONENT=TicketConditionalCreationStatusPlugin here].
     17
     18If you have any issues, create a
     19[/newticket?component=TicketConditionalCreationStatusPlugin new ticket].
     20
     21== Download
     22
     23Download the zipped source from [download:ticketconditionalcreationstatusplugin here].
     24
     25== Source
     26
     27You can check out TicketConditionalCreationStatusPlugin from [http://trac-hacks.org/svn/ticketconditionalcreationstatusplugin here] using Subversion, or [source:ticketconditionalcreationstatusplugin browse the source] with Trac.
     28
     29== Installation
    1430
    1531Install the plugin using setuptools ([http://trac.edgewall.org/wiki/TracPlugins how to]).
    16 Activate the component in trac.ini like this:
    1732
    18 {{{
    19 #!ini
     33Activate the component in your `trac.ini` file like this:
     34{{{#!ini
    2035[components]
    2136ticketconditionalcreationstatus.* = enabled
    2237}}}
    2338
    24 Configuration is then written in a separate section, headed {{{[ticketconditionalcreationstatus]}}}.
     39Configuration is then written in a separate section, headed {{{[ticketconditionalcreationstatus]}}}. There is one fixed configuration variable, '''criteria''', taking as value a list of ticket field names that you want to use as conditions.
    2540
    26 There is one fixed configuration variable, '''criteria''', taking as value a list of ticket field
    27 names that you want to use as conditions.
    28 
    29 For any of the ''criteria'' you can then write variables '''<fieldname>.owned''' or '''<fieldname>.unowned'''.
     41For any of the ''criteria'' you can then write variables '''<fieldname>.owned''' or '''<fieldname>.unowned''':
    3042 * in the simplest form, such a variable takes the form {{{<fieldcontent> -> <ticketstatus>}}}
    3143 * you can also give several such rules, like {{{<content1> -> <status1>, <content2> -> <status2>}}}
    3244 * when you have several content values that should map to the same status, you can use {{{<content1>|<content2> -> <status>}}}
    3345
    34 == Example ==
     46== Example
    3547
    36 The following example will make ''owned'' tickets of types '''task''' and '''task-dev'''
    37 start out as '''assigned''', instead of ''new'', and tickets of type '''plan'' start
    38 out as '''new_plan'''.
    39 
    40 {{{
    41 #!ini
     48The following example will make ''owned'' tickets of types '''task''' and '''task-dev''' start out as '''assigned''', instead of ''new'', and tickets of type '''plan'' start out as '''new_plan''':
     49{{{#!ini
    4250[ticketconditionalcreationstatus]
    4351criteria = type
     
    4553}}}
    4654
    47 == Bugs/Feature Requests ==
    48 
    49 Existing bugs and feature requests for TicketConditionalCreationStatusPlugin are
    50 [report:9?COMPONENT=TicketConditionalCreationStatusPlugin here].
    51 
    52 If you have any issues, create a
    53 [http://trac-hacks.org/newticket?component=TicketConditionalCreationStatusPlugin&owner=bof new ticket].
    54 
    55 == Download ==
    56 
    57 Download the zipped source from [download:ticketconditionalcreationstatusplugin here].
    58 
    59 == Source ==
    60 
    61 You can check out TicketConditionalCreationStatusPlugin from [http://trac-hacks.org/svn/ticketconditionalcreationstatusplugin here] using Subversion, or [source:ticketconditionalcreationstatusplugin browse the source] with Trac.
    62 
    63 == Recent Changes ==
     55== Recent Changes
    6456
    6557[[ChangeLog(ticketconditionalcreationstatusplugin, 3)]]
    6658
    67 == Author/Contributors ==
     59== Author/Contributors
    6860
    6961'''Author:''' [wiki:bof] [[BR]]
    70 '''Maintainer:''' [wiki:bof] [[BR]]
    71 '''Sponsor:''' [http://www.yalwa.de/ Yalwa Branchenbuch] [[BR]]
     62'''Maintainer:''' [[Maintainer]] [[BR]]
    7263'''Contributors:'''