Variable go link

You can simply place a %s or {*} into the destination. When a user types in the go link, it will automatically be replaced with the value after the forward slash. This works for up to two variables.

For example, if you create a go link with the destination of https://www.google.com/?q=%s, and a user types in go/g/homeprices, it will automatically be redirected to with https://www.google.com/?q=homeprices

This works great for linking directly to Jira tickets, or GitHub Issues.

Add variable to existing link