Detect when issue edit dialog is hidden or removed

Can’t figure out how to hook to issue edit dialog hide or remove (close dialog either with save or cancel).

I need an example which could just be to show an alert box when the edit issue dialog is closed.

Thanks

Hi @dgg23,

Were you able to go around this? Have you tried the webhooks:

  • created (jira:issue_created)
  • updated (jira:issue_updated)
  • deleted (jira:issue_deleted)

Thanks!

Cheers,
Anne Calantog