HI,
I'm developing my own interface. I don't no what are all the data that must be passed to close the ticket and which fuction to call in the otrs modules to close a ticket.
Any solution will appreciated.
Thanking you in advance.
close tickets
Re: close tickets
What would you think of:
Code: Select all
$TicketObject->StateSet(
State => 'closed successful',
TicketID => 123,
UserID => 123,
);
huntingbears.nl - @michielbeijen on Twitter
Re: close tickets
Thank you Mike,
I solved the problem.
I solved the problem.