ArticleSend using GenericInterface REST in OTRS 6 in JAVA

English! place to talk about development, programming and coding
Post Reply
sshenoy
Znuny newbie
Posts: 6
Joined: 25 Jul 2019, 10:39
Znuny Version: OTRS 6
Real Name: sushmitha shenoy

ArticleSend using GenericInterface REST in OTRS 6 in JAVA

Post by sshenoy »

Hi Folks,
I m creating a OTRS client in JAVA using GenericInterface REST in OTRS version 6.
So far I m able to create articles using TicketUpdate but not sure how to achieve ArticleSend.
Any suggestions / Samples highly appreciated. Thanks in Advance!
root
Administrator
Posts: 3961
Joined: 18 Dec 2007, 12:23
Znuny Version: Znuny and Znuny LTS
Real Name: Roy Kaldung
Company: Znuny
Contact:

Re: ArticleSend using GenericInterface REST in OTRS 6 in JAVA

Post by root »

Hi,

There is no possibility to send an article with the ((OTRS)) Community Edition. You can use the open source add-on Znuny4OTRS-GIArticleSend to add this feature.

- Roy
Znuny and Znuny LTS running on CentOS / RHEL / Debian / SLES / MySQL / PostgreSQL / Oracle / OpenLDAP / Active Directory / SSO

Use a test system - always.

Do you need professional services? Check out https://www.znuny.com/

Do you want to contribute or want to know where it goes ?
jojo
Znuny guru
Posts: 15019
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: ArticleSend using GenericInterface REST in OTRS 6 in JAVA

Post by jojo »

it is possible out of the box with OTRS 7
"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
root
Administrator
Posts: 3961
Joined: 18 Dec 2007, 12:23
Znuny Version: Znuny and Znuny LTS
Real Name: Roy Kaldung
Company: Znuny
Contact:

Re: ArticleSend using GenericInterface REST in OTRS 6 in JAVA

Post by root »

jojo wrote: 21 Aug 2019, 20:38 it is possible out of the box with OTRS 7
Maybe, but the question was about 6
Znuny and Znuny LTS running on CentOS / RHEL / Debian / SLES / MySQL / PostgreSQL / Oracle / OpenLDAP / Active Directory / SSO

Use a test system - always.

Do you need professional services? Check out https://www.znuny.com/

Do you want to contribute or want to know where it goes ?
sshenoy
Znuny newbie
Posts: 6
Joined: 25 Jul 2019, 10:39
Znuny Version: OTRS 6
Real Name: sushmitha shenoy

Re: ArticleSend using GenericInterface REST in OTRS 6 in JAVA

Post by sshenoy »

root wrote: 21 Aug 2019, 16:44 Hi,

There is no possibility to send an article with the ((OTRS)) Community Edition. You can use the open source add-on Znuny4OTRS-GIArticleSend to add this feature.

- Roy
Thank you :)
Post Reply