DescribeAlert() in includes/alerts.inc.php pushed out the id column in alert_log but does not send the id in the alerts table

This is a problem as the webhook that is being pushed to places like Opsgenie will not get the alert ID to do things like “ack” the alert.

I was hoping that just adding $alert[‘id’] to the object would send this but $alert[‘id’] is the id in alert_log. Is there someplace else I can get the ‘id’ from the alerts table for an alert?

And following up, I would expect that the alerts.id would also be populated in the templates with %id". That seems to be coming up empty. Perhaps a separate bug?