Need attachments in notification

Moderator: crythias

Locked
Mahesh
Znuny newbie
Posts: 46
Joined: 13 Jan 2014, 09:42
Znuny Version: 3.1.00
Real Name: Mahesh
Company: vc

Need attachments in notification

Post by Mahesh »

Hello,

I have OTRS installed and running fine.

I am receiving notifications when a new ticket is created.

My issue is -- My customers create tickets by sending request to a email ID.When a customer sends a email which has an attachment a ticket is created and I see the attachment in my dashboard. When i receive an email notification of the new ticket then there is no attachment in the notification mail that i get.

Is there a way where-in I can get the attachment send by user in the agent notification ?

Please help.

Thanks
Mahesh
aph
Znuny superhero
Posts: 646
Joined: 20 Jun 2014, 12:11
Znuny Version: 3.3.9, 4.x, 5.x

Re: Need attachments in notification

Post by aph »

A notification is meant to notify you about the new e-mail. It is not a replacement for the ticket itself. To view the ticket an agent should log into OTRS and process it.
OTRS 3.3.x (private/testing) on Windows Server 2008 with MSSQL database.
OTRS 3.3.x (private/testing) on CentOS with MySQL database and apache
Mahesh
Znuny newbie
Posts: 46
Joined: 13 Jan 2014, 09:42
Znuny Version: 3.1.00
Real Name: Mahesh
Company: vc

Re: Need attachments in notification

Post by Mahesh »

So does it mean that there is no option to get an attachment in the notification.....
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Need attachments in notification

Post by jojo »

this would require development
"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
Giulio Soleni
Znuny wizard
Posts: 392
Joined: 30 Dec 2010, 14:35
Znuny Version: 6.0.x and 5.0.x
Real Name: Giulio Soleni
Company: IKS srl

Re: Need attachments in notification

Post by Giulio Soleni »

jojo wrote:this would require development
unless he/she define an article notification upon ArticleCreate or ArticleSend event ... in that case you would be able to include attachment to notification: just mind that the attachment is a multipart related attachment, that is the "real" attached files, whatever they are, and the message of the article itself in HTML format.
By the way as explained here for an old version of OTRS, with some code customization you should be able to send attachment notification even for other events.
OTRS 6.0.x on CentOS 7.x with MariaDB 10.2.x database connected to an Active Directory for Agents and Customers.
ITSM and FAQ modules installed.
Locked