Is it Possible to Send Notification When Note is Applied?

Moderator: crythias

Locked
donmiyagi
Znuny newbie
Posts: 10
Joined: 11 Sep 2012, 21:48
Znuny Version: 3.1.10
Real Name: Don Miyagi
Company: Sushi House

Is it Possible to Send Notification When Note is Applied?

Post by donmiyagi »

My team and I are constantly updating tickets to include notes about a ticket to include serial numbers and asset tags or general knowledge. For example, I have a ticket for our student worker to configure a Mac for an end-user. When I went to deliver this Mac it had needed a bunch of updates after the student worker had told me all the updates were corrected. I placed a note in the ticket stating that he needs to check and recheck updates on the Mac especially for Office for Mac.

I would like that when I create a note that a notification be sent to the person responsible for the ticket. I've looked in notifications and I don't see an Event that relates to Notes being creating. Has anyone added this functionality or know how to add that functionality?
donmiyagi
Znuny newbie
Posts: 10
Joined: 11 Sep 2012, 21:48
Znuny Version: 3.1.10
Real Name: Don Miyagi
Company: Sushi House

Re: Is it Possible to Send Notification When Note is Applied

Post by donmiyagi »

Well, I have found the addNote in agent notifications in the Admin panel but my agents are not getting emails when I add a note.
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Is it Possible to Send Notification When Note is Applied

Post by crythias »

Agents will get notifications if:
Agent Preferences notifications Yes AND queues selected in "My Queues"
AND
the ticket is Unlocked
OR
the ticket is locked to that agent owner/responsible.

(For certain, owner, likely responsible.)
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
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Is it Possible to Send Notification When Note is Applied

Post by jojo »

have a look in the history. Is the history telling you it was sent?
"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
irba
Znuny newbie
Posts: 26
Joined: 06 Mar 2013, 12:41
Znuny Version: 3.2.2
Real Name: Irini
Company: Albtelecom

Re: Is it Possible to Send Notification When Note is Applied

Post by irba »

Hi,

I want all my group members to be notified when a new note is added (not only the ticket owner/responsible).
Is there any way to achieve this?
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Is it Possible to Send Notification When Note is Applied

Post by jojo »

select them in the note
"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
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Is it Possible to Send Notification When Note is Applied

Post by crythias »

irba wrote:I want all my group members to be notified when a new note is added (not only the ticket owner/responsible).
Is there any way to achieve this?
First, don't hijack old threads.

Second, notes are not for correspondence.

No. There is no practical way to do this within OTRS.
There was a thread in which I participated in the mailing list that addressed this, and now you're the second person to ask about this.

The proper way to do what you want is to create (code) a Ticket Event.

To Create a Ticket Event ...
viewtopic.php?f=60&t=10090

Psuedo code:
Check for ArticleSend
Get the queue for the ticket.
Get the queuegroup
Get the members of the group
Get the message that's being sent
Send to the members of the group
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
Locked