Adding a clickable Link/URL to a VTB Card

stefank
Kilo Contributor

Hello,

is there any chance to add (clickable) links to a description or comment of a card? Right now any comment added to a card is simply displayed as text.

Since we use a lot of external resources via links on google drive it would be great to be able to just click a link in a comment to get there.

1 ACCEPTED SOLUTION

Alberto Consonn
ServiceNow Employee
ServiceNow Employee

Hi,

use the following code:

[code]
<a href="https://www.servicenow.com">Link</a>
[/code]

Just tried in my PDI, it works like a charm:

find_real_file.png

If I have answered your question, please mark my response as correct and helpful.

Thank you very much

Cheers
Alberto

View solution in original post

7 REPLIES 7

Alberto Consonn
ServiceNow Employee
ServiceNow Employee

Hi,

use the following code:

[code]
<a href="https://www.servicenow.com">Link</a>
[/code]

Just tried in my PDI, it works like a charm:

find_real_file.png

If I have answered your question, please mark my response as correct and helpful.

Thank you very much

Cheers
Alberto

Thank you! To be honest, it is not quite the convenience factor I was hoping for, but it is for sure an improvement. I assume the auto-detection and formatting features of tools like trello or jira are too much to hope for, right?

Yes, this is the best you can do right now.

I have the same issue as we are trying to bring some jira users to ServiceNow and they had the same question. The workaround is ok, but it would be better if this just included links as you paste them in. Could this be added to a Snow backlog or customer request backlog?