Adding support for email links in a URL template for fields in Discover #179773
Labels
enhancement
New value added to drive a business result
Feature:FieldFormatters
good first issue
low hanging fruit
impact:low
Addressing this issue will have a low level of impact on the quality/strength of our product.
papercut
Small "burr" in the product that we should fix.
Team:DataDiscovery
Discover, search (e.g. data plugin and KQL), data views, saved searches. For ES|QL, use Team:ES|QL.
A community Slack user is looking to format a field in the URL template to direct to an email link like
mailto:youremail.com
.They tried adding
mailto:{{value}}
to the URL template, but it redirects to a link like https://my-deployment-kb.us-east-2.aws.found.io:93/app/mailto:e25%40yahoo.com. I think this is because we only support links that start withhttps://
.The text was updated successfully, but these errors were encountered: