Hi,
I want to write a script that will be executed every time a ticket will be closed(or solved). The script will pull the closed ticket data and will push it to another service we use.
The script will probably run on AWS Lambda so I could make a URL that will trigger the script but still will have to pass somehow the ticket id.
I will be happy to hear any tips or suggestions!
Thanks