Changes between Version 6 and Version 7 of Email2tracParse


Ignore:
Timestamp:
02/02/10 17:42:03 (14 years ago)
Author:
bas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Email2tracParse

    v6 v7  
    8181[[Image(image)]]
    8282}}}
     83
     84== Update ticket fields ==
     85
     86If the ''inline_properties'' is set in ''email2trac.conf'' then we can update ticket fields within the body text, eg:
     87{{{
     88This is a Test1234
     89@owner : bas
     90@type: task
     91}}}
     92
     93Will create ticket with body text:
     94{{{
     95This is a Test1234
     96}}}
     97
     98and the owner field set to bas and type ticket field to task. ''Note'' the keywords will be stripped from the body text. This feature can be used for a new ticket and ticket updates.