when an agent locks a ticket, members of the same group can still see the tickets under new tickets on the dashboard. i do not want my agents to see tickets locked by others but they should only see the new tickets coming in.
anybody with any ideas on how to do this?
any help greatly appreciated.
locked tickets not to show in new ticktes on dashbd-RESOLVED
Moderator: crythias
locked tickets not to show in new ticktes on dashbd-RESOLVED
Last edited by kenmurimi on 01 Jul 2010, 11:24, edited 1 time in total.
OTRS 2.4.7 on SUSE and on MySQL database
OTRS 3.2.10 on CentOS and MySQL database
OTRS 3.2.10 on CentOS and MySQL database
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: locked tickets not to show in new ticktes on dashboard
This is one of the things that I didn't necessarily like about OTRS. However, a Generic Agent that changes Locked Tickets with State new to state open might suffice, I think?
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Re: locked tickets not to show in new ticktes on dashbd-RESO



thanks Crythias, it worked but did not like the generic agent,
got another idea that worked best for my case because the state is now changed instantly
from article : B.2.4.20. Ticket::EventModulePost###1-ForceStateChangeOnLock on http://doc.otrs.org/2.4/en/html/x14393.html
$Self->{'Ticket::EventModulePost'}->{'1-ForceStateChangeOnLock'} = {
'Event' => 'TicketLockUpdate',
'Module' => 'Kernel::System::Ticket::Event::ForceState',
'new' => 'open'
};
OTRS 2.4.7 on SUSE and on MySQL database
OTRS 3.2.10 on CentOS and MySQL database
OTRS 3.2.10 on CentOS and MySQL database