Is it possible to trigger a REST API with all the metadata of task on a event ?
Example : Lets lets we consume various info (fields) while a task creation like environment, duration, Type of operation, etc....And my task will have various states like To Do -> Approved -> Done.
So on moving task from ToDo -> Approved i need to invoke a rest API which post all the metadata of task, and my rest API will check the remaining work.
On receiving response 200 from rest API my task status must be moved to Done automatically
Yes, that's possible.
This awesome article explains how to do so.
Of course, you should change the Automation Rule trigger to Issue Transitioned:
In your case, substitute Done with Approved.
Hope it helps.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.