I'm currently working on a jira cloud add-on. I need information about issue updates, so I defined a webhook(jira:issue_updated). At this point everything seems to be OK except one case:
If I convert an issue to sub-task(or vice versa)-modify the issue type- the jira not trigger the issue updated webhook. If I use move issue instead of convert then the jira triggers the webhook.
So the question is: why jira not trigger issue updated webhook if the issue type changed by converting the issue?