{{t "Configure regular expression patterns that will be used to automatically transform any matching text in Zulip messages and topics into links." }}
{{t "Linkifiers make it easy to refer to issues or tickets in third party issue trackers, like GitHub, Salesforce, Zendesk, and others. For instance, you can add a linkifier that automatically turns #2468 into a link to the GitHub issue in the Zulip repository with:" }}
#(?P<id>[0-9]+)
https://github.com/zulip/zulip/issues/{id}
{{#tr}}
For more examples, see the
{{t "Pattern" }} | {{t "URL template" }} | {{#if is_admin}}{{t "Actions" }} | {{/if}}
---|