Hi,
Does anyone have any idea how to migrate ticket's comments attachment from one account to another without manual effort using API?
Thanks
Hi,
Does anyone have any idea how to migrate ticket's comments attachment from one account to another without manual effort using API?
Thanks
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
Thanks for posting your question to the Community! I would recommend utilizing the Show Attachment API and Upload API to help automate some of it. You could create a function to iterate over the tickets and download the attachments using the Show Attachment API. Then use the Upload API to upload and attach it to the corresponding ticket.
Hope this helps!
Erica