Changes between Version 108 and Version 109 of Email2tracConfiguration


Ignore:
Timestamp:
01/04/11 14:43:45 (13 years ago)
Author:
bas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Email2tracConfiguration

    v108 v109  
    2626||log_level||INFO||OPTIONAL, can be set to the same values as [wiki:TracLogging trac logging]||1.5.0||
    2727||log_type||syslog||OPTIONAL, can be set to the same values as [wiki:TracLogging trac logging]||1.5.0||
    28 ||mailto_cc:||||OPTIONAL, use this address as CC in mailto line.  E.g., `ticket@test.nl`||||
    29 ||mailto_link:||0||OPTIONAL, if set then `[mailto:reporter]` in description||||
     28||mailto_cc||||OPTIONAL, use this address as CC in mailto line.  E.g., `ticket@test.nl`||||
     29||mailto_link||0||OPTIONAL, if set then `[mailto:reporter]` in description||||
     30||parentdir||<directory>||OPTIONAL, Is the root directory of all trac projects, see [#Parentdir parentdir}||2.0.0||
    3031||python_egg_cache||`$PYTHON_EGG_CACHE`||OPTIONAL, if set use this setting as environment variable; some installations depend on this.||||
    3132||recipient_list||||If set then only accept mail when the ''to-field'' is in this list, usually only used in a dropbox configuration||||
     
    4041||ticket_update:||0||OPTIONAL, if set then check if this is an update for a ticket (see below)||||
    4142||ticket_update_by_subject||0||Optional, When there is no ticket number found in the reply mail. It will try to find a ticket that matches the subject line. Default time 30 days back from time received||1.4.0||
    42 ||ticket_update_by_subject_lookback||30||Optional, see ticket_update_by_subject for explanation || 1.4.0 ||
     43||ticket_update_by_subject_lookback||30||Optional, see ticket_update_by_subject for explanation||1.4.0||
    4344||tmpdir||`/tmp`||OPTIONAL, if set use this as temporary directory, default: ''/tmp''||||
    4445||trac_version:||0.10||OPTIONAL, if set then use this as version number||deprecated in 1.4.0||
     
    246247
    247248== Permission System ==
    248 
    249249There are two options to choose from:
     250
    250251 1. trac: This will honor the permission set via ''trac-admin'' or the web-interface
    251252 1. update_restricted_to_participants: This will only update a ticket if one the following conditions is met:
    252   * the updater is the ticket reporter
    253   * the updater is listed in the CC field of a ticket
    254   * the updater has trac permission to update the ticket
    255 
    256  If the update is denied, a new ticket will be generated instead as to not lose the issue
    257 
     253   * the updater is the ticket reporter
     254   * the updater is listed in the CC field of a ticket
     255   * the updater has trac permission to update the ticket
     256
     257  If the update is denied, a new ticket will be generated instead as to not lose the issue
    258258
    259259== Workflow ==
    260 
    261 You can control which workflow must be executed when an ticket is updated. Per state you have to associate a workflow, eg:
     260You can control which workflow must be executed when an ticket is updated. Per state you have to associate a workflow, eg:
    262261
    263262 * email2trac.conf
     
    281280
    282281When a ticket update is received and the state of the ticket is:
    283  * ''closed'' it will execute the ''reopen'' workflow.
     282
     283 * ''closed'' it will execute the ''reopen'' workflow.
    284284 * ''infoneeded'' it will execute the  ''infoneeded'' workflow