Web service ticket creation fails to include CustomerID or Reply options

Moderator: crythias

Locked
z1001z
Znuny newbie
Posts: 7
Joined: 26 Mar 2019, 15:19
Znuny Version: otrs-6.0.16-01

Web service ticket creation fails to include CustomerID or Reply options

Post by z1001z »

Setup: otrs 6.0.16, Centos 7, python-otrs, using, GenericTicketConnectorSOAP.
Python script makes very simple call to TicketCreate following the unit test in the docs.
Ticket and Article is created OK, in the correct queue and auto-responder goes out correctly. However when the ticket is opened by agent, there is no "Reply" option and none of the queue's normal templates are available.
I notice unlike normal incoming email tickets, there is no CustomerID shown. Any clue as to what may be missing? This is my first ever attempt to create a ticket by a remote script, so any more developed example would also be helpful.
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Web service ticket creation fails to include CustomerID or Reply options

Post by crythias »

z1001z wrote: 29 Mar 2019, 19:15 However when the ticket is opened by agent, there is no "Reply" option and none of the queue's normal templates are available.
Reply works if ...

Ticket is unlocked or
Ticket is locked and current agent is owner or responsible
and
Article is "from" customer. Should have customer_id attached. Push it through web service.

Otherwise New outbound email or forward.
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
z1001z
Znuny newbie
Posts: 7
Joined: 26 Mar 2019, 15:19
Znuny Version: otrs-6.0.16-01

Re: Web service ticket creation fails to include CustomerID or Reply options

Post by z1001z »

Thank you for explaining the reply rules.
Locked