I have created a forge application that communicates with my local servers. When i added logic for sending an issue updated event back to the forge application, no logs appear.
In the YAML file
- key: issue-updated-trigger
function: issue-webhook-fn
events:
- jira:issue_updated
I have turned on development mode on the JIRA side, the application is in the dev environment, and installed on my JIRA instance, but no issue update events are passed through.
How do I get the issue_updated event to be sent to my forge application?