I want to be able to send a webhook whenever an issue is deleted. It seems based off of this it should be possible, but would like to know if anyone else has done it and if there are instructions anywhere on how to setup.
https://confluence.atlassian.com/adminjiraserver073/adding-a-custom-event-861253643.html
You can not fire a webhook in a post function, if an issue is deleted, because post functions fire for transactions not for issue events.
You can create a webhook and define it for the issue deleted event. You can find more info here:
https://confluence.atlassian.com/adminjiraserver073/managing-webhooks-867028229.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.