external links with custom protocol handler

Sven Jerat August 8, 2013

We have a custom protocol handler to allow links to a legacy trouble ticket system. But links to references to psc:///this/that are not rendered as hyperlink. Just changing the protocol to http works.
protocol psc: [that|psc:///this/that] renders as [that|psc:///this/that]
protocol http: [that|http:///this/that] renders as that

1 answer

1 accepted

0 votes
Answer accepted
Timothy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 8, 2013

The link macro supports http(s) only.

Since you are looking to store a value, why not create a custom field and store the value there? You can also create a new renderer for that field.

Martin Spielmann November 20, 2015

Is there a plan to support other protocols like notes in the future?

some other than http are already working (e.g. ftp )

Best regards,

Martin

Suggest an answer

Log in or Sign up to answer