Force ticket update from custom app
We have a custom app that pulls data from an external system. This data is mapped to a custom field on our ticket form. When a ticket is created the custom field has a default value. This field value is changed via the mapping and the new value is visible when viewing the ticket. The issue is that the value changing is not actually applied to the ticket since there has been no update to the ticket. It is the same as changing a field value manually and never clicking "submit".
How would we go about forcing an update to the ticket so that the new value is applied?
The new value is applied once the ticket is updated but we need this to happen when the ticket is created or immediately after.
-
Hi Justin Federico! To do this, you would need to simply make an API call from your app to push an update to the ticket. You can easily do this with client.request and this article will show you how to set this up!
-
Thanks, Greg - Community Manager
I will definitely look into this with the app developers.
サインインしてコメントを残してください。
2 コメント