I know how to define actions in RT_SiteConfig.pm like this:

actions => [
    '* -> closed' => {
        label  => 'Close',
        update => 'Respond',
    },


But I need something fancier now. I want to send my ticket to another queue
from the Actions menu. I want this action to be available only from some
statuses in the lifecycle. How can I do this? (I have already configured a
mapping under __maps__.)

Rinke
-- 
RT Training November 4 & 5 Los Angeles
http://bestpractical.com/training

Reply via email to