If I trigger Jira automation with a webhook, but do not have a related issue in this webhook, just data, am I not allowed to access {{project.versions.name}} smart value for example?
I have noticed a difference between my 2 automations - one with manual trigger on an issue and second that comes from a webhook without a related issue - it looks like the first one can list the {{project.versions.name}}, but the one without an issue cant.
Is there a workaround for this for the webhook without related issue or should I relate the incoming webhook with a random issue?