Mark a ticket as read/seen by someone

Moderator: crythias

Locked
possebon
Znuny newbie
Posts: 34
Joined: 25 Sep 2014, 20:03
Znuny Version: 6.0.15

Mark a ticket as read/seen by someone

Post by possebon »

Hi all,

I'm looking a way to implement this feature on OTRS 4.0:

When some agent click a ticket for the first time to view it, OTRS will mark as read or seen and log who has read or seen the ticket.

Some one knows how to accomplish that?
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Mark a ticket as read/seen by someone

Post by crythias »

yellow star: nobody's seen that article.
White star: you haven't seen that article.
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
possebon
Znuny newbie
Posts: 34
Joined: 25 Sep 2014, 20:03
Znuny Version: 6.0.15

Re: Mark a ticket as read/seen by someone

Post by possebon »

crythias,

Thanks for your reply.

But I need to register the information of which agent has seen the ticket. This is to avoid some agents just pick the tickets "easy" to resolve.
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Mark a ticket as read/seen by someone

Post by jojo »

thats already in the database.
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
possebon
Znuny newbie
Posts: 34
Joined: 25 Sep 2014, 20:03
Znuny Version: 6.0.15

Re: Mark a ticket as read/seen by someone

Post by possebon »

jojo wrote:thats already in the database.
jojo, thanks for your reply.

Could you please point me which table and column there is this information?

Thanks
possebon
Znuny newbie
Posts: 34
Joined: 25 Sep 2014, 20:03
Znuny Version: 6.0.15

Re: Mark a ticket as read/seen by someone

Post by possebon »

Jojo,

I found where is it.

The table is ticket_flag and there is the information.

Is this information shown on any module of OTRS?
Locked