Hi,
My JIRA has some Event Listeners that would be triggered upon Issue Updated events and completes some useful actions.
The problem is that when I want to update my issues using REST API, these Event listeners can not be triggered automatically, hence the useful actions were missing.
Is there any way we can explicitly raise the Issue Updated event after using REST API to update the issue?
Thanks