I have multiple webhooks posting to a single endpoint
In my endpoint I need to decide what should happen with this update.
Is there a way to identify which webhook fired the payload?
I see the x-atlassian-webhook-identifier in the request parameters once it posts.
Is it possible to retrieve it when creating the webhook via API?