This is a stripped-down version of a single section of Grok TiddlyWiki, optimized for fast loading and readability by search engines. Some features are missing.

For the full Grok TiddlyWiki experience, please visit the wiki version of this page.

Ex:TicketTrackingTemplate/answer

27th March 2021 at 10:32am

In the TicketNumberLink tiddler:

\define ticketLink(ticketId)
[[Ticket #$ticketId$|https://tix.example.com/ticket/$ticketId$]]
\end

<$macrocall $name="ticketLink" ticketId={{!!ticketnum}} />

In the OnboardingProcess tiddler:

{{||TicketNumberLink}}
Go to question: Ex:TicketTrackingTemplate