chaitanyacda wrote:Also, I think I can create a generic agent to unlock a ticket if the ticket has been locked and still in NEW state for say 10mins. Is this reasonably okay?
Queues have lock timeout parameters (default 0/never) (this is run hourly by cron, though... var/cron/unlock[.dist] at 35 minutes after the hour. you might choose */5 minutes if necessary)
Check SysConfig
Ticket::EventModulePost###910-ForceUnlockOnMove to unlock on move/change queue. (Or, of course, unlock at generic agent). Make sure the notifications enabled is checked in the Generic Agent.
chaitanyacda wrote:How would running lot of generic agent jobs affect the system performance?
Depends what they do, how often they run, how many tickets are affected, how many jobs are considered "a lot" ... if you see a performance hit somewhere, you'll have to determine the cause. This is not something I can determine in a crystal ball fashion for your scenario.
chaitanyacda wrote:Can I use multiple email addresses (Not distribution lists) in one Notification Event? Something like separated by comma or a semi-colon? Does this work?
If you have tried it, you would be asking a different question. (No, it probably does not, but then I didn't get it to work on 3.2 ... haven't tried it in 3.3)
Note that OTRS group membership counts as a multiple-email recipient group.
I realize this has been easier for you to have a dialog for all variations of your original topic within this topic, but it could be easier for people who visit this forum to research different segments of your questions in different forum topics.