Hi! 
In Jira Automation, the webhook trigger can either get an issue from the request, find it based on JQL or get no issue at all.
I have a scenario, where an issue key could be sent along in the webhook or not.
I want to take the issue from the webhook (if provided) and do something on it, but if no issue key is provided, do something else.
My problem is that the automation fails with "No issues from the webhook" when no issue key is sent.
Do I really have to create to separate automations for this?