Process Management Transition Action TicketArticleCreate email-external

Moderator: crythias

Locked
Sayannara
Znuny advanced
Posts: 118
Joined: 22 May 2012, 12:37
Znuny Version: OTRS 7.06
Real Name: Yann
Company: FVE
Contact:

Process Management Transition Action TicketArticleCreate email-external

Post by Sayannara »

Hello,

During a process I would like to inform someone by email that something is done. This person (unfortunatly and sadely) does not want to use OTRS.

According to this link
=> viewtopic.php?t=30029

I got it working for TicketArticleCreate and TicketCreate with

Code: Select all

ArticleType      => 'note-internal'
It is mentionned in the official doc =>
http://otrs.perl-services.de/docs/otrs/ ... reate.html

Excluding any email type

Code: Select all

 ArticleType      => 'note-internal',                        
# note-external|phone|fax|sms|...
# excluding any email type
Is there any possibility to accomplish what I want to do ?
Centos 7 / OTRS::ITSM 6 Business Solutions / MariaDB / Apache
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Process Management Transition Action TicketArticleCreate email-external

Post by jojo »

- Code an extensions and send a pull request via github
- use ticket-notification in the meantime
"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
Sayannara
Znuny advanced
Posts: 118
Joined: 22 May 2012, 12:37
Znuny Version: OTRS 7.06
Real Name: Yann
Company: FVE
Contact:

Re: Process Management Transition Action TicketArticleCreate email-external

Post by Sayannara »

Code an extensions and send a pull request via github
What ? :lol:

As I don't understand the answer I may not have the ability to do so.
Centos 7 / OTRS::ITSM 6 Business Solutions / MariaDB / Apache
Locked