Changes between Version 3 and Version 4 of Email2tracParse


Ignore:
Timestamp:
04/15/09 09:59:42 (15 years ago)
Author:
bas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Email2tracParse

    v3 v4  
    1010
    1111The subject field determines if we must create/update a ticket or blog entry. Default is to create a ticket. If the subject contains:
    12  * Subject: blog:bas, it will create a new blog entry
    13  * Subject: blog:3 bas, will update blog entry 3
     12 * Subject: blog:bas
     13  * will create a new blog entry
     14 * Subject: blog:3 bas
     15  * will update blog entry 3
    1416
    1517How is the 'Subject' line parsed for tickets:
    16  * Subject: Bas, will Create a ticket with ''Summary : Bas''
    17  * Subject: Bas #?owner=bas,version=0.80, will create a ticket with ''Summary : Bas'' and owner set to bas and version set to 0.80 
    18  * Subject: !#4: Bas, will update ticket !#4
    19  * Subject: !#4?owner=jaap: Bas, will update ticket !#4 and set owner to jaap
     18 * Subject: Bas
     19  * will Create a ticket with ''Summary : Bas''
     20 * Subject: Bas #?owner=bas,version=0.80
     21  * will create a ticket with ''Summary : Bas'' and owner set to bas and version set to 0.80 
     22 * Subject: !#4: Bas
     23  * will update ticket !#4
     24 * Subject: !#4?owner=jaap: Bas
     25  * will update ticket !#4 and set owner to jaap
    2026
    2127== Body ==