Claim your Biolink Click Here
0 like 0 dislike
1.1k views
In OTRS how can i disable the "AddNote" notification alert that is sent to agents when someone adds a note to a ticket they are the owner of?
in Education & Reference by (1.6k points) | 1.1k views
0 0
Does anybody know the answer to this question? I too want to disable this and have been searching all over for an answer.

1 Answer

0 like 0 dislike

If you want to permanently do it, just add next after for in Green Color:

in /otrs/Kernel/System/Ticket/Article.pm

# send agent notification on adding a note

        for my $UserID (@UserIDs) {
         #your code start
        next if 1 == 1;
        #your code end
            next if !$UserID;
            next if $UserID == 1;
            next if $UserID eq $Param{UserID};

This turns off notification for add note for everyone, by the way.

Enjoy :)

by (1.1k points)
edited by

Related questions

0 like 0 dislike
1 answer
1 like 0 dislike
1 answer
0 like 0 dislike
1 answer
asked May 14, 2020 in Education & Reference by Marc (4.7k points) | 407 views
0 like 0 dislike
2 answers
2 like 0 dislike
1 answer
1 like 0 dislike
1 answer
1 like 0 dislike
1 answer
asked Oct 8, 2015 in Education & Reference by Sam (1.6k points) | 1.2k views
0 like 0 dislike
1 answer
asked May 13, 2020 in Education & Reference by Marc (4.7k points) | 346 views
0 like 0 dislike
2 answers
asked Oct 25, 2017 in Education & Reference by Krish (1.1k points) | 8.3k views
0 like 0 dislike
1 answer

Where your donation goes
Technology: We will utilize your donation for development, server maintenance and bandwidth management, etc for our site.

Employee and Projects: We have only 15 employees. They are involved in a wide sort of project works. Your valuable donation will definitely boost their work efficiency.

How can I earn points?
Awarded a Best Answer 10 points
Answer questions 10 points
Asking Question -20 points

1,312 questions
1,473 answers
569 comments
4,809 users