Variable go link

Insert %s or {*} in your destination URL. Text after the forward slash replaces the variable automatically. Supports up to two variables.

Basic example:
  • - Destination: https://www.google.com/?q=%s
  • - User types: go/g/homeprices
  • - Redirects to: https://www.google.com/?q=homeprices
Positional substitution: Use %1s and %2s for specific ordering.
  • - Destination: https://company.com/%2s/%1s/%2s
  • - User types: go/test/first/second
  • - Redirects to: https://company.com/second/first/second

Common uses: Jira tickets, GitHub issues, search queries

Add variable to existing link