Using Glinks
Variable go links
A variable link uses {*} as a placeholder, so one go link can open many tickets, issues, customers, or projects.
Create a variable link
- Select Create go link and open the Variable tab.
- Put
{*}where the changing value belongs in the destination. The Insert variable action can add it for you. - Choose a short link name and select Create.
Example: Jira issues
| Go link | go/jira |
|---|---|
| Destination | https://mycompany.atlassian.net/browse/{*} |
| Use | go/jira/PROJ-567 |
| Opens | https://mycompany.atlassian.net/browse/PROJ-567 |
More examples
go/t/1234with a destination ending in/tickets/{*}.go/gh/987with a destination ending in/issues/{*}.go/customer/acmewith a customer dashboard URL ending in/{*}.
A variable link must contain
{*} in its destination. The value after the go-link name replaces that placeholder.