Kibana Alerts - Alert Details URL

Hello folks,

I have an alert rule configured with a ServiceNow ITOM Connector where I am setting the following content to the description field:

=RULE=
{{rule.name}}

=REASON=
{{context.reason}}

=DETAILS=
CRITERIA: {{rule.params.criteria}}
FILTERS: {{rule.params.filterQueryText}}
THRESHOLD: {{context.threshold.condition0}}
VALUE: {{context.value.condition0}}
ALERT URL: {{context.alertDetailsUrl}}

=TAGS=
{{rule.tags}}

The rule works very well but this variable "{{context.alertDetailsUrl}}" generates a broken link, returning 404 code when trying to access it.

Broken link

Is anyone else facing the same problem?

ElasticStack 8.8.1

Thanks
Matheus