You are not logged in.
Pages: 1
Hi all !
I don't understand how to create links between tickets or (or a ticket with a list of id related tickets).
Could someone give an example of a tickets link operation ?
Thanks.
PS:
I like your system very much and it is installed in our organization. For the solution of migration problems (and other) I decided to write own Python binding.
Your API is well documented and intuitive, but it doesn't have enough examples of common tasks
Last edited by dgr113 (2019-04-21 13:52:26)
Offline
I think I've found a solution (but not from the documentation again)...
Use api url Ticket_Ticket and POST data like a
{"input": {"tickets_id_1": XXX, "tickets_id_2": YYY}}
It seems right, but maybe there are other solutions?
Last edited by dgr113 (2019-04-21 14:17:04)
Offline
Pages: 1