summaryrefslogtreecommitdiff
path: root/rt/etc/upgrade/3.7.1/content
blob: fdd506144709b4f10ba59da7de1af7b80e787bd5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
@ScripConditions = (
    {  Name                 => 'On Close',                                 # loc
       Description          => 'Whenever a ticket is closed', # loc
       ApplicableTransTypes => 'Status,Set',
       ExecModule           => 'CloseTicket',
    },
    {  Name                 => 'On Reopen',                                # loc
       Description          => 'Whenever a ticket is reopened', # loc
       ApplicableTransTypes => 'Status,Set',
       ExecModule           => 'ReopenTicket',
    },
);