Changes between Initial Version and Version 1 of Notes/TicketEmails


Ignore:
Timestamp:
01/24/08 14:09:30 (16 years ago)
Author:
VincentMcIntyre
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Notes/TicketEmails

    v1 v1  
     1= Notes/TicketEmails =
     2
     3== Email traffic from tickets ==
     4
     5Trac has capabilities for sending email when tickets are created or changed.
     6This is been turned on, as of 2008-01-24.
     7
     8Notes::
     9  There is some confusion of nomenclature.[[BR]]
     10  [report:17 Components] have an '''owner''', while the ticket form provides an '''Assign To:''' field. The field labelled '''Assign To''' has the logical name {{{owner}}}.[[BR]]
     11  When viewing the ticket [report: reports], the column titled "owner" shows the name of the person who to whom the ticket has been assigned.
     12
     13  The '''reporter''' field does not appear in the form when creating a new ticket. This is because normally ticket creation requires a person to be logged in; so that username is taken to be the 'reporter'. The reporter is shown once the
     14
     15  For the ticket emails to arrive, you have to register an email address for your WikiName. To do that, visit [trac:/Settings].
     16  There is no easy way to check what email address you currently have registered. Fixing this requires writing a Trac plugin.
     17
     18
     19=== Where the mail gets sent ===
     20
     21The settings we have adopted set the following behaviour:
     22
     23||                   || Email To ||
     24|| Action            || Owner || Reporter || Updater ||
     25|| New ticket opened || Y     || Y        || N/A     ||
     26|| Ticket accepted   || Y     || Y        || N ||
     27|| Ticket reassigned || Y     || Y        || N ||
     28|| Ticket changed*   || Y     || Y        || N ||
     29|| Comment on ticket || Y     || Y        || N ||
     30|| Ticket closed     || Y     || Y        || N/A     ||
     31*Any of the fields are modified, e.g. the ticket is associated with a different component, or the priority changes.
     32
     33The reporter/updater can fill in an email address the '''Cc''' field on the form, if they want to be added to the list of people getting email about the ticket.
     34
     35
     36=== Things to fix/decide ===
     37 * Is all this email just too annoying?
     38 * Is it ok to use the normal Miriad mananger's address as the {{{From:}}} and {{{Reply-To:}}} address?
     39 * Should we archive the ticket email traffic in a hypermail archive?
     40   (the {{{smtp_always_bcc}}} option would let us do this)
     41
     42----
     43[wiki:Notes Notes Home]