Hide Auto Response Article

Moderator: crythias

Post Reply
Xypher
Znuny newbie
Posts: 48
Joined: 31 Jul 2012, 15:13
Znuny Version: 3.1.7
Real Name: Jonathan
Company: Systems Integration, Inc.

Hide Auto Response Article

Post by Xypher »

Hello,

Is there anyway to go about hiding the auto response / agent notification articles from tickets?
Xypher
Znuny newbie
Posts: 48
Joined: 31 Jul 2012, 15:13
Znuny Version: 3.1.7
Real Name: Jonathan
Company: Systems Integration, Inc.

Re: Hide Auto Response Article

Post by Xypher »

Hmmm, maybe I found a way. Modify a theme that is forced as default by adding these two lines in one of the 'page complete' javascript'lets:

document.getElementById('Row2').hidden = true;
document.getElementById('Row3').hidden = true;


But there's got to be a better way...
crythias
Moderator
Posts: 10169
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Hide Auto Response Article

Post by crythias »

You can turn on an option to not make articles from those:
Ticket -> Core::Ticket
TicketNewArticleIgnoreSystemSender (Default No). "Do I really *need* to record the AutoResponse? It kind of clutters, occupies space, and is generated by machines." Set to Yes and System messages won't create articles, though human messages always will.

Or turn on the article filter option
viewtopic.php?f=62&t=11816#p50662
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
Xypher
Znuny newbie
Posts: 48
Joined: 31 Jul 2012, 15:13
Znuny Version: 3.1.7
Real Name: Jonathan
Company: Systems Integration, Inc.

Re: Hide Auto Response Article

Post by Xypher »

Excellent, thank you crythias!
bin
Znuny newbie
Posts: 29
Joined: 06 Jan 2011, 10:29
Znuny Version: 3

Re: Hide Auto Response Article

Post by bin »

Hello

This looked like the answer to a prayer, but when enabled it does not make any difference
crythias wrote:You can turn on an option to not make articles from those:
Ticket -> Core::Ticket
TicketNewArticleIgnoreSystemSender (Default No). "Do I really *need* to record the AutoResponse? It kind of clutters, occupies space, and is generated by machines." Set to Yes and System messages won't create articles, though human messages always will.

Or turn on the article filter option
viewtopic.php?f=62&t=11816#p50662
The Ticket View still shows system – email-external autoresponse to new ticket. I've double checked setting and restarted OTRS service - still there on new tickets.
The filter does work, just trying to cut down on unnecessary rubble.

Running 3.1.10 on Centos 6

Thanks

bin
jojo
Znuny guru
Posts: 15019
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Hide Auto Response Article

Post by jojo »

For this you need to enable the Filter in the Ticket Zoom via Sysconfig
"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
bin
Znuny newbie
Posts: 29
Joined: 06 Jan 2011, 10:29
Znuny Version: 3

Re: Hide Auto Response Article

Post by bin »

Hi

Yes, this is already done - what I am trying to do is to get the system so that it does not record the autoresponse in the first place - which is what that setting is supposed to do:-

Ticket -> Core::Ticket
TicketNewArticleIgnoreSystemSender (Default No). "Do I really *need* to record the AutoResponse? It kind of clutters, occupies space, and is generated by machines." Set to Yes and System messages won't create articles, though human messages always will.

This is set to Yes, but autoresponses are still being recorded

Thanks

bin
ruzzetto

Re: Hide Auto Response Article

Post by ruzzetto »

Hi,
i need to do the same. In AgentTicketQueue external email are not displayed but they're still visible in ticket zoom. But i noticed a strange issue. If i lock a ticket replying to the customer in ticket queue external emails appear again.... :/
Pr0xiMUS
Znuny newbie
Posts: 4
Joined: 04 Dec 2014, 16:08
Znuny Version: OTRS 5.0

Re: Hide Auto Response Article

Post by Pr0xiMUS »

Hi,

Does anyone has solution for not recording "system - email-external" type of articles (auto responses)?

BR
OTRS 5.0.15 on CentOS 7 with database MariaDB 5.5
reneeb
Znuny guru
Posts: 5018
Joined: 13 Mar 2011, 09:54
Znuny Version: 6.0.x
Real Name: Renée Bäcker
Company: Perl-Services.de
Contact:

Re: Hide Auto Response Article

Post by reneeb »

That would need development. But why do you want to avoid those articles. That would mean a gap in the ticket history....
Perl / Znuny development: http://perl-services.de
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
Virgil
Znuny newbie
Posts: 3
Joined: 10 May 2019, 15:08
Znuny Version: 6.0.17
Real Name: Virgil de Klerk
Company: KPN

Re: Hide Auto Response Article

Post by Virgil »

I also found en tried the change on viewtopic.php?t=16919#p65473.

I'm using OTRS 6.0.19 Community Edition tried this solution but it did not have the effect i was hoping for.

Does anyone know another way to "hide" the auto reponse/reply articles in the ticket zoom view?

Many thanks in advance!
Post Reply