Changes between Initial Version and Version 1 of Ticket #8592


Ignore:
Timestamp:
Nov 2, 2012, 12:47:19 AM (11 years ago)
Author:
Steffen Hoffmann
Comment:

Understand, but the ticket type is clearly wrong for a feature request.

For installation/configuration issues you should have used the mailing-list anyway.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8592

    • Property Cc Ryan J Ollos Robert Corsaro added; anonymous removed
    • Property Keywords ticket change trigger added
    • Property Type changed from defect to enhancement
    • Property Owner changed from Robert Corsaro to Steffen Hoffmann
  • Ticket #8592 – Description

    initial v1  
    1 Is there a way to create a joinable_group like OnPromote then email the group when any ticket is advanced to a status/action. This example would email anyone that joins the group when a ticket is moved to close or promote:
    2 
     1Is there a way to create a joinable_group like "OnPromote" and email the group when any ticket is advanced to a status/action. This example would email anyone that joins the group when a ticket is moved to close or promote:
     2{{{
     3#!ini
    34[announcer]
    45joinable_groups = onpromote
    56onpromote.status = closed, promote
    6 
     7}}}
    78Another other useful email triggers might be Type, Priority
     9{{{
     10#!ini
    811critical_tickets.type = defect
    912critical_tickets.priority = critical
    1013critical_tickets.statu s= new
    11 
     14}}}
    1215This would email the critical_tickets group when a new ticket is added as critical and defect.
    1316